| Commit message (Expand) | Author | Age | Files | Lines |
* | include headers | Jeffrey Stedfast | 2003-01-14 | 1 | -4/+2 |
* | We also need to call message_list_set_hidedeleted() here so that any | Jeffrey Stedfast | 2003-01-11 | 1 | -3/+3 |
* | enable the account before attempting to saving it. | Chris Toshok | 2003-01-10 | 1 | -1/+3 |
* | Use gconf to get the paned size. (folder_browser_set_message_preview): | Jeffrey Stedfast | 2003-01-08 | 1 | -7/+7 |
* | Setup double-click here. | Jeffrey Stedfast | 2002-12-13 | 1 | -5/+9 |
* | don't shadow a parameter | Jeffrey Stedfast | 2002-12-13 | 1 | -7/+7 |
* | Get rid of the ETable #ifdef's - we won't ever be using ETable. | Jeffrey Stedfast | 2002-12-13 | 1 | -245/+101 |
* | cast a-warning a-way. | Not Zed | 2002-12-12 | 1 | -132/+140 |
* | gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setup | Not Zed | 2002-12-02 | 1 | -12/+1 |
* | Specify the default account. Also, don't need to use | Jeffrey Stedfast | 2002-11-18 | 1 | -1/+6 |
* | weak notify -> ref. | Not Zed | 2002-11-15 | 1 | -1/+1 |
* | Use g_object_weak_ref rather than connecting to destroy. | Jeffrey Stedfast | 2002-11-15 | 1 | -16/+11 |
* | 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 | -52/+63 |
* | Re-enable some #if 0'd code. | Jeffrey Stedfast | 2002-07-17 | 1 | -4/+2 |
* | changed a comment | Jeffrey Stedfast | 2002-07-05 | 1 | -1/+2 |
* | Removed special-case code for NNTP support. | Jeffrey Stedfast | 2002-07-05 | 1 | -241/+0 |
* | Fixes bug #27055. | Jeffrey Stedfast | 2002-06-29 | 1 | -2/+12 |
* | Comment out the code to add/remove the store to the folder-tree when it | Jeffrey Stedfast | 2002-06-11 | 1 | -0/+3 |
* | Duh, we want to set the news_edit/delete buttons for the news page, not | Not Zed | 2002-06-04 | 1 | -2/+2 |
* | Correctly get the GtkWindow ancestor of the prefs widget. | Jeffrey Stedfast | 2002-06-04 | 1 | -1/+4 |
* | moved spell checking options to separate page, updated UI by Anna's design | Radek Doulik | 2002-05-30 | 1 | -0/+1 |
* | use _ instead of U_ for clist | Radek Doulik | 2002-05-30 | 1 | -1/+1 |
* | Added back the checkmark icon for enabled accounts. | Jeffrey Stedfast | 2002-04-24 | 1 | -7/+24 |
* | s/ENABLE_NEWS/ENABLE_NNTP | Jeffrey Stedfast | 2002-04-14 | 1 | -1/+1 |
* | compile fixes | Jeffrey Stedfast | 2002-04-14 | 1 | -4/+4 |
* | Build fixes for --enable-nntp. | Jeffrey Stedfast | 2002-04-14 | 1 | -4/+5 |
* | Setup News preferences too if it is enabled. | Jeffrey Stedfast | 2002-04-13 | 1 | -0/+241 |
* | (account_cursor_change): Make sure that event is non-NULL here. | Jeffrey Stedfast | 2002-03-29 | 1 | -2/+2 |
* | Use a GtkCList instead of an ETable, for some reason the etable was | Jeffrey Stedfast | 2002-03-29 | 1 | -14/+166 |
* | Use gtk_container_add() to put the toplevel in the parent widget, instead | Ettore Perazzoli | 2002-03-28 | 1 | -2/+4 |
* | Sync with yet-another-mail-config branch. | Jeffrey Stedfast | 2002-03-27 | 1 | -1329/+229 |
* | Draw colour rectangles for each of the colour items and set a closure on | Jeffrey Stedfast | 2002-03-16 | 1 | -1/+2 |
* | New callback to set a colour on a message. | Jeffrey Stedfast | 2002-03-16 | 1 | -10/+87 |
* | new function | Radek Doulik | 2002-03-09 | 1 | -0/+5 |
* | handle name changed event (sig_load_preview): don't run script before each | Radek Doulik | 2002-03-09 | 1 | -5/+25 |
* | notify accounts dialog about signature content change | Radek Doulik | 2002-03-08 | 1 | -2/+21 |
* | merge new signature handling | Radek Doulik | 2002-03-07 | 1 | -1/+374 |
* | If the clicked column was column 0, enable/disable it. (mail_select): | Jeffrey Stedfast | 2002-03-05 | 1 | -7/+17 |
* | Pass the parent window to mail_account_editor_new(). | Jeffrey Stedfast | 2002-01-31 | 1 | -2/+1 |
* | Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bug | Jeffrey Stedfast | 2002-01-30 | 1 | -3/+7 |
* | Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed. | Jeffrey Stedfast | 2002-01-08 | 1 | -13/+14 |
* | If the provider is NULL, don't do anything. | Jeffrey Stedfast | 2001-12-20 | 1 | -2/+2 |
* | Oops, no wonder the exec command thing never stuck around... I wasn't | Jeffrey Stedfast | 2001-12-20 | 1 | -1/+1 |
* | slight fix | Jeffrey Stedfast | 2001-12-19 | 1 | -3/+3 |
* | Setup the new-mail-notification widgets. (notify_command_changed): Update | Jeffrey Stedfast | 2001-12-19 | 1 | -2/+48 |
* | Make sure that the message subject is non-NULL beforetrying to base a | Jeffrey Stedfast | 2001-12-11 | 1 | -1/+19 |
* | Call mail_config_pgp_type_detect_from_path() instead of doing our own lame | Jeffrey Stedfast | 2001-11-09 | 1 | -11/+4 |
* | Don't make the account editor modal either. | Jeffrey Stedfast | 2001-11-06 | 1 | -48/+68 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Set the GdkWindow of the FolderBrowser, not the GtkWindow... | Jeffrey Stedfast | 2001-10-27 | 1 | -1/+1 |
* | Use a timeout not an idle handler. | 6 | 2001-10-26 | 1 | -0/+1 |
* | Helper macro. | Jeffrey Stedfast | 2001-10-18 | 1 | -3/+3 |
* | Add toggle button to config menu to turn the "confirm sending unwanted | Jon Trowbridge | 2001-10-06 | 1 | -0/+11 |
* | Ignore the signal if the radio button is not "on". This fixes bug #10532 | Jeffrey Stedfast | 2001-10-05 | 1 | -1/+4 |
* | Don't create checkboxes for global Threaded or Preview options as they are | Jeffrey Stedfast | 2001-09-29 | 1 | -0/+6 |
* | Update to not send the remember-passphrase option to the context, it | Jeffrey Stedfast | 2001-09-26 | 1 | -11/+11 |
* | Do not add the account here as this is taken care of in | Jeffrey Stedfast | 2001-09-21 | 1 | -10/+9 |
* | Studlycapsize all the IDs that are not. Likewise. Updated accordingly. | Ettore Perazzoli | 2001-08-28 | 1 | -1/+0 |
* | Whoops, make sure that the account has a source before removing it or | Peter Williams | 2001-08-20 | 1 | -4/+6 |
* | Convert the UTF-8 account name string into a gtk-string before using it in | Jeffrey Stedfast | 2001-08-15 | 1 | -3/+6 |
* | If the account is enabled, set a checkmark pixmap instead of a strange | Peter Williams | 2001-08-15 | 1 | -3/+16 |
* | Changed the title of the Mail Settings dialog from "Evolution Account | Anna Marie Dirks | 2001-08-14 | 1 | -1/+1 |
* | Don't remove the account from the tree if it's not enabled. | Peter Williams | 2001-08-11 | 1 | -1/+1 |
* | Whoops, compile fix. | Peter Williams | 2001-08-11 | 1 | -1/+1 |
* | Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri): | Peter Williams | 2001-08-11 | 1 | -26/+9 |
* | This should return a GtkWidget not a GtkObject. | Jeffrey Stedfast | 2001-08-08 | 1 | -21/+49 |
* | Respect Gtk theme colors for the fonts and calculate a new table gbcolor | Jeffrey Stedfast | 2001-07-27 | 1 | -1/+1 |
* | Add new label widgets with a message that SSL isn't supported. | Peter Williams | 2001-07-24 | 1 | -1/+1 |
* | Fixed the "Read" to be Read in the glade file per menesis' request. | Jeffrey Stedfast | 2001-07-24 | 1 | -1/+34 |
* | [Simplifying how default account is stored and used internally, fixes | Jason Leach | 2001-07-19 | 1 | -3/+7 |
* | Add GTK_WIDGET to the charset picker. Reportedly prevent a craash for | Peter Williams | 2001-07-19 | 1 | -1/+1 |
* | Setup the auto-receive here instead. | Jeffrey Stedfast | 2001-07-18 | 1 | -1/+3 |
* | Reset the autoreceive when necessary. | Iain Holmes | 2001-07-18 | 1 | -0/+1 |
* | Make a nicer delete account dialog | Iain Holmes | 2001-07-18 | 1 | -6/+7 |
* | [Bug #4305: Make the automatic mark-as-read timer optional] | Jason Leach | 2001-07-11 | 1 | -1/+13 |
* | Update to pass in the `remember' argument when creating a new pgp context. | Jeffrey Stedfast | 2001-07-10 | 1 | -0/+11 |
* | Add a checkbox for prompting when sending a message with an empty subject. | Jeffrey Stedfast | 2001-07-06 | 1 | -0/+11 |
* | Added an MailAccountEditorNews, for NNTP configuratuion. Based on | Sam Creasey | 2001-07-03 | 1 | -60/+100 |
* | Setup the Empty Trash On Exit widgets. | Jeffrey Stedfast | 2001-07-03 | 1 | -0/+11 |
* | #include widgets/misc/e-charset-picker.h since it was moved there from | Jeffrey Stedfast | 2001-07-03 | 1 | -1/+2 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | #include "folder-browser-factory.h" | Jeffrey Stedfast | 2001-06-20 | 1 | -5/+58 |
* | Check that the chain of deferences in gui->account->source->url is safe. | Jon Trowbridge | 2001-06-07 | 1 | -2/+18 |
* | Rename the "PGP" page back to "Other" and add a "default charset" option | Dan Winship | 2001-05-31 | 1 | -1/+21 |
* | Split "Other" page into three pages, Display, Composer, and PGP. Add HTML | Dan Winship | 2001-05-15 | 1 | -13/+62 |
* | Updated for changes to PGP code. | Jeffrey Stedfast | 2001-04-13 | 1 | -5/+5 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -14/+63 |
* | Probably the very last new config dialog ever. (Ha ha). From Anna, based | Dan Winship | 2001-03-27 | 1 | -9/+40 |
* | New callback to handle a double-click event in the account clist. | Jeffrey Stedfast | 2001-03-23 | 1 | -0/+9 |
* | set color in html citation | Radek Doulik | 2001-03-21 | 1 | -0/+40 |
* | uh, emacs said it didn't save this | Jeffrey Stedfast | 2001-03-07 | 1 | -1/+1 |
* | Disable the NNTP code if NNTP is not enabled. This prevents some runtime | Jeffrey Stedfast | 2001-03-07 | 1 | -1/+3 |
* | Don't access the `active` data member of a GtkToggleButton directly - bad | Jeffrey Stedfast | 2001-03-06 | 1 | -1/+1 |
* | Confirm thatt he user REALLY wants to delete this account. (news_delete): | Jeffrey Stedfast | 2001-02-27 | 1 | -4/+38 |
* | Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try to | Jeffrey Stedfast | 2001-02-23 | 1 | -0/+29 |
* | Yes, I screwed up. | Iain Holmes | 2001-01-26 | 1 | -2/+1 |
* | GNOME_Evolution_Mail.oafinfo | Iain Holmes | 2001-01-26 | 1 | -1/+2 |
* | Added a 3rd page to the account editor to allow users to set their HTML | Jeffrey Stedfast | 2001-01-25 | 1 | -0/+31 |
* | s/filter-driver.h/camel-filter-driver.h/ and update first arg of | Dan Winship | 2001-01-23 | 1 | -0/+2 |
* | Handle NULL source and, while we're at it, transport URLs. Apparently | Jeffrey Stedfast | 2001-01-18 | 1 | -4/+10 |
* | only load the news storage if ENABLE_NNTP. | Chris Toshok | 2001-01-17 | 1 | -0/+5 |
* | Fixed mail_load_storages to make a mini GSList of the account, not the | Jeffrey Stedfast | 2001-01-13 | 1 | -6/+4 |
* | Moved to mail-config.glade | Jeffrey Stedfast | 2001-01-10 | 1 | -1/+1 |
* | For all optionmenu's, set the appropriate 'history'. (keep_mail_check): | Jeffrey Stedfast | 2001-01-10 | 1 | -0/+1 |
* | New function to set the password for a given url. | Jeffrey Stedfast | 2001-01-10 | 1 | -6/+11 |
* | Write the config data and reload the accounts list so the "default" tag is | Jeffrey Stedfast | 2001-01-09 | 1 | -2/+8 |
* | A bunch of fixes. | Jeffrey Stedfast | 2001-01-09 | 1 | -3/+4 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 1 | -2/+3 |
* | Updated to reflect changes to the mail-config API. (create_msg_composer): | Jeffrey Stedfast | 2001-01-08 | 1 | -10/+15 |
* | Implemented. | Jeffrey Stedfast | 2001-01-07 | 1 | -2/+17 |
* | Coded a bunch of the methods. | Jeffrey Stedfast | 2001-01-07 | 1 | -2/+2 |
* | Since the druid now handles adding the new account to the config, we'll | Jeffrey Stedfast | 2001-01-06 | 1 | -0/+380 |