From a218c7d2f7e86bccc7665a3c96569eb14d1c75da Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 17 Jun 2004 07:34:50 +0000 Subject: ** See #59885. 2004-06-17 Not Zed ** See #59885. ** Moved all of the mail specific filtering stuff from filter/* to here. Renamed appropriately into em* space, etc. * em-filter-folder-element.c (emff_copy_value): implement for folders. * em-vfolder-rule.c (get_widget): read the vfolder glade from mail-config.glade. * mail-config.glade: moved the vfolder source selector here. * em-search-context.c: new mail search specific rule context. * mail-component.c (setup_search_context): use the new em_search_context. * vfolder-rule.c (validate): change error to mail context. * filter-folder.c (validate): change error to mail context. * Makefile.am (em-filter-i18n.h): added rule for i18n of mail filter type stuff. (libevolution_mail_la_SOURCES): added in the filter and vfolder rule stuff specific to mail. ** See #59885. * em-format-html-quote.[ch]: remove and remove from build, not used. * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and evolutionsmime. * mail-component-factory.c (factory): there is no mail_config anymore. svn path=/trunk/; revision=26380 --- mail/mail-errors.xml.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'mail/mail-errors.xml.h') diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h index 8e1b4acec1..f3db9cac7f 100644 --- a/mail/mail-errors.xml.h +++ b/mail/mail-errors.xml.h @@ -206,6 +206,20 @@ char *s = N_("The following filter rule(s):\n" "Used the now removed folder:\n" " \"{1}\"\n" "And have been updated."); +/* mail:no-folder primary */ +char *s = N_("Missing folder."); +/* mail:no-folder secondary */ +char *s = N_("You must specify a folder."); +/* mail:no-name-vfolder primary */ +char *s = N_("Missing name."); +/* mail:no-name-vfolder secondary */ +char *s = N_("You must name this vFolder."); +/* mail:vfolder-no-source primary */ +char *s = N_("No sources selected."); +/* mail:vfolder-no-source secondary */ +char *s = N_("You must specify at least one folder as a source.\n" + "Either by selecting the folders individually, and/or by selecting\n" + "all local folders, all remote folders, or both."); /* mail:ask-migrate-existing primary */ char *s = N_("Problem migrating old mail folder \"{0}\"."); /* mail:ask-migrate-existing secondary */ -- cgit v1.2.3