| Commit message (Expand) | Author | Age | Files | Lines |
* | Break most of the functionality into a separate function. | Peter Williams | 2001-08-14 | 1 | -6/+7 |
* | Changed all instances of "Wizard" and "Druid" to "Assistant". | Anna Marie Dirks | 2001-08-14 | 1 | -1/+1 |
* | Whoa, fatal typo. Sorry. | Peter Williams | 2001-08-14 | 1 | -1/+1 |
* | Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri): | Peter Williams | 2001-08-11 | 1 | -4/+1 |
* | [Simplifying how default account is stored and used internally, fixes | Jason Leach | 2001-07-19 | 1 | -9/+12 |
* | Handle application/pgp using the text/plain handler. | Jeffrey Stedfast | 2001-07-10 | 1 | -32/+50 |
* | Take another argument to ignore a certain address. (mail_generate_reply): | Jeffrey Stedfast | 2001-05-30 | 1 | -2/+2 |
* | Convert the result of g_get_real_name() from the locale charset to UTF8. | Dan Winship | 2001-04-21 | 1 | -1/+1 |
* | set content type to utf8. fix warning. just call on_link_clicked(). | Gediminas Paulauskas | 2001-04-04 | 1 | -1/+2 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -5/+10 |
* | set the initial druid button state after doing the mail_account_gui_setup, | Dan Winship | 2001-03-28 | 1 | -2/+2 |
* | Probably the very last new config dialog ever. (Ha ha). From Anna, based | Dan Winship | 2001-03-27 | 1 | -1194/+210 |
* | Use the new URL part macros | Dan Winship | 2001-03-22 | 1 | -11/+11 |
* | Updated to have a transport auth page. | Jeffrey Stedfast | 2001-03-07 | 1 | -64/+269 |
* | Don't access the `active` data member of a GtkToggleButton directly - bad | Jeffrey Stedfast | 2001-03-06 | 1 | -10/+11 |
* | Fixed memory corruption bug. | Jeffrey Stedfast | 2001-02-23 | 1 | -0/+6 |
* | Set the sensitivity of the spin button based on the state of the checkbox. | Jeffrey Stedfast | 2001-02-09 | 1 | -0/+2 |
* | Cast the CamelMedium to a CamelMimePart before performing actions on it as | Jeffrey Stedfast | 2001-02-09 | 1 | -0/+30 |
* | Updated to checkfor "(none)". | Jeffrey Stedfast | 2001-02-07 | 1 | -4/+34 |
* | Keep track of the CheckSettings check boxes. (transport_next): Connect if | Jeffrey Stedfast | 2001-02-06 | 1 | -7/+10 |
* | Updated to not connect when getting a list of authtypes. (transport_next): | Jeffrey Stedfast | 2001-02-06 | 1 | -2/+2 |
* | Turns out that I was wrong about the g_get_real_name mem leak, god damn | Jeffrey Stedfast | 2001-01-29 | 1 | -3/+1 |
* | Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak by | Jeffrey Stedfast | 2001-01-29 | 1 | -10/+15 |
* | Automagically fill in the user's default transport if he/she has setup | Jeffrey Stedfast | 2001-01-23 | 1 | -0/+29 |
* | Oops, danw didn't know 'provider' could be NULL :-) | Jeffrey Stedfast | 2001-01-23 | 1 | -2/+2 |
* | Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather than | Dan Winship | 2001-01-23 | 1 | -2/+16 |
* | Handle NULL source and, while we're at it, transport URLs. Apparently | Jeffrey Stedfast | 2001-01-18 | 1 | -0/+3 |
* | Modify to be able to handle a NULL source_url. (source_auth_init): Allow | Jeffrey Stedfast | 2001-01-17 | 1 | -23/+84 |
* | Fixed mail_load_storages to make a mini GSList of the account, not the | Jeffrey Stedfast | 2001-01-13 | 1 | -1/+1 |
* | Now takes a 'is_account_data' variable to specify whether the sources is a | Jeffrey Stedfast | 2001-01-13 | 1 | -1/+1 |
* | Anna's dialogs. | Jeffrey Stedfast | 2001-01-13 | 1 | -2/+2 |
* | We don't want to be able to set the reply-to in the config druid. | Jeffrey Stedfast | 2001-01-12 | 1 | -21/+0 |
* | Guess the default MAIL value for MBOX and Maildir files. | Miguel de Icaza | 2001-01-12 | 1 | -0/+8 |
* | If the service_check fails, pop-up a warning dialog letting the user know | Jeffrey Stedfast | 2001-01-12 | 1 | -5/+34 |
* | New callback to handle when the user hits the "back" button when on the | Jeffrey Stedfast | 2001-01-11 | 1 | -1/+23 |
* | Grab the focus of the first widget that is sensitive. | Jeffrey Stedfast | 2001-01-11 | 1 | -1/+14 |
* | Clear the password entry if it's not allowed. (transport_type_changed): | Jeffrey Stedfast | 2001-01-11 | 1 | -5/+19 |
* | Moved to mail-config.glade | Jeffrey Stedfast | 2001-01-10 | 1 | -1/+1 |
* | Gray out the appropriate labels too. (auth_type_changed): And here. | Jeffrey Stedfast | 2001-01-10 | 1 | -12/+41 |
* | For all optionmenu's, set the appropriate 'history'. (keep_mail_check): | Jeffrey Stedfast | 2001-01-10 | 1 | -0/+7 |
* | New function to set the password for a given url. | Jeffrey Stedfast | 2001-01-10 | 1 | -9/+19 |
* | Brand spankin' new config druid, editor, and manager. | Jeffrey Stedfast | 2001-01-09 | 1 | -8/+26 |
* | More lovely fixes... | Jeffrey Stedfast | 2001-01-09 | 1 | -5/+6 |
* | A bunch of fixes. | Jeffrey Stedfast | 2001-01-09 | 1 | -7/+93 |
* | Updated to reflect changes to the mail-config API. | Jeffrey Stedfast | 2001-01-08 | 1 | -35/+43 |
* | Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented. | Jeffrey Stedfast | 2001-01-07 | 1 | -69/+2 |
* | New source files to provide an account editor widget. | Jeffrey Stedfast | 2001-01-06 | 1 | -5/+11 |
* | Since the druid now handles adding the new account to the config, we'll | Jeffrey Stedfast | 2001-01-06 | 1 | -2/+43 |
* | Renamed from _delete_mail (mail_config_druid_get_transport_url): New | Jeffrey Stedfast | 2001-01-06 | 1 | -51/+45 |
* | Renamed from _delete_mail | Jeffrey Stedfast | 2001-01-06 | 1 | -4/+4 |
* | Fixed a few 'Oops'es. | Jeffrey Stedfast | 2001-01-05 | 1 | -5/+5 |
* | Updated to have a GtkWindow as a parent | Jeffrey Stedfast | 2001-01-04 | 1 | -15/+84 |
* | New source file that implements mail-config-druid. Note: this is not yet | Jeffrey Stedfast | 2001-01-04 | 1 | -0/+855 |