aboutsummaryrefslogtreecommitdiffstats
path: root/mail/searchtypes.xml
Commit message (Collapse)AuthorAgeFilesLines
* Bug #529743 - Add "Any header" filter and search folder conditionMilan Crha2012-12-031-0/+79
|
* Bug #246530 - Rules editor lacks "Label is (not) 'None'"Milan Crha2012-08-061-7/+3
|
* Bug #669983 - Add "To" only search option (like for CC and BCC exists)Milan Crha2012-05-141-0/+67
|
* Add a comment about Bcc headers to searchtypes.xml.Matthew Barnes2012-03-171-0/+4
|
* Revert "Include searching Bcc header while looking for recipients"Matthew Barnes2012-03-171-16/+8
| | | | | | | | | | | | | This reverts commit 015ede7bc8212f079c3d9e2f2304b14457dbcfd9. We can't search Bcc headers until we store Bcc addresses in the summary database, otherwise the entire message has to be downloaded in order to examine that one header. Including Bcc addresses in the summary database so we can include Bcc headers in recipient searches would be a worthy goal for 3.6. Reverting this for now since it's a regression of bug 593020.
* Include searching Bcc header while looking for recipientsChenthill Palanisamy2012-03-091-8/+16
|
* Bug #391472 - Add ability to match headers by wordsMilan Crha2012-02-081-0/+24
|
* Bug #593020 - Do not check Bcc in "Sender or Recipients" conditionMilan Crha2011-01-111-16/+8
|
* Bug 593899 - "Create Search Folder from Search" does not workMatthew Barnes2009-09-111-75/+67
|
* Bug 593905 - 'Subject or Addresses contains' search criteria missingMatthew Barnes2009-09-111-14/+10
|
* Make filter options for mail labels work again.Matthew Barnes2009-02-231-1/+1
| | | | | | | | | | Define a new shell module method named start() that tells the module when to start loading data and running background tasks. Only really applies to the mail module right now since the others use evolution-data-server. Basically it prevents the mail module from loading and refreshing mail stores until you actually switch to the mail view. svn path=/branches/kill-bonobo/; revision=37309
* Merge revisions 36866:37046 from trunk.Matthew Barnes2009-01-121-0/+317
| | | | svn path=/branches/kill-bonobo/; revision=37050
* Merge revisions 36811:36865 from trunk.Matthew Barnes2008-12-111-1/+3
| | | | svn path=/branches/kill-bonobo/; revision=36867
* Merge revisions 35951:35992 from trunk.Matthew Barnes2008-08-151-0/+15
| | | | svn path=/branches/kill-bonobo/; revision=35994
* ** Fix for bug #530245Milan Crha2008-04-301-2/+2
| | | | | | | | | | | 2008-04-30 Milan Crha <mcrha@redhat.com> ** Fix for bug #530245 * searchtypes.xml: Let searches work with labels again. svn path=/trunk/; revision=35456
* ** Fix for bug #317281 from Michael P. Lepore Srinivasa Ragavan2007-07-071-0/+18
| | | | svn path=/trunk/; revision=33765
* ** See bug #301466.Brian Mury2005-06-211-1/+1
| | | | | | | | | | | 2005-06-21 Brian Mury <b.mury@ieee.org> ** See bug #301466. * filtertypes.xml, searchtypes.xml, vfoldertypes.xml: fix the "match all" case to actually work. svn path=/trunk/; revision=29555
* add back body containsJP Rosevear2005-01-251-0/+11
| | | | | | | | 2005-01-24 JP Rosevear <jpr@novell.com> * searchtypes.xml: add back body contains svn path=/trunk/; revision=28536
* changed for 69122.Not Zed2005-01-241-48/+15
| | | | | | | | 2005-01-24 Not Zed <NotZed@Ximian.com> * searchtypes.xml: changed for 69122. svn path=/trunk/; revision=28517
* Added 'match all' rules.Not Zed2004-11-121-0/+7
| | | | | | | | | | 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/+529
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