| Commit message (Expand) | Author | Age | Files | Lines |
* | ** Fixes Bug #323853 | Shi Pu | 2006-04-30 | 2 | -15/+32 |
* | Remove unused code Move around some code to avoid unneccesary prototypes. | Kjartan Maraas | 2006-02-08 | 3 | -94/+96 |
* | Added new thread-matching mode 'single' for messages not part of any | Not Zed | 2006-01-25 | 3 | -2/+17 |
* | adding top/bottom buttons for filter manager dialog. Fixes bug 205616. | Matthew Hall | 2005-12-31 | 1 | -0/+5 |
* | adding top/bottom buttons for filter manager dialog (#205616) (committing | Matthew Hall | 2005-12-21 | 2 | -0/+59 |
* | ** Fixes bug #246225 ** Fixes bug #246227 | Srinivasa Ragavan | 2005-12-20 | 2 | -4/+13 |
* | filter-file.c Use libedataserver's e_xml_parse_file(). Use gstdio | Tor Lillqvist | 2005-12-18 | 3 | -23/+25 |
* | Use gstdio wrappers. | Tor Lillqvist | 2005-12-18 | 2 | -5/+13 |
* | cast. | Not Zed | 2005-08-24 | 2 | -1/+5 |
* | Use privsolib instead of privlib. On Unix they are the same, on Win32 | Tor Lillqvist | 2005-08-10 | 4 | -4/+43 |
* | Retired GAL from Head. The relevant files have moved inside evolution. | Kaushal Kumar | 2005-06-17 | 1 | -1/+1 |
* | moved e-error to e-util | Not Zed | 2005-05-16 | 11 | -71/+50 |
* | Remove markup from translatable string. Fixes #268390 Patch submitted by | Sarfraaz Ahmed | 2005-05-06 | 2 | -1/+9 |
* | Fix for 72676. | Harry Lu | 2005-02-18 | 2 | -0/+15 |
* | Install shared libraries to privlibdir. | Hans Petter Jansson | 2005-02-10 | 2 | -1/+5 |
* | cast lenght specifiers to int. | Not Zed | 2005-01-12 | 2 | -2/+7 |
* | Added label "Show filters for mail:". | Diego Sevilla Ruiz | 2004-12-07 | 3 | -1/+29 |
* | Moved stuff from e-util to libedataserver. | Not Zed | 2004-12-03 | 8 | -7/+13 |
* | add mnemonic widget in search box. | Mengjie Yu | 2004-12-01 | 2 | -2/+7 |
* | added the "use_filechooser" property to the GnomeFileEntry | Carlos Garnacho Parro | 2004-08-13 | 2 | -0/+6 |
* | encode entities. fixes bug #46677. | Jeffrey Stedfast | 2004-06-22 | 2 | -0/+8 |
* | Re-added - THIS IS NOT TO BE REMOVED!!!! | Jeffrey Stedfast | 2004-06-18 | 2 | -0/+28 |
* | Remove this generated file from CVS | Rodney Dawes | 2004-06-17 | 2 | -24/+4 |
* | ** See #59885. | Not Zed | 2004-06-17 | 38 | -5731/+159 |
* | give the junk test a unique name. #59567. | Not Zed | 2004-06-08 | 2 | -1/+5 |
* | Require e-error-tool | Rodney Dawes | 2004-05-28 | 2 | -0/+5 |
* | Removed from CVS Generated files don't belong in CVS | Rodney Dawes | 2004-05-26 | 2 | -65/+5 |
* | don't dist the error .h file | JP Rosevear | 2004-05-20 | 2 | -1/+4 |
* | fix for folder selector api change, change the ok button to "Add". | Not Zed | 2004-05-18 | 2 | -1/+6 |
* | Same. | Jeffrey Stedfast | 2004-05-12 | 3 | -0/+8 |
* | load threading option if threading enabled. (xml_encode): write out | Not Zed | 2004-05-12 | 6 | -27/+142 |
* | fix i18n file generation rules. | Not Zed | 2004-05-12 | 5 | -55/+106 |
* | Added the Junk status flag to the xml definition so you can vfolder on | Jeffrey Stedfast | 2004-05-03 | 2 | -0/+8 |
* | update | Dan Winship | 2004-05-03 | 1 | -3/+3 |
* | fix a warning. | Not Zed | 2004-04-28 | 11 | -96/+34 |
* | Work in progress, HIG'ing and de-coupling of errors. | Michael Zucci | 2004-04-16 | 1 | -0/+51 |
* | renamed filter_label to rule_label, and removed the vfolder-editor and | Not Zed | 2004-03-31 | 7 | -659/+51 |
* | Use the new "filter_editor" that has been added to the glade file Remove | Rodney Dawes | 2004-03-31 | 4 | -274/+402 |
* | Fix packing of the hbox that contains the actual input widgets to expand | Rodney Dawes | 2004-03-30 | 3 | -2/+8 |
* | return the added option. (clone): make sure we set the current option | Not Zed | 2004-03-26 | 5 | -9/+22 |
* | Use ngettext for handling plurals in filter-datespec. Partial fix for #53464). | Danilo Ĺ egan | 2004-03-20 | 2 | -13/+25 |
* | Don't ref the newly cloned rule (fix to previous patch). | Jeffrey Stedfast | 2004-03-17 | 2 | -1/+5 |
* | When copying a FilterPart of a rule, we need copy the data of parts | Bill Zhu | 2004-03-16 | 2 | -2/+8 |
* | Credit William Jon McCann for original filter HIG patch (forgot to) | Rodney Dawes | 2004-03-16 | 1 | -0/+2 |
* | Hide the separators on these dialogs Re-pack the rule_editor widget in | Rodney Dawes | 2004-03-16 | 14 | -461/+651 |
* | After setting the new selected iter, call cursor_changed() so we can | Jeffrey Stedfast | 2004-02-21 | 2 | -0/+13 |
* | ** See bug #54338. | Not Zed | 2004-02-20 | 4 | -55/+85 |
* | implement, since we dont store the min/max values in the xml output, we | Not Zed | 2004-02-17 | 2 | -0/+21 |
* | Default to an empty string for the value. (xml_decode): Remove old values | Hans Petter Jansson | 2004-02-07 | 2 | -2/+23 |
* | add widgets/misc | Dan Winship | 2004-02-04 | 2 | -0/+5 |
* | autogenerated file out of sync in CVS | Radek Doulik | 2004-01-23 | 1 | -1/+1 |
* | load from the just-loaded 'userdoc' rather than rc->user. | Not Zed | 2004-01-20 | 3 | -22/+25 |
* | ** See bug #52467. | Not Zed | 2004-01-16 | 2 | -11/+28 |
* | s/spam/junk, added junk test rule, it must be lost while porting to 1.5 | Radek Doulik | 2004-01-15 | 3 | -27/+56 |
* | ** See bug #47751. | Not Zed | 2004-01-07 | 4 | -25/+28 |
* | call peek instead of get as the function was renamed | JP Rosevear | 2003-12-23 | 2 | -1/+6 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 2 | -1/+4 |
* | added FILTER_SOURCE_JUNKTEST - perform only junktest on incoming mail | Radek Doulik | 2003-12-04 | 2 | -0/+6 |
* | turn on deprecated gtk stuff | JP Rosevear | 2003-11-26 | 2 | -1/+4 |
* | #include "em-folder-tree.h" | Jeffrey Stedfast | 2003-11-17 | 2 | -2/+7 |
* | fix for folder selector api changes. (vfr_folder_response): handle the | Not Zed | 2003-11-17 | 2 | -27/+36 |
* | merged spam filtering branch | Radek Doulik | 2003-11-13 | 2 | -0/+7 |
* | Remove Viewports around the treeviews, since they already have a scrolled | Ettore Perazzoli | 2003-10-23 | 4 | -36/+20 |
* | Merge new-ui-branch into the trunk. | Ettore Perazzoli | 2003-10-22 | 4 | -40/+60 |
* | Listen to the "value-changed" signal rather than the "changed" signal. | Jeffrey Stedfast | 2003-09-23 | 2 | -1/+6 |
* | type should be a GType. (rule_context_add_rule_set): Likewise. Update | Jeremy Katz | 2003-09-17 | 3 | -6/+13 |
* | forgot to commit. new search types xml file. | Michael Zucci | 2003-09-17 | 1 | -0/+529 |
* | ** See Natzilla task #47524 | Not Zed | 2003-09-16 | 4 | -5/+41 |
* | ** See bug #42636. | Not Zed | 2003-08-06 | 3 | -4/+20 |
* | Use EVO_MARSHAL_RULE | Dan Winship | 2003-07-24 | 2 | -11/+5 |
* | free current_url. | Larry Ewing | 2003-06-14 | 2 | -1/+6 |
* | Put the ChangeLog.pre-1-4 in the Makefiles. | Ettore Perazzoli | 2003-06-13 | 1 | -2/+7 |
* | stat the user file before parsing. | Mike Kestner | 2003-06-11 | 2 | -1/+8 |
* | Fixes some leaks from bug #43883. | Jeffrey Stedfast | 2003-06-10 | 4 | -6/+28 |
* | Roll over ChangeLogs. | Ettore Perazzoli | 2003-06-10 | 2 | -2967/+2967 |
* | Reverted unwanted commit | Rodrigo Moya | 2003-05-14 | 1 | -22/+22 |
* | Updated NEWS | Rodrigo Moya | 2003-05-14 | 1 | -22/+22 |
* | Format the colour string in a way that gdk_color_parse() will handle. | Jeffrey Stedfast | 2003-05-07 | 2 | -1/+7 |
* | Fix for bug #41578. | Jeffrey Stedfast | 2003-04-30 | 4 | -11/+28 |
* | removed debug spew. | Not Zed | 2003-04-23 | 3 | -6/+55 |
* | updated the bug list that my last commit fixed (since more bugs have been sub... | Jeffrey Stedfast | 2003-04-12 | 1 | -1/+1 |
* | added more bug #'s | Jeffrey Stedfast | 2003-04-12 | 1 | -2/+2 |
* | Fixes for bugs: #41149, #41150, #41151, #41152, #41153, #41155 and #41156. | Jeffrey Stedfast | 2003-04-12 | 8 | -42/+78 |
* | cast warning. | Not Zed | 2003-03-28 | 2 | -1/+5 |
* | Loop over child nodes here too in order to not be affected by libxml2 | Jeffrey Stedfast | 2003-03-27 | 3 | -20/+36 |
* | (button_clicked): Fix this so we don't get stuck inside | Dan Winship | 2003-03-21 | 2 | -13/+7 |
* | Change the strings in the timespans array from "second" / "seconds" to "1 | Dan Winship | 2003-03-21 | 2 | -9/+17 |
* | Don't return here - this is a void function. (rule_editor_set_source): | Jeffrey Stedfast | 2003-03-20 | 2 | -2/+8 |
* | use the same code as in filter-rule to enforce unique names for all | Not Zed | 2003-03-18 | 2 | -1/+18 |
* | Set the default window size to something reasonable (350x400?). Fixes bug | Jeffrey Stedfast | 2003-03-18 | 2 | -0/+4 |
* | Fixed to work properly. Fixes bug #39654. | Jeffrey Stedfast | 2003-03-18 | 2 | -17/+27 |
* | Always add a Cancel button here, but if !enable_undo - make the response | Jeffrey Stedfast | 2003-03-18 | 4 | -43/+55 |
* | go to the proper level of child node before looking for rule sets, fix for | Not Zed | 2003-03-10 | 2 | -216/+222 |
* | Fixes for bug #39170 | Jeffrey Stedfast | 2003-03-06 | 2 | -3/+12 |
* | Change to use EAccountList, etc. | Not Zed | 2003-02-24 | 2 | -52/+28 |
* | Get rid of the need for the GTK_WIDGET_DESTROYED() check. | Jeffrey Stedfast | 2003-02-13 | 2 | -17/+15 |
* | Use g_object_new() instead of gtk_type_new(). | Jeffrey Stedfast | 2003-02-08 | 9 | -16/+38 |
* | Defined in configure.in now (filterdir): Define using privdatadir | Dan Winship | 2003-02-06 | 2 | -2/+6 |
* | (gladedir): Version using $(BASE_VERSION). | Ettore Perazzoli | 2003-01-23 | 2 | -2/+7 |
* | dont re-use 'widget', its the return value! | Not Zed | 2003-01-16 | 2 | -7/+12 |
* | Back to using e_xml_save_file(). | Jeffrey Stedfast | 2003-01-16 | 2 | -3/+5 |
* | Change dialog from OK/Cancel to Cancel/OK to match HIG. (rule_edit): | Ettore Perazzoli | 2003-01-15 | 4 | -10/+33 |
* | more bug #'s | Jeffrey Stedfast | 2003-01-04 | 1 | -1/+1 |
* | added a bug # that was fixed | Jeffrey Stedfast | 2003-01-04 | 1 | -1/+1 |
* | Scroll to the newly added row. (rule_delete): Scroll to the selected row. | Jeffrey Stedfast | 2003-01-04 | 2 | -10/+41 |
* | more fixes | Jeffrey Stedfast | 2003-01-03 | 3 | -9/+9 |
* | Fixed to build with -DG_DISABLE_DEPRECATED and -DGTK_DISABLE_DEPRECATED | Jeffrey Stedfast | 2003-01-03 | 10 | -46/+76 |
* | Use an easier method for getting the iter. | Jeffrey Stedfast | 2002-12-13 | 2 | -11/+15 |
* | New custom function for creating the source_list widget. (get_widget): | Jeffrey Stedfast | 2002-12-13 | 4 | -70/+150 |
* | updated | Jeffrey Stedfast | 2002-12-05 | 1 | -2/+2 |
* | Add a textcellrenderer to display the folders. (get_widget): Remove FIXME | Not Zed | 2002-11-26 | 2 | -1/+8 |
* | FILTER_RULE_CLASS -> _GET_CLASS | Not Zed | 2002-11-26 | 22 | -74/+97 |
* | free the list data | Jeffrey Stedfast | 2002-11-21 | 1 | -8/+5 |
* | gconfify. | Jeffrey Stedfast | 2002-11-21 | 2 | -26/+42 |
* | Updated to use GtkTreeView. | Jeffrey Stedfast | 2002-11-19 | 5 | -80/+141 |
* | Get the root node properly. | Not Zed | 2002-11-13 | 16 | -33/+49 |
* | comment out gtk_destroyed check. | Not Zed | 2002-11-13 | 5 | -25/+86 |
* | Use weak_ref instead of connecting to "destroy". (rule_add): Same. | Jeffrey Stedfast | 2002-11-09 | 2 | -3/+9 |
* | Use a GtkDialog instead of a GnomeDialog for reporting errors. | Jeffrey Stedfast | 2002-11-08 | 12 | -121/+137 |
* | Use GtkDialog instead of GnomeDialog here. | Jeffrey Stedfast | 2002-11-08 | 10 | -96/+131 |
* | Deleted most of the internals until we devise a gconf schema and redesign | Jeffrey Stedfast | 2002-11-07 | 3 | -78/+13 |
* | Converted to the glade-2 format. | Jeffrey Stedfast | 2002-11-06 | 2 | -933/+1240 |
* | use G_STRUCT_OFFSET instead of GTK_SIGNAL_OFFSET | Jeffrey Stedfast | 2002-11-06 | 2 | -4/+4 |
* | more build fixes | Jeffrey Stedfast | 2002-11-06 | 3 | -39/+39 |
* | a ton more build fixes | Jeffrey Stedfast | 2002-11-06 | 7 | -114/+91 |
* | more build fixes | Jeffrey Stedfast | 2002-11-06 | 4 | -12/+8 |
* | don't #include gnome-defs.h | Jeffrey Stedfast | 2002-11-06 | 1 | -1/+0 |
* | fixed gnome-stock stuff | Jeffrey Stedfast | 2002-11-06 | 2 | -33/+19 |
* | more build fixes | Jeffrey Stedfast | 2002-11-06 | 2 | -9/+7 |
* | build fixes | Jeffrey Stedfast | 2002-11-06 | 2 | -36/+27 |
* | some build fixes | Jeffrey Stedfast | 2002-11-06 | 5 | -21/+22 |
* | Ported. | Jeffrey Stedfast | 2002-11-06 | 9 | -212/+202 |
* | Ported. | Jeffrey Stedfast | 2002-11-06 | 10 | -320/+304 |
* | oops | Jeffrey Stedfast | 2002-11-06 | 1 | -14/+13 |
* | Ported. | Jeffrey Stedfast | 2002-11-06 | 5 | -171/+173 |
* | Ported. | Jeffrey Stedfast | 2002-11-06 | 8 | -202/+192 |
* | Ported. | Jeffrey Stedfast | 2002-11-05 | 5 | -124/+117 |
* | Also ported. | Jeffrey Stedfast | 2002-11-05 | 5 | -234/+225 |
* | Ported this too. | Jeffrey Stedfast | 2002-11-02 | 5 | -171/+171 |
* | Ported to glib2/GObject. | Jeffrey Stedfast | 2002-11-02 | 3 | -359/+370 |
* | Ported to GObject. | Jeffrey Stedfast | 2002-11-02 | 11 | -426/+433 |
* | Ported to GObject. | Jeffrey Stedfast | 2002-11-02 | 7 | -165/+175 |
* | Ported to GObject. | Jeffrey Stedfast | 2002-11-02 | 9 | -355/+362 |
* | Adjust default rule editor size to accomodate the menu widening caused by | Dan Winship | 2002-11-01 | 2 | -1/+7 |
* | Removed the Run Once filter action. | Jeffrey Stedfast | 2002-10-11 | 3 | -28/+26 |
* | Sync for 1.1.2. | Ettore Perazzoli | 2002-10-08 | 1 | -22/+22 |
* | It's a grand old string-review! Nitpicky and minor changes; details in the ap... | Aaron Weber | 2002-10-01 | 3 | -3/+10 |
* | Use "mail/*" as the allowed folder type. | Dan Winship | 2002-09-26 | 3 | -2/+9 |
* | add empty statement after label to make it ANSI. | Dan Winship | 2002-09-23 | 2 | -0/+6 |
* | Changed source account, use header-source rather than (= (get-source) ...) | Not Zed | 2002-09-19 | 2 | -2/+7 |
* | Add a Run Once action to run a command only once rather than for each | Jeffrey Stedfast | 2002-09-14 | 3 | -0/+11 |
* | Dont allow duplicate names. (edit_editor_clicked): Same here. For #24803. | Not Zed | 2002-08-08 | 2 | -2/+34 |
* | Don't need to save temp/backup files anymore, e_xml_save_file() now | Jeffrey Stedfast | 2002-08-07 | 2 | -15/+10 |
* | Use e_xml_save_file(). (xml_doc_save): Removed this code and added it to | Jeffrey Stedfast | 2002-08-07 | 2 | -300/+11 |
* | New internal function to replace xmlSaveFile. Does proper error checking | Jeffrey Stedfast | 2002-08-06 | 2 | -4/+317 |
* | Added a datespec editor window. | Not Zed | 2002-08-02 | 4 | -478/+485 |
* | If the value was unset, initialize it to now. | Peter Williams | 2002-08-02 | 2 | -11/+16 |
* | (xml_create): Remove unused variable. | Ettore Perazzoli | 2002-08-01 | 2 | -1/+4 |
* | Translate the rule name when filling in the name entry. | Peter Williams | 2002-07-31 | 2 | -1/+6 |
* | Add xml to unset system flags. | Jeffrey Stedfast | 2002-07-29 | 3 | -0/+28 |
* | Use fs->type in xmlGetProp since we already free'd 'type'. Fixes bug | Jeffrey Stedfast | 2002-07-27 | 6 | -34/+30 |
* | Use GtkType (I only changed this one because I turned on debugging for a | Jeffrey Stedfast | 2002-07-25 | 5 | -7/+24 |
* | Do some minimalistic validation of command-lines (ie, make sure it isn't | Jeffrey Stedfast | 2002-07-25 | 4 | -20/+38 |
* | Use the U_() macro to get the UTF-8 translation. | Jeffrey Stedfast | 2002-07-18 | 3 | -21/+28 |
* | cvs remove. | Not Zed | 2002-07-16 | 7 | -132/+203 |
* | Changelog is pending some other patch approval so i'm not commiting. | Not Zed | 2002-07-15 | 3 | -290/+0 |
* | ** fixes for #10781 | Not Zed | 2002-07-15 | 24 | -139/+496 |
* | Make the sound type for (play-sound ) a "file" type rather than "string" | Jeffrey Stedfast | 2002-07-09 | 4 | -3/+20 |
* | fixed a spelling mistake | Jeffrey Stedfast | 2002-05-25 | 1 | -1/+1 |
* | *** empty log message *** | Ettore Perazzoli | 2002-05-25 | 1 | -1/+1 |
* | Add libfilter-i18n.h. | Ettore Perazzoli | 2002-05-25 | 1 | -0/+1 |
* | Fix English grammar. | Ettore Perazzoli | 2002-05-25 | 2 | -1/+5 |
* | Added a label definition. | Jeffrey Stedfast | 2002-05-17 | 12 | -7/+445 |
* | Set the path in the entry widget. | Jeffrey Stedfast | 2002-05-10 | 2 | -0/+4 |
* | Add filter-file.[c,h] to the build. | Jeffrey Stedfast | 2002-05-10 | 6 | -20/+66 |
* | New filter widgets for choosing files and/or command-line's (?). Not yet | Jeffrey Stedfast | 2002-05-10 | 3 | -0/+375 |
* | Changed to return a GList *, a list of the names of the rules affected by | Not Zed | 2002-05-08 | 5 | -42/+126 |
* | Get rid of ibex stuff, we no longer use it. | Jeffrey Stedfast | 2002-04-27 | 2 | -1/+4 |
* | The score "is" rule should have a value of "is" and not "less-than". | Jeffrey Stedfast | 2002-04-19 | 2 | -1/+6 |
* | Fixed a grammer mistake, or so according to bug #23376. Whatever. | Jeffrey Stedfast | 2002-04-13 | 3 | -19/+25 |
* | Fix "Follow Up" searches by comparing to the empty string, rather than just | Russell Steinthal | 2002-04-12 | 3 | -4/+16 |
* | Check that there is a value to setup. Fixes #15470. | Not Zed | 2002-04-10 | 2 | -1/+4 |
* | This needs to return a gboolean (TRUE). (rule_edit): Using | Jeffrey Stedfast | 2002-04-10 | 2 | -5/+15 |
* | Added closing ) for "not starts with" subject rule. Added closing ) for | Not Zed | 2002-04-10 | 2 | -5/+6 |
* | Added closing ) for "not starts with" subject rule. | Not Zed | 2002-04-10 | 3 | -19/+24 |
* | Remove the #ifndef SHELL part. Use an EvolutionFolderSelectorButton. | Dan Winship | 2002-04-05 | 6 | -126/+40 |
* | Set 're' as the parent window rather than as the parent widget. | Jeffrey Stedfast | 2002-04-02 | 3 | -7/+14 |
* | Free account_name so we don't leak. Also after getting the source uri, use | Jeffrey Stedfast | 2002-03-19 | 2 | -34/+72 |
* | updated i18n header | Jeffrey Stedfast | 2002-03-07 | 1 | -18/+20 |
* | Added beep and play-sound actions. | Jeffrey Stedfast | 2002-03-07 | 2 | -0/+13 |
* | Copy values across to new part. | Not Zed | 2002-02-26 | 9 | -18/+126 |
* | Re-added contains and not-contains. Also added filter/vfolder rules for | Jeffrey Stedfast | 2002-02-13 | 4 | -2/+43 |
* | Re-added contains and not-contains. | Jeffrey Stedfast | 2002-02-13 | 4 | -1/+20 |
* | NeedsReply no longer exists | Jeffrey Stedfast | 2002-02-08 | 2 | -6/+0 |
* | Same here. | Jeffrey Stedfast | 2002-02-05 | 3 | -66/+9 |
* | Final cleanup for the CFLAGS and LIBS in the Makefiles. | Ettore Perazzoli | 2002-01-28 | 2 | -5/+6 |
* | check if re->edit != NULL before trying to unref it. Fixes a segfault when | Mikael Hallendal | 2002-01-27 | 2 | -1/+10 |
* | If we write "" to an xml file, we read back NULL. So if we read back NULL, | Not Zed | 2002-01-15 | 2 | -4/+13 |
* | Get the account name because that is the string we'd like to use for | Jeffrey Stedfast | 2002-01-04 | 3 | -27/+40 |
* | Make the date comparisons read the same as the ones in filtertypes.xml | Jeffrey Stedfast | 2002-01-03 | 3 | -36/+39 |
* | Add new action to execute a shell command. | Jeffrey Stedfast | 2001-12-18 | 3 | -18/+29 |
* | Oops... this didn't get committed before. | Jon Trowbridge | 2001-12-10 | 1 | -0/+8 |
* | Implements marking messages as "Need Reply". | Jon Trowbridge | 2001-12-10 | 2 | -0/+6 |
* | Removed U_. Fixes #15415. | Zbigniew Chyla | 2001-11-28 | 2 | -1/+5 |
* | Hook onto destroy event. (edit_editor_destroyed): IF we get destroyed, | Not Zed | 2001-11-28 | 5 | -27/+76 |
* | Force the user to name the filter. | Jeffrey Stedfast | 2001-11-13 | 3 | -9/+35 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -1/+1 |
* | Need to ref rule since add doesn't. This doesn't crash anymore but doesn't | 9 | 2001-10-29 | 2 | -0/+3 |
* | Fixed previous fix. | Michael Zucci | 2001-10-29 | 2 | -1/+2 |
* | Some debug printf fixes for printf's that dont like null %s's. | 9 | 2001-10-29 | 2 | -2/+7 |
* | Fix enable undo logic. | Michael Zucci | 2001-10-29 | 2 | -1/+2 |
* | Implement, change any folder uri's that have been renamed, to the new one. | 8 | 2001-10-28 | 7 | -8/+160 |
* | Add undo for move. (rule_editor_add_undo): Add extra rank item. | 8 | 2001-10-28 | 6 | -12/+217 |
* | Fix the address of the FSF in the licensing comments. | Ettore Perazzoli | 2001-10-28 | 2 | -2/+0 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 46 | -517/+508 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 2 | -2/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 2 | -4/+4 |
* | Desensitize the parent dialog. (rule_edit): Same. (add_editor_clicked): | Jeffrey Stedfast | 2001-10-26 | 2 | -0/+13 |
* | Keep track of the current editor dialog window so that on exit, we can | Jeffrey Stedfast | 2001-10-26 | 3 | -33/+60 |
* | added a missing close paren | Jeffrey Stedfast | 2001-10-26 | 1 | -1/+1 |
* | Add a changed signal. Emits if the order changes or if you add or remove a | 4 | 2001-10-24 | 4 | -10/+109 |
* | Translate the rule names. (Bug #13082) | Jon Trowbridge | 2001-10-21 | 2 | -1/+7 |
* | Fix the WM problems related to the folder selection dialog being | Ettore Perazzoli | 2001-10-19 | 3 | -0/+8 |
* | Kludge to raise the filter dialog when the folder-selection window is | Jeffrey Stedfast | 2001-10-16 | 2 | -1/+7 |
* | If we have no node content, dont append any value or try to decode it. | 5 | 2001-10-16 | 2 | -4/+11 |
* | And again here. | Jeffrey Stedfast | 2001-10-05 | 4 | -4/+13 |
* | "safe" save code, first save to .#name, then rename to name if it worked, | 4 | 2001-10-05 | 2 | -5/+31 |
* | Emit changed events when we change it. (vfolder_rule_remove_source): " | 8 | 2001-09-29 | 2 | -0/+9 |
* | Set the item label to the new rule name, not the old rule name. Fixes bug | Jeffrey Stedfast | 2001-09-29 | 2 | -8/+17 |
* | Use g_strdup for the uri, not the xml memory. | 7 | 2001-09-28 | 4 | -1586/+12 |
* | Emit changed events. | 3 | 2001-09-15 | 6 | -7/+108 |
* | Clone the current rule before editing it so that changes can be undone. | Jeffrey Stedfast | 2001-09-13 | 7 | -30/+150 |
* | Remove the match-all from the not body-contains, so we can use the new | 2 | 2001-09-13 | 2 | -1/+6 |
* | Encode the score as an integer string, not as a string of integers. #5098. | 0 | 2001-09-11 | 2 | -4/+6 |
* | Allow the dialog's title to be translated. | Jeffrey Stedfast | 2001-09-11 | 2 | -1/+6 |
* | #include <sys/types.h> for regex_t on freebsd. | Chris Toshok | 2001-08-20 | 2 | -0/+5 |
* | Added key accelerators. | Jeffrey Stedfast | 2001-08-18 | 3 | -30/+52 |
* | in default_user: | Peter Williams | 2001-08-15 | 2 | -1/+6 |
* | New function. Convert a time_t to a gchar * (with i18n) (describe_button): | Peter Williams | 2001-08-14 | 2 | -2/+17 |
* | Add a gettext around our static strings. | Peter Williams | 2001-08-13 | 2 | -1/+6 |
* | Removed comment about the need to resolve nicknames properly, because we | Jon Trowbridge | 2001-08-11 | 1 | -18/+18 |
* | Make this compile again. | Peter Williams | 2001-08-10 | 2 | -3/+7 |
* | No need to gtk_widget_show() the gnome dialog widget twice... | Jeffrey Stedfast | 2001-08-10 | 3 | -146/+158 |
* | don't mix g_free and xmlAlloc (xml_decode): don't mix g_free and xmlAlloc | Radek Doulik | 2001-08-09 | 5 | -9/+29 |
* | use xmlStrdup rather than g_strdup | Radek Doulik | 2001-08-08 | 3 | -2/+9 |
* | Properly free the list of parts, and the private data. | Not Zed | 2001-08-08 | 7 | -37/+82 |
* | Reverted my previous change, I fixed the filter code to handle this the | Jeffrey Stedfast | 2001-08-08 | 2 | -0/+33 |
* | Removed the "is" and "is not" rules from the xml file for address matching | Jeffrey Stedfast | 2001-08-08 | 2 | -27/+5 |
* | Do an evil kludgy hack so that the Rule Name entry widget gets focused | Jeffrey Stedfast | 2001-08-04 | 2 | -3/+14 |
* | Wrap some debug printf's with d(). | Jeffrey Stedfast | 2001-08-03 | 4 | -93/+98 |