aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
Commit message (Expand)AuthorAgeFilesLines
* Updated for function name changes in mail-component.cJeffrey Stedfast2003-11-141-19/+6
* implement the key selector popup using e-cert-selector.Not Zed2003-11-131-4/+41
* Rearranged smime config slightly, and added encrypt key preference.Not Zed2003-10-311-13/+85
* Re-Namespaced mail-accounts.cJeffrey Stedfast2003-10-251-3/+3
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-31/+22
* Allow any file: uri to point to a sent or drafts folder.Jeffrey Stedfast2003-09-261-2/+4
* cvs removed.Not Zed2003-09-181-19/+3
* add a CamelOperation for overriding status handler.Not Zed2003-08-021-1/+1
* Fix type warnings (folder_browser_toggle_caret_mode): Remove unusedDan Winship2003-07-231-3/+3
* Use mail-config's gconf client. (target_date_new): Same.Jeffrey Stedfast2003-06-121-1/+2
* ** See bug #22542Not Zed2003-06-111-0/+5
* Only re-add the store to the folder-tree if the account is enabled. Oops.Jeffrey Stedfast2003-05-201-1/+1
* ** See bug #42838.Not Zed2003-05-161-3/+4
* Update for e_notice move (apply_changes): Pass a parent_window to e_noticeDan Winship2003-03-251-3/+2
* All this snot just to fix bug #38925 and an attempt to fix bug #38926 (butJeffrey Stedfast2003-03-081-1/+5
* Redo this to not use the CORBA interfaces in the local case (inDan Winship2003-02-251-2/+10
* Make sure m->config_service is non-NULL before usingJeffrey Stedfast2003-02-251-1/+1
* fix the g_snprintf stuff.Not Zed2003-02-241-3/+3
* Use tables instead of vboxes, so that groups of label/entry pairs (as inDan Winship2003-02-221-44/+61
* #include <stdio.h>Jeffrey Stedfast2003-02-141-11/+11
* Fixed a #warning by converting a local path into a file: uri beforeJeffrey Stedfast2003-01-281-1/+6
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-84/+90
* Same as below.Jeffrey Stedfast2003-01-171-1/+1
* Call mail_config_save_accounts ().Jeffrey Stedfast2003-01-151-0/+1
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-5/+10
* Don't translate the conf strings. Camel already did it.Dan Winship2003-01-081-10/+10
* fixed to build with -DG_DISABLE_DEPRECATEDJeffrey Stedfast2003-01-031-1/+1
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-6/+6
* Use g_object_new() instead of gtk_type_new(). Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+1
* Added to cvs. Currently contains no configurable stuff, but maybe it willNot Zed2002-11-131-47/+51
* Ported.Jeffrey Stedfast2002-11-121-112/+95
* Use e_utf8_gtk_entry_set_text for the email address and reply-to fields.Jeffrey Stedfast2002-10-021-2/+2
* add "mail/public". Leave "vtrash" as it is rather than renaming it toDan Winship2002-09-261-1/+1
* Fix non-ANSI switch statement.Dan Winship2002-09-241-0/+1
* Pass NULL as @unpopulate_folder_context_menu_fn toEttore Perazzoli2002-09-051-1/+0
* (mail_account_gui_save): Fix the saving of STORE_AND_TRANSPORTDan Winship2002-08-201-3/+4
* source_type_changed may try to change the transport optionmenuDan Winship2002-08-201-4/+6
* Add a "don't sign meeting requests" option to the security pane, sinceDan Winship2002-08-151-0/+3
* Instead of comparing old/new CamelStore objects, just compare theirJeffrey Stedfast2002-08-091-55/+18
* If we are editing an account, then get the CamelStore associated with theJeffrey Stedfast2002-08-021-22/+65
* Get the "Reset Defaults" folders button and connect to the clicked signal.Jeffrey Stedfast2002-07-301-1/+25
* use mail_config_get_send_html for html format flagRadek Doulik2002-07-251-1/+1
* 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