aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-druid.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-983/+0
* fixed the glade file so that the management page would show up in the account...Jeffrey Stedfast2002-05-081-3/+3
* After building the extra config options into a Gtk form, auto-detect anyJeffrey Stedfast2002-04-271-0/+1
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-3/+2
* Rewrite this to not use stpcpy, which isn't portable.Dan Winship2002-03-091-5/+6
* Re-focus the account name entry widget. (identity_prepare): If a name isJeffrey Stedfast2002-03-081-11/+39
* merge new signature handlingRadek Doulik2002-03-071-1/+1
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-3/+2
* Comment out the Folder: and you've got mail prints.02001-10-301-19/+34
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Don't allow an auth-type to be set when saving the service.Jeffrey Stedfast2001-10-241-20/+21
* Use gtk_signal_connect_while_alive here so e_gnome_dialog_parent_destroyedDan Winship2001-10-101-23/+46
* Check for errorsIain Holmes2001-10-021-3/+2
* Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-211-7/+3
* Don't use new_with_sig_file, that function no longer exists.Jeffrey Stedfast2001-09-111-1/+2
* We need to initialize all of the struct fields or else god knows what willJeffrey Stedfast2001-09-101-6/+22
* Destroy lists and hashes when needed, so that old data isn't left behind.Iain Holmes2001-08-281-1/+21
* Instead of using the length of the shortcuts list as the index for thePeter Williams2001-08-251-8/+0
* Prevent the user from creating two accounts with the same name.Peter Williams2001-08-221-49/+20
* Fix the wording on some labels.Iain Holmes2001-08-211-53/+20
* remove dead structureJP Rosevear2001-08-181-1/+0
* Startup assistant stuffIain Holmes2001-08-171-140/+545
* Break most of the functionality into a separate function.Peter Williams2001-08-141-6/+7
* Changed all instances of "Wizard" and "Druid" to "Assistant".Anna Marie Dirks2001-08-141-1/+1
* Whoa, fatal typo. Sorry.Peter Williams2001-08-141-1/+1
* Don't load the storage if it isn't enabled. (mail_remove_storage_by_uri):Peter Williams2001-08-111-4/+1
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-191-9/+12
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-101-32/+50
* Take another argument to ignore a certain address. (mail_generate_reply):Jeffrey Stedfast2001-05-301-2/+2
* Convert the result of g_get_real_name() from the locale charset to UTF8.Dan Winship2001-04-211-1/+1
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-041-1/+2
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-5/+10
* set the initial druid button state after doing the mail_account_gui_setup,Dan Winship2001-03-281-2/+2
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-1194/+210
* Use the new URL part macrosDan Winship2001-03-221-11/+11
* Updated to have a transport auth page.Jeffrey Stedfast2001-03-071-64/+269
* Don't access the `active` data member of a GtkToggleButton directly - badJeffrey Stedfast2001-03-061-10/+11
* Fixed memory corruption bug.Jeffrey Stedfast2001-02-231-0/+6
* Set the sensitivity of the spin button based on the state of the checkbox.Jeffrey Stedfast2001-02-091-0/+2
* Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-091-0/+30
* Updated to checkfor "(none)".Jeffrey Stedfast2001-02-071-4/+34
* Keep track of the CheckSettings check boxes. (transport_next): Connect ifJeffrey Stedfast2001-02-061-7/+10
* Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-061-2/+2
* Turns out that I was wrong about the g_get_real_name mem leak, god damnJeffrey Stedfast2001-01-291-3/+1
* Use UTF-8. (set_defaults): Use UTF-8 and also fixed a memory leak byJeffrey Stedfast2001-01-291-10/+15
* Automagically fill in the user's default transport if he/she has setupJeffrey Stedfast2001-01-231-0/+29
* Oops, danw didn't know 'provider' could be NULL :-)Jeffrey Stedfast2001-01-231-2/+2
* Change "Path:" label to "Namespace:" for IMAP. Use $MAILDIR rather thanDan Winship2001-01-231-2/+16
* Handle NULL source and, while we're at it, transport URLs. ApparentlyJeffrey Stedfast2001-01-181-0/+3
* Modify to be able to handle a NULL source_url. (source_auth_init): AllowJeffrey Stedfast2001-01-171-23/+84
* Fixed mail_load_storages to make a mini GSList of the account, not theJeffrey Stedfast2001-01-131-1/+1
* Now takes a 'is_account_data' variable to specify whether the sources is aJeffrey Stedfast2001-01-131-1/+1
* Anna's dialogs.Jeffrey Stedfast2001-01-131-2/+2
* We don't want to be able to set the reply-to in the config druid.Jeffrey Stedfast2001-01-121-21/+0
* Guess the default MAIL value for MBOX and Maildir files.Miguel de Icaza2001-01-121-0/+8
* If the service_check fails, pop-up a warning dialog letting the user knowJeffrey Stedfast2001-01-121-5/+34
* New callback to handle when the user hits the "back" button when on theJeffrey Stedfast2001-01-111-1/+23
* Grab the focus of the first widget that is sensitive.Jeffrey Stedfast2001-01-111-1/+14
* Clear the password entry if it's not allowed. (transport_type_changed):Jeffrey Stedfast2001-01-111-5/+19
* 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-12/+41
* For all optionmenu's, set the appropriate 'history'. (keep_mail_check):Jeffrey Stedfast2001-01-101-0/+7
* New function to set the password for a given url.Jeffrey Stedfast2001-01-101-9/+19
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-8/+26
* More lovely fixes...Jeffrey Stedfast2001-01-091-5/+6
* A bunch of fixes.Jeffrey Stedfast2001-01-091-7/+93
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-35/+43
* Implemented. (ok_clicked): Implemented. (cancel_clicked): Implemented.Jeffrey Stedfast2001-01-071-69/+2
* New source files to provide an account editor widget.Jeffrey Stedfast2001-01-061-5/+11
* Since the druid now handles adding the new account to the config, we'llJeffrey Stedfast2001-01-061-2/+43
* Renamed from _delete_mail (mail_config_druid_get_transport_url): NewJeffrey Stedfast2001-01-061-51/+45
* Renamed from _delete_mailJeffrey Stedfast2001-01-061-4/+4
* Fixed a few 'Oops'es.Jeffrey Stedfast2001-01-051-5/+5
* Updated to have a GtkWindow as a parentJeffrey Stedfast2001-01-041-15/+84
* New source file that implements mail-config-druid. Note: this is not yetJeffrey Stedfast2001-01-041-0/+855