aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.c
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+9
* Fix this so the "Receiving Options" page gets filled in again.Dan Winship2001-03-301-1/+1
* Lets do some NULL checking here. First, make sure the gsrc isn't NULL andJeffrey Stedfast2001-03-281-6/+4
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-765/+62
* Allow the authtype to be NULL. (transport_auth_init): If the providerJeffrey Stedfast2001-03-251-2/+22
* Use the new URL part macrosDan Winship2001-03-221-9/+9
* We don't care about SSL, yea baby... (apply_changes): Don't care aboutJeffrey Stedfast2001-03-161-11/+21
* Move the signal emittion to after the set_menu call so that it actuallyJeffrey Stedfast2001-03-071-21/+78
* Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-061-7/+7
* Fixed memory corruption bug.Jeffrey Stedfast2001-02-231-0/+21
* Strip the leading "/" from the Namespace/Path entry if the providerJeffrey Stedfast2001-02-131-1/+32
* Updated to checkfor "(none)".Jeffrey Stedfast2001-02-071-1/+21
* Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-061-4/+4
* Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-291-10/+11
* Save the source and transport changes whether the user can connect to theJeffrey Stedfast2001-01-241-19/+10
* get rid of some gtk warnings.Jeffrey Stedfast2001-01-181-6/+10
* Anna's dialog now supports SSL so we can get rid of the ssl-supportJeffrey Stedfast2001-01-181-18/+45
* Handle NULL source and, while we're at it, transport URLs. ApparentlyJeffrey Stedfast2001-01-181-4/+14
* Oops. "url && url->host" doesn't do much without the '?' and ':' ;-)Jeffrey Stedfast2001-01-181-3/+1
* Modify to be able to handle a NULL source_url. (source_auth_init): AllowJeffrey Stedfast2001-01-171-65/+68
* If the preferred authmech isn't found, default to the first one in theJeffrey Stedfast2001-01-141-63/+68
* Anna's dialogs.Jeffrey Stedfast2001-01-131-14/+37
* Eek! Don't destroy the account if the connection fails, duh. This is whatJeffrey Stedfast2001-01-121-11/+5
* Set the sensitivity of the Password label too.Jeffrey Stedfast2001-01-111-0/+3
* Clear the password entry if it's not allowed. (transport_type_changed):Jeffrey Stedfast2001-01-111-0/+1
* Moved to mail-config.gladeJeffrey Stedfast2001-01-101-1/+1
* Gray out the appropriate labels too. (auth_type_changed): And here.Jeffrey Stedfast2001-01-101-15/+84
* For all optionmenu's, set the appropriate 'history'. (keep_mail_check):Jeffrey Stedfast2001-01-101-11/+65
* New function to set the password for a given url.Jeffrey Stedfast2001-01-101-6/+16
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-10/+75
* A bunch of fixes.Jeffrey Stedfast2001-01-091-3/+5
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-22/+22
* Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented.Jeffrey Stedfast2001-01-071-14/+183
* Coded a bunch of the methods.Jeffrey Stedfast2001-01-071-0/+290
* New source files to provide an account editor widget.Jeffrey Stedfast2001-01-061-0/+24