aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-editor.c
Commit message (Expand)AuthorAgeFilesLines
* 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