aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-autofilter.c
Commit message (Collapse)AuthorAgeFilesLines
* For additional coolness, display the name of the mailing list in theEttore Perazzoli2000-09-121-1/+1
| | | | | | | | right-click menu. Also, make the action box appear in the filter dialog and fix a stupid cut & paste bug that prevented the code from checking for the right headers. svn path=/trunk/; revision=5365
* Cool Hack of the Day: right-click menu item to autodetect what mailingEttore Perazzoli2000-09-121-6/+78
| | | | | | | | | | list a message comes from and create the rule for it on the fly. (Many thanks to Joakim for suggesting the way to implement this.) Also, use the new shiny toolbar icons from TigerT and mark some strings for translation. svn path=/trunk/; revision=5362
* Filtering on demand! booyeah!Peter Williams2000-08-181-1/+1
| | | | svn path=/trunk/; revision=4864
* (rule_match_subject): was cutting ] off mailing list names.Michael Zucci2000-08-091-3/+3
| | | | svn path=/trunk/; revision=4649
* (rule_match_recipients): Dont set real name if its empty for the filter name.Michael Zucci2000-08-091-1/+1
| | | | svn path=/trunk/; revision=4647
* Helper function to add with confirm.Not Zed2000-08-091-82/+37
| | | | | | | | | | 2000-08-09 Not Zed <NotZed@HelixCode.com> * mail-autofilter.c (filter_gui_add_from_message): Helper function to add with confirm. * message-list.c (on_right_click): Added menu to install vfolders/filters from message. svn path=/trunk/; revision=4646
* New file to hold auto filter/vfolder stuff.Not Zed2000-08-091-0/+310
2000-08-09 Not Zed <NotZed@HelixCode.com> * mail-autofilter.c: New file to hold auto filter/vfolder stuff. svn path=/trunk/; revision=4635