aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-i18n.h
Commit message (Collapse)AuthorAgeFilesLines
* Bug #529743 - Add "Any header" filter and search folder conditionMilan Crha2012-12-031-0/+1
|
* Bug #669983 - Add "To" only search option (like for CC and BCC exists)Milan Crha2012-05-141-0/+1
|
* Bug #391472 - Add ability to match headers by wordsMilan Crha2012-02-081-0/+2
|
* Bug #553796 - Unable to Reset Message ColorMilan Crha2012-02-071-0/+1
|
* Prefer GLib basic types over C types.Matthew Barnes2009-05-291-74/+74
|
* Commit the rest of the attachment UI rewriteMatthew Barnes2009-04-281-0/+2
| | | | | Oops, last commit only included the -new- files. This also removes EExpander, which is no longer used.
* ** Fix for bug #563870Milan Crha2008-12-101-17/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-12-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #563870 * e-util/e-util-labels.h: (e_util_labels_get_filter_options): * e-util/e-util-labels.c: (e_util_labels_get_filter_options): New helper function to be used in FilterOption. * filter/Makefile.am: * filter/filter-label.h: * filter/filter-label.c: Drop, not used anywhere. * filter/filter-element.c: * filter/rule-context.c: Remove dropped include and code. * filter/filter-option.c: (get_dynamic_options), (xml_create), (get_widget): Evaluate dynamic options even on create, to have them available for saved searches even before the widget itself is shown. * mail/vfoldertypes.xml: * mail/filtertypes.xml: * mail/searchtypes.xml: Use dynamic filter option. * mail/message-list.c: Drop unused header include. svn path=/trunk/; revision=36863
* License changes from GPL to LGPLSankarasivasubramanian Pasupathilingam2008-09-291-0/+16
| | | | svn path=/trunk/; revision=36465
* Patch from Andre Klapper <a9016009@gmx.de> ** Fix for bug #339156 (Added a ↵Suman Manjunath2008-01-281-0/+1
| | | | | | gettext context to the string "Read") svn path=/trunk/; revision=34910
* ** Fix for bug #211353Milan Crha2008-01-101-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-10 Milan Crha <mcrha@redhat.com> ** Fix for bug #211353 * po/POTFILES.in: Added new file e-util/e-util-labels.c * mail/filtertypes.xml: * mail/vfoldertypes.xml: * mail/em-folder-view.c: * mail/em-folder-browser.c: * mail/em-mailer-prefs.h: * mail/em-mailer-prefs.c: * mail/mail-config.h: * mail/mail-config.c: * mail/mail-config.glade: * mail/message-list.c: Label tags are now generated based on label name when creating, except of first 5 labels. New menu option "New Label" in popup menu over message list and editing of labels has been changed in Preferences. Also renaming tab in Preferences for "Labels", not "Colors", and the tab label too. mail-config-label... functions was moved to e-util/e-util-labels.c/.h. * mail/message-list.etspec: Normalized columns has been moved by one when label column has been added. * filter/filter-option.h: * filter/filter-option.c: (filter_option_get_current), (filter_option_remove_all): New functions to be able to refill options even after initialization of the filter element. * filter/filter-label.c: Added support to notify changes on labels in runtime and use actual labels. * e-util/Makefile.am: * e-util/e-util-labels.h: * e-util/e-util-labels.c: New files to work with labels. svn path=/trunk/; revision=34788
* Bummer, reverting previous accidental commitJules Colding2005-08-031-23/+23
| | | | svn path=/trunk/; revision=29972
* Add missing forward referencesJules Colding2005-08-031-23/+23
| | | | svn path=/trunk/; revision=29971
* missing file from previous commitMichael Zucci2004-11-241-1/+1
| | | | svn path=/trunk/; revision=27977
* Added 'match all' rules.Not Zed2004-11-121-0/+1
| | | | | | | | | | 2004-11-12 Not Zed <NotZed@Ximian.com> * filtertypes.xml: * vfoldertypes.xml: * searchtypes.xml: Added 'match all' rules. svn path=/trunk/; revision=27901
* ** See #59885.Not Zed2004-06-171-0/+65
2004-06-17 Not Zed <NotZed@Ximian.com> ** 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