| Commit message (Expand) | Author | Age | Files | Lines |
* | reverted spell error color fix | Radek Doulik | 2003-06-26 | 1 | -18/+21 |
* | use spell preferences at new location | Radek Doulik | 2003-06-25 | 1 | -21/+18 |
* | Use mail-config's gconf client. (target_date_new): Same. | Jeffrey Stedfast | 2003-06-12 | 1 | -2/+2 |
* | remove references to gtkhtml property manager. Connect to missing | Larry Ewing | 2003-05-21 | 1 | -26/+16 |
* | ** See bug #42456 | Not Zed | 2003-05-08 | 1 | -0/+4 |
* | Protect against a NULL strv result from parsing the language list string. | Jeffrey Stedfast | 2003-04-22 | 1 | -5/+7 |
* | Set the "script" data on the GtkEntry to NULL. (sig_add_script_response): | Jeffrey Stedfast | 2003-04-08 | 1 | -11/+35 |
* | use e_iconv_locale_language | Radek Doulik | 2003-04-08 | 1 | -2/+2 |
* | "en_us" should not be translated. Fixes bug #40088. | Jeffrey Stedfast | 2003-03-22 | 1 | -1/+1 |
* | Don't forget to add the signature to the signature list if it is a valid | Jeffrey Stedfast | 2003-03-21 | 1 | -1/+3 |
* | updated for gnome spell API 0.3 | Radek Doulik | 2003-03-20 | 1 | -2/+2 |
* | changed default language to en_us instead of en | Radek Doulik | 2003-03-19 | 1 | -1/+26 |
* | All this snot just to fix bug #38925 and an attempt to fix bug #38926 (but | Jeffrey Stedfast | 2003-03-08 | 1 | -67/+57 |
* | Reverted back to using e-iconv | Jeffrey Stedfast | 2003-02-27 | 1 | -4/+3 |
* | Don't always append "[script]" to the signature name. Also cleaned up some | Jeffrey Stedfast | 2003-02-25 | 1 | -10/+17 |
* | Use camel_charset_canonical_name() here instead of e_iconv_charset_name(). | Jeffrey Stedfast | 2003-02-21 | 1 | -3/+4 |
* | Same as below. | Jeffrey Stedfast | 2003-01-17 | 1 | -1/+1 |
* | Make dialog Cancel/OK to match HIG. | Ettore Perazzoli | 2003-01-15 | 1 | -2/+4 |
* | Use gconf to get the paned size. (folder_browser_set_message_preview): | Jeffrey Stedfast | 2003-01-08 | 1 | -1/+7 |
* | ...And a whole bunch more build fixes. | Jeffrey Stedfast | 2002-12-18 | 1 | -11/+11 |
* | Fix the colour code to get a guint32 rgb correctly (I think - can't test | Jeffrey Stedfast | 2002-12-14 | 1 | -98/+97 |
* | cast a-warning a-way. | Not Zed | 2002-12-12 | 1 | -1/+2 |
* | language is a treeview now. Not sure what to do with it yet, but get rid | Not Zed | 2002-12-10 | 1 | -214/+198 |
* | gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setup | Not Zed | 2002-12-02 | 1 | -1/+2 |
* | sync the gconf settings | Jeffrey Stedfast | 2002-11-21 | 1 | -0/+2 |
* | gconfify. (mail_composer_prefs_apply): gconfify this also. | Jeffrey Stedfast | 2002-11-21 | 1 | -31/+43 |
* | applied plain_signature_fix.patch | Radek Doulik | 2002-11-20 | 1 | -1/+1 |
* | applied spell_crash_fix.patch | Radek Doulik | 2002-11-19 | 1 | -0/+5 |
* | Correctly spell Advanced. | Jeffrey Stedfast | 2002-11-16 | 1 | -1/+1 |
* | Use g_object_new() instead of gtk_type_new(). Likewise. Likewise. | Ettore Perazzoli | 2002-11-14 | 1 | -1/+1 |
* | Added to cvs. Currently contains no configurable stuff, but maybe it will | Not Zed | 2002-11-13 | 1 | -26/+26 |
* | Commented out stuff that doesn't build yet. Also fixed idl build rule. | Not Zed | 2002-11-12 | 1 | -35/+33 |
* | Ported. | Jeffrey Stedfast | 2002-11-09 | 1 | -116/+101 |
* | Add the new-mail-notify rule to the filter driver before adding the user | Jeffrey Stedfast | 2002-10-16 | 1 | -7/+10 |
* | Don't maek "en" for translation. Fixes bug #31788. | Jeffrey Stedfast | 2002-10-08 | 1 | -1/+1 |
* | Only setup the languages if the language_seq is not CORBA_OBJECT_NIL. | Jeffrey Stedfast | 2002-10-02 | 1 | -7/+9 |
* | pass name of the script as 1st parameter | Radek Doulik | 2002-09-24 | 1 | -1/+1 |
* | Fix non-ANSI switch statement. | Dan Winship | 2002-09-24 | 1 | -3/+3 |
* | Disable debugging printf's | Jeffrey Stedfast | 2002-09-18 | 1 | -94/+103 |
* | use mail_config_get_send_html for html format flag | Radek Doulik | 2002-07-25 | 1 | -1/+1 |
* | call mail_config_init to be sure we have the db, save auto_signature as | Radek Doulik | 2002-06-11 | 1 | -1/+1 |
* | hook this to cancel button in signature script dialog | Radek Doulik | 2002-06-08 | 1 | -0/+7 |
* | script signatures | Radek Doulik | 2002-06-08 | 1 | -29/+84 |
* | disable edit and delete when there are no signatures defined | Radek Doulik | 2002-06-07 | 1 | -0/+4 |
* | enhanced signature editor | Radek Doulik | 2002-06-06 | 1 | -7/+8 |
* | use gtk string instead of utf8 one | Radek Doulik | 2002-06-06 | 1 | -2/+3 |
* | signature editor reworked, WIP | Radek Doulik | 2002-06-05 | 1 | -163/+5 |
* | moved spell checking options to separate page, updated UI by Anna's design | Radek Doulik | 2002-05-30 | 1 | -14/+118 |
* | ops, revert array size | Radek Doulik | 2002-05-25 | 1 | -1/+1 |
* | (mail_composer_prefs_construct): add auto smiley check button | Radek Doulik | 2002-05-24 | 1 | -1/+6 |
* | be more careful about language_str{_orig} | Radek Doulik | 2002-05-24 | 1 | -4/+12 |
* | Use a new macro, STR_EQUAL, to tell if the 2 values are equal or not | Jeffrey Stedfast | 2002-05-22 | 1 | -1/+3 |
* | Added #include "folder-info.h". | Christopher James Lahey | 2002-05-15 | 1 | -0/+2 |
* | implemented (c'n'p-ed and updated) spell checking settings | Radek Doulik | 2002-05-09 | 1 | -30/+251 |
* | Update the code to actually work. (sig_new_html): Same. | Jeffrey Stedfast | 2002-05-02 | 1 | -8/+11 |
* | clean up propmanager initialization code. | Larry Ewing | 2002-04-29 | 1 | -15/+9 |
* | handle requests for the font manager control. | Larry Ewing | 2002-04-29 | 1 | -3/+24 |
* | added a #include to fix a compile warning | Jeffrey Stedfast | 2002-04-13 | 1 | -0/+2 |
* | Make it so that unchecking the "Enable Advanced Options" in the signature | Jeffrey Stedfast | 2002-04-13 | 1 | -1/+22 |
* | Re-Implemented the signature editor stuff (mostly just copy/paste from | Jeffrey Stedfast | 2002-04-02 | 1 | -4/+386 |
* | Don't shift the r, g and b values here either. | Jeffrey Stedfast | 2002-03-30 | 1 | -3/+3 |
* | Restore the labels & colours options from the grave. | Jeffrey Stedfast | 2002-03-30 | 1 | -0/+1 |
* | Same here. | Jeffrey Stedfast | 2002-03-30 | 1 | -6/+20 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 1 | -2/+2 |
* | Sync with yet-another-mail-config branch. | Jeffrey Stedfast | 2002-03-27 | 1 | -0/+267 |