aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-rule.c
Commit message (Expand)AuthorAgeFilesLines
* Added new thread-matching mode 'single' for messages not part of anyNot Zed2006-01-251-2/+10
* ** Fixes bug #246225 ** Fixes bug #246227Srinivasa Ragavan2005-12-201-4/+4
* cast.Not Zed2005-08-241-1/+1
* moved e-error to e-utilNot Zed2005-05-161-1/+1
* Remove markup from translatable string. Fixes #268390 Patch submitted bySarfraaz Ahmed2005-05-061-1/+4
* Added label "Show filters for mail:".Diego Sevilla Ruiz2004-12-071-1/+1
* add mnemonic widget in search box.Mengjie Yu2004-12-011-2/+3
* ** See #59885.Not Zed2004-06-171-1/+1
* load threading option if threading enabled. (xml_encode): write outNot Zed2004-05-121-27/+97
* fix a warning.Not Zed2004-04-281-8/+2
* Fix packing of the hbox that contains the actual input widgets to expandRodney Dawes2004-03-301-1/+1
* Don't ref the newly cloned rule (fix to previous patch).Jeffrey Stedfast2004-03-171-1/+0
* When copying a FilterPart of a rule, we need copy the data of partsBill Zhu2004-03-161-2/+3
* Hide the separators on these dialogs Re-pack the rule_editor widget inRodney Dawes2004-03-161-14/+29
* Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156.Jeffrey Stedfast2003-04-121-5/+6
* Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-1/+2
* FILTER_RULE_CLASS -> _GET_CLASSNot Zed2002-11-261-11/+11
* Get the root node properly.Not Zed2002-11-131-3/+3
* Use a GtkDialog instead of a GnomeDialog for reporting errors.Jeffrey Stedfast2002-11-081-0/+1
* Use GtkDialog instead of GnomeDialog here.Jeffrey Stedfast2002-11-081-6/+9
* use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSETJeffrey Stedfast2002-11-061-1/+1
* a ton more build fixesJeffrey Stedfast2002-11-061-46/+33
* Ported.Jeffrey Stedfast2002-11-061-131/+125
* Translate the rule name when filling in the name entry.Peter Williams2002-07-311-1/+1
* Use GtkType (I only changed this one because I turned on debugging for aJeffrey Stedfast2002-07-251-0/+4
* ** fixes for #10781Not Zed2002-07-151-0/+39
* fixed a spelling mistakeJeffrey Stedfast2002-05-251-1/+1
* Fix English grammar.Ettore Perazzoli2002-05-251-1/+1
* Fixed a grammer mistake, or so according to bug #23376. Whatever.Jeffrey Stedfast2002-04-131-1/+1
* Copy values across to new part.Not Zed2002-02-261-0/+1
* Force the user to name the filter.Jeffrey Stedfast2001-11-131-0/+12
* Add undo for move. (rule_editor_add_undo): Add extra rank item.82001-10-281-0/+12
* Fixing the license text.Ettore Perazzoli2001-10-281-11/+11
* Emit changed events.32001-09-151-3/+38
* Clone the current rule before editing it so that changes can be undone.Jeffrey Stedfast2001-09-131-7/+42
* in default_user:Peter Williams2001-08-151-1/+1
* Properly free the list of parts, and the private data.Not Zed2001-08-081-11/+4
* Do an evil kludgy hack so that the Rule Name entry widget gets focusedJeffrey Stedfast2001-08-041-3/+8
* Wrap some debug printf's with d().Jeffrey Stedfast2001-08-031-50/+51
* Set the focus on the title of the filter rule.Jeffrey Stedfast2001-07-101-3/+4
* Prevent crashing while we work this out.Peter Williams2001-07-041-1/+2
* Changed "Add criterion" button to have normal button relief in response toAnna Marie Dirks2001-07-031-1/+0
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Pull up fix for translation of filter direction drop down menu from theKjartan Maraas2001-04-211-1/+7
* Plug memory leaks.Dan Winship2001-04-191-2/+3
* Make the (previously unused) get-source command actually do the rightJon Trowbridge2001-04-141-1/+3
* Fix headers. Same here. Same here. Same here. Same here. Same here. SameKjartan Maraas2001-04-051-0/+6
* Set the newpart on the container object. (less_parts): Remove the rule thtJeffrey Stedfast2001-04-031-36/+43
* Fix headers. Remove unneccesary ones and replace with more finegrainedKjartan Maraas2001-03-301-2/+6
* Validate the rule before closing.Jeffrey Stedfast2001-03-221-2/+3
* Changed the edit_filter to be a standalone window rather than a widget, soNot Zed2001-03-151-0/+25
* Added option menu to vfolder editor.Not Zed2001-03-031-6/+33
* New function to clone rules.Not Zed2001-03-011-0/+15
* Little utf8 safe encoding/decoding into libxml1 brokennessLauris Kaplinski2001-01-031-3/+11
* God-damned friggin' WinCvs shit is so damn annoying. Why can't I just paste m...Jeffrey Stedfast2000-12-211-2/+4
* Don't highlight the title if it's "Untitled" because switching widgetJeffrey Stedfast2000-12-091-1/+3
* Do not pad around the Name hbox; its parent already has spacing. Do notFederico Mena Quintero2000-11-011-4/+4
* If a regex option is selected, change the FilterElement data to TRUE elseJeffrey Stedfast2000-10-311-0/+11
* Pure formatting changes, no actual code changes. Since I know I'm going toJeffrey Stedfast2000-10-311-2/+2
* lots of i18n fixesDan Winship2000-10-241-13/+5
* Set the remove button insensitive if there is only 1 action left.Jeffrey Stedfast2000-10-241-270/+299
* Fixed these widgets to resize properly.Christopher James Lahey2000-10-241-6/+6
* Report the percentage of file complete for the filter.Not Zed2000-10-121-293/+293
* Modified to use more intuitive namingJeffrey Stedfast2000-09-191-239/+294
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-181-1/+1
* Bunch of unicode related changesLauris Kaplinski2000-09-081-1/+4
* More UTF-8 handlingLauris Kaplinski2000-08-251-2/+4
* A bunch of small GUI fixes for the filter editor.Ettore Perazzoli2000-08-181-2/+2
* Filtering on demand! booyeah!Peter Williams2000-08-181-0/+31
* Set value of a simple type to a new string.Not Zed2000-07-311-0/+18
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-0/+525