aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-accounts.c
Commit message (Expand)AuthorAgeFilesLines
* Added back the checkmark icon for enabled accounts.Jeffrey Stedfast2002-04-241-7/+24
* s/ENABLE_NEWS/ENABLE_NNTPJeffrey Stedfast2002-04-141-1/+1
* compile fixesJeffrey Stedfast2002-04-141-4/+4
* Build fixes for --enable-nntp.Jeffrey Stedfast2002-04-141-4/+5
* Setup News preferences too if it is enabled.Jeffrey Stedfast2002-04-131-0/+241
* (account_cursor_change): Make sure that event is non-NULL here.Jeffrey Stedfast2002-03-291-2/+2
* Use a GtkCList instead of an ETable, for some reason the etable wasJeffrey Stedfast2002-03-291-14/+166
* Use gtk_container_add() to put the toplevel in the parent widget, insteadEttore Perazzoli2002-03-281-2/+4
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-1329/+229
* Draw colour rectangles for each of the colour items and set a closure onJeffrey Stedfast2002-03-161-1/+2
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-10/+87
* new functionRadek Doulik2002-03-091-0/+5
* handle name changed event (sig_load_preview): don't run script before eachRadek Doulik2002-03-091-5/+25
* notify accounts dialog about signature content changeRadek Doulik2002-03-081-2/+21
* merge new signature handlingRadek Doulik2002-03-071-1/+374
* If the clicked column was column 0, enable/disable it. (mail_select):Jeffrey Stedfast2002-03-051-7/+17
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-311-2/+1
* Don't pass NULL text to gtk_entry_set_text. Maybe this will fix bugJeffrey Stedfast2002-01-301-3/+7
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-13/+14
* If the provider is NULL, don't do anything.Jeffrey Stedfast2001-12-201-2/+2
* Oops, no wonder the exec command thing never stuck around... I wasn'tJeffrey Stedfast2001-12-201-1/+1
* slight fixJeffrey Stedfast2001-12-191-3/+3
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-2/+48
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-1/+19
* Call mail_config_pgp_type_detect_from_path() instead of doing our own lameJeffrey Stedfast2001-11-091-11/+4
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-48/+68
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Set the GdkWindow of the FolderBrowser, not the GtkWindow...Jeffrey Stedfast2001-10-271-1/+1
* Use a timeout not an idle handler.62001-10-261-0/+1
* Helper macro.Jeffrey Stedfast2001-10-181-3/+3
* Add toggle button to config menu to turn the "confirm sending unwantedJon Trowbridge2001-10-061-0/+11
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-051-1/+4
* Don't create checkboxes for global Threaded or Preview options as they areJeffrey Stedfast2001-09-291-0/+6
* Update to not send the remember-passphrase option to the context, itJeffrey Stedfast2001-09-261-11/+11
* Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-211-10/+9
* Studlycapsize all the IDs that are not. Likewise. Updated accordingly.Ettore Perazzoli2001-08-281-1/+0
* Whoops, make sure that the account has a source before removing it orPeter Williams2001-08-201-4/+6
* Convert the UTF-8 account name string into a gtk-string before using it inJeffrey Stedfast2001-08-151-3/+6
* If the account is enabled, set a checkmark pixmap instead of a strangePeter Williams2001-08-151-3/+16
* Changed the title of the Mail Settings dialog from "Evolution AccountAnna Marie Dirks2001-08-141-1/+1
* Don't remove the account from the tree if it's not enabled.Peter Williams2001-08-111-1/+1
* Whoops, compile fix.Peter Williams2001-08-111-1/+1
* Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri):Peter Williams2001-08-111-26/+9
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-21/+49
* Respect Gtk theme colors for the fonts and calculate a new table gbcolorJeffrey Stedfast2001-07-271-1/+1
* Add new label widgets with a message that SSL isn't supported.Peter Williams2001-07-241-1/+1
* Fixed the "Read" to be Read in the glade file per menesis' request.Jeffrey Stedfast2001-07-241-1/+34
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-191-3/+7
* Add GTK_WIDGET to the charset picker. Reportedly prevent a craash forPeter Williams2001-07-191-1/+1
* Setup the auto-receive here instead.Jeffrey Stedfast2001-07-181-1/+3
* Reset the autoreceive when necessary.Iain Holmes2001-07-181-0/+1
* Make a nicer delete account dialogIain Holmes2001-07-181-6/+7
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-111-1/+13
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-0/+11
* Add a checkbox for prompting when sending a message with an empty subject.Jeffrey Stedfast2001-07-061-0/+11
* Added an MailAccountEditorNews, for NNTP configuratuion. Based onSam Creasey2001-07-031-60/+100
* Setup the Empty Trash On Exit widgets.Jeffrey Stedfast2001-07-031-0/+11
* #include widgets/misc/e-charset-picker.h since it was moved there fromJeffrey Stedfast2001-07-031-1/+2
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* #include "folder-browser-factory.h"Jeffrey Stedfast2001-06-201-5/+58
* Check that the chain of deferences in gui->account->source->url is safe.Jon Trowbridge2001-06-071-2/+18
* Rename the "PGP" page back to "Other" and add a "default charset" optionDan Winship2001-05-311-1/+21
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-13/+62
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-131-5/+5
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-14/+63
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-9/+40
* New callback to handle a double-click event in the account clist.Jeffrey Stedfast2001-03-231-0/+9
* set color in html citationRadek Doulik2001-03-211-0/+40
* uh, emacs said it didn't save thisJeffrey Stedfast2001-03-071-1/+1
* Disable the NNTP code if NNTP is not enabled. This prevents some runtimeJeffrey Stedfast2001-03-071-1/+3
* Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-061-1/+1
* Confirm thatt he user REALLY wants to delete this account. (news_delete):Jeffrey Stedfast2001-02-271-4/+38
* Construct the PGP Path GnomeFileEntry widget. (pgp_path_changed): Try toJeffrey Stedfast2001-02-231-0/+29
* Yes, I screwed up.Iain Holmes2001-01-261-2/+1
* GNOME_Evolution_Mail.oafinfoIain Holmes2001-01-261-1/+2
* Added a 3rd page to the account editor to allow users to set their HTMLJeffrey Stedfast2001-01-251-0/+31
* s/filter-driver.h/camel-filter-driver.h/ and update first arg ofDan Winship2001-01-231-0/+2
* Handle NULL source and, while we're at it, transport URLs. ApparentlyJeffrey Stedfast2001-01-181-4/+10
* only load the news storage if ENABLE_NNTP.Chris Toshok2001-01-171-0/+5
* Fixed mail_load_storages to make a mini GSList of the account, not theJeffrey Stedfast2001-01-131-6/+4
* Moved to mail-config.gladeJeffrey Stedfast2001-01-101-1/+1
* For all optionmenu's, set the appropriate 'history'. (keep_mail_check):Jeffrey Stedfast2001-01-101-0/+1
* New function to set the password for a given url.Jeffrey Stedfast2001-01-101-6/+11
* Write the config data and reload the accounts list so the "default" tag isJeffrey Stedfast2001-01-091-2/+8
* A bunch of fixes.Jeffrey Stedfast2001-01-091-3/+4
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-2/+3
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-10/+15
* Implemented.Jeffrey Stedfast2001-01-071-2/+17
* Coded a bunch of the methods.Jeffrey Stedfast2001-01-071-2/+2
* Since the druid now handles adding the new account to the config, we'llJeffrey Stedfast2001-01-061-0/+380