aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
Commit message (Expand)AuthorAgeFilesLines
* Re-enable some #if 0'd code.Jeffrey Stedfast2002-07-171-1/+1
* Removed special-case code for NNTP support.Jeffrey Stedfast2002-07-051-1/+1
* Pass TRUE as the auto_connect argument to mail_load_storage_from_uri().Jeffrey Stedfast2002-07-041-1/+1
* Some compiler warning fixes.Jeffrey Stedfast2002-06-261-0/+3
* script signaturesRadek Doulik2002-06-081-1/+1
* If this account is not a completely new account (ie, it is an editedJeffrey Stedfast2002-06-071-3/+48
* signature editor reworked, WIPRadek Doulik2002-06-051-242/+53
* Write the signature after the account has been added. (sig_new_html):Jeffrey Stedfast2002-06-041-16/+9
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-221-0/+4
* Only clear the text/html signature menus if they are non-NULL.Jeffrey Stedfast2002-05-221-2/+6
* Added #include "folder-info.h".Christopher James Lahey2002-05-151-1/+1
* Make sure that even if the new source url is NULL, that we preserve theJeffrey Stedfast2002-05-101-3/+4
* Update the code to actually work. (sig_new_html): Same.Jeffrey Stedfast2002-05-021-6/+3
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-301-12/+26
* Strip leading/trailing whitespace from the username because usersJeffrey Stedfast2002-04-301-1/+1
* After building the extra config options into a Gtk form, auto-detect anyJeffrey Stedfast2002-04-271-6/+110
* Allow providers to override text entry boxes too. (source_type_changed):Jeffrey Stedfast2002-04-251-31/+50
* Set the default Username label and handle the newJeffrey Stedfast2002-04-251-6/+21
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-121-0/+17
* removed an extra printfJeffrey Stedfast2002-04-101-1/+0
* Kludge around the brokeness that is GtkOptionMenu just like we kludgeJeffrey Stedfast2002-04-101-76/+81
* Re-added the config wizard interfaces. Ettore accidently removed themJeffrey Stedfast2002-04-091-3/+3
* Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-051-85/+45
* Changes to allow combined store/transport providers (like exchange andDan Winship2002-04-041-14/+69
* Re-Implemented the signature editor stuff (mostly just copy/paste fromJeffrey Stedfast2002-04-021-4/+4
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-1/+5
* make edit button sensitive after new signature is created (sig_new_text):Radek Doulik2002-03-081-0/+2
* notify accounts dialog about signature content changeRadek Doulik2002-03-081-2/+2
* merge new signature handlingRadek Doulik2002-03-071-289/+334
* "use_ssl" can now be 3 options, modify the code to handle this.Jeffrey Stedfast2002-03-061-16/+80
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-161-1/+1
* Ack, strip off the leading '/' char and also only translate if it is aJeffrey Stedfast2002-02-161-1/+4
* Ack, strip off the leading '/' char.Jeffrey Stedfast2002-02-161-1/+1
* Replacement for using g_basename and also translates the basename stringJeffrey Stedfast2002-02-151-3/+15
* Rearranged the #if checks so that we don't ever try to access any smimeJeffrey Stedfast2002-02-071-3/+7
* Destroy the S/MIME frame if not available, instead of just graying it out.Ettore Perazzoli2002-02-031-1/+1
* Pass the parent window to mail_account_editor_new().Jeffrey Stedfast2002-01-311-2/+2
* We need to return a value here. I think FALSE is fine (I hope).Jeffrey Stedfast2002-01-261-0/+2
* Don't bother trying to see if the domain looks like a FQDN.Jeffrey Stedfast2002-01-251-7/+4
* When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-091-1/+1
* Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-1/+18
* If the provider is NULL, don't do anything.Jeffrey Stedfast2001-12-201-1/+1
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-1/+4
* add delete_event_handler. (menu_file_save_close_cb): add save and closeLarry Ewing2001-10-311-5/+27
* Call mail_autoreceive_setup() instead of mail_autoreceive_setup_account()Jeffrey Stedfast2001-10-291-1/+1
* 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-0/+12
* Dont translate camel strings. (mail_account_gui_setup): "92001-10-201-9/+9
* Fix the WM problems related to the folder selection dialog beingEttore Perazzoli2001-10-191-1/+3
* Added some more NULL checks.Jeffrey Stedfast2001-10-051-2/+2
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-031-1/+1
* Setup the url_hash and url_equal functions for the local provider.Jeffrey Stedfast2001-09-291-22/+63
* Only add the account if it doesn't already exist in the config db.Jeffrey Stedfast2001-09-211-3/+4
* Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-211-3/+4
* Set the sensitivity of the buttons correctlyIain Holmes2001-09-211-1/+3
* call menu_file_save_error when there is an exception while saving.Larry Ewing2001-09-111-7/+19
* Hide the S/MIME frame if we don't support S/MIME.Jeffrey Stedfast2001-09-111-1/+1
* Don't save the authmech if the username doesn't exist. Fixes bug #9474.Jeffrey Stedfast2001-09-111-1/+1
* Set the source and transport description labels. (transport_type_changed):Jeffrey Stedfast2001-08-281-12/+24
* Eek, let the user create new accounts if old_account == NULL.Peter Williams2001-08-241-1/+1
* Prevent the user from creating two accounts with the same name.Peter Williams2001-08-221-1/+18
* Fix the wording on some labels.Iain Holmes2001-08-211-16/+0
* Startup assistant stuffIain Holmes2001-08-171-12/+15
* Break most of the functionality into a separate function.Peter Williams2001-08-141-6/+18
* Fix bug #4523 for good. (save_service): If service->authitem is NULL, thenJeffrey Stedfast2001-08-111-15/+21
* Save the pgp and smime always-sign options.Jeffrey Stedfast2001-08-101-1/+7
* Try to restore the choice the user had chosen before hitting the "CheckJeffrey Stedfast2001-08-041-1/+10
* Restore old security settings from the saved configuration. Fixes bugJeffrey Stedfast2001-07-311-1/+7
* Now takes a check_supported gboolean argument saying whether or not toJeffrey Stedfast2001-07-261-8/+13
* Add new label widgets with a message that SSL isn't supported.Peter Williams2001-07-241-6/+16
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-191-3/+6
* Fix for last change: hide the entire widget, not just the entry.Jason Leach2001-07-181-3/+4
* Call mail_autoreceive_setup() so that any changes to the list of accountsJeffrey Stedfast2001-07-161-0/+3
* fix typo so it compilesJP Rosevear2001-07-101-1/+1
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-101-22/+22
* Handle application/pgp using the text/plain handler.Jeffrey Stedfast2001-07-101-46/+110
* Take two authtypes lists, "all", and "supported", and make the unsupportedDan Winship2001-06-291-10/+18
* implemented plain savingRadek Doulik2001-06-291-32/+75
* signature editorRadek Doulik2001-06-291-4/+234
* The e_iterator_get() returns a gconstpointer and we need a non-constJeffrey Stedfast2001-06-291-1/+1
* simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-291-1/+12
* Allow user's to "copy" drag & drop rather than just "move".Jeffrey Stedfast2001-06-171-145/+153
* Setup default spool location same as for mbox mail retrieval.Not Zed2001-06-121-1/+2
* Check that the chain of deferences in gui->account->source->url is safe.Jon Trowbridge2001-06-071-3/+6
* Save the pgp and smime settings. (mail_account_gui_new): Setup the pgp andJeffrey Stedfast2001-06-021-15/+38
* Call build_extra_conf() here too. This is when we REALLY want to call itJeffrey Stedfast2001-06-021-0/+2
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-1/+1
* Importer changesIain Holmes2001-05-091-0/+3
* s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff.Jeffrey Stedfast2001-05-081-2/+2
* Remove some redundant LIBS variables... purify complained that the commandDan Winship2001-04-141-0/+10
* Add prototype for service_changed(). Remove #includeKjartan Maraas2001-04-051-0/+1
* Add a "provider_type" arg to MailAccountGuiService.Dan Winship2001-04-031-2/+6
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-1/+3
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-301-1/+1
* Move the gtk_toggle_button_set_active outside the if.Jeffrey Stedfast2001-03-291-6/+15
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-0/+71
* Lets do some NULL checking here. First, make sure the gsrc isn't NULL andJeffrey Stedfast2001-03-281-3/+1
* (save_service): Don't look at authtype if the widget isDan Winship2001-03-281-1/+2
* Fill in signature and organization too. (mail_account_gui_save): PreserveDan Winship2001-03-271-0/+10
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-0/+1086