aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_UTILS_2_0_2nobody2002-05-161-3003/+0
* Added #include "folder-info.h".Christopher James Lahey2002-05-151-10/+0
* Don't add any shortcuts here. (mail_config_remove_account): And don'tJeffrey Stedfast2002-05-111-178/+0
* Free some temporary path buffers.Jeffrey Stedfast2002-04-201-8/+10
* Free the format string.Jeffrey Stedfast2002-04-171-2/+4
* Set the text of the reply-to. (mail_account_gui_save): Get the reply-toJeffrey Stedfast2002-04-121-5/+16
* Oops, put x_mailer_display_style in /Mail/Display, not /Mail/FormatDan Winship2002-04-111-2/+2
* Handle the X-Mailer display style. (There is currently no GUI forDan Winship2002-04-111-0/+23
* Make the drafts and sent folder buttons be EvolutionFolderSelectorButtons.Dan Winship2002-04-051-30/+0
* Sync with yet-another-mail-config branch.Jeffrey Stedfast2002-03-271-0/+23
* Draw colour rectangles for each of the colour items and set a closure onJeffrey Stedfast2002-03-161-5/+5
* New callback to set a colour on a message.Jeffrey Stedfast2002-03-161-4/+106
* create new signature file (delete_unused_signature_file): be more carefulRadek Doulik2002-03-151-3/+14
* removed forgotten FIXMERadek Doulik2002-03-131-2/+0
* new functionRadek Doulik2002-03-091-0/+12
* Don't use an uninitialized 'id'.Jeffrey Stedfast2002-03-081-4/+2
* merge new signature handlingRadek Doulik2002-03-071-29/+540
* Prompt the user to find out if he/she wants to go to the next folder withJeffrey Stedfast2002-02-201-1/+42
* Bumped the required version of gal.Christopher James Lahey2002-02-071-2/+10
* Save the pathname. (save_part): Use the new mail_config cruft to get theJeffrey Stedfast2002-01-261-0/+41
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-10/+10
* Add the auto-cc/bcc recipients here. The problem with setting them in theJeffrey Stedfast2001-12-201-14/+66
* Setup the new-mail-notification widgets. (notify_command_changed): UpdateJeffrey Stedfast2001-12-191-7/+7
* Connect to the destroy signal on the popup dialog.Jeffrey Stedfast2001-12-151-8/+18
* set the new-mail-notify command.Jeffrey Stedfast2001-12-131-6/+48
* Fix the boolean check to be && and not ||.Jeffrey Stedfast2001-12-011-1/+1
* merged from evoution-1-0-branchNot Zed2001-11-281-0/+1
* Call mail_config_pgp_type_detect_from_path() instead of doing our own lameJeffrey Stedfast2001-11-091-9/+225
* Don't make the account editor modal either.Jeffrey Stedfast2001-11-061-2/+3
* Require gal 0.15.99.8Joe Shaw2001-10-301-1/+1
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Removed, all functionality moved to mail-session.32001-10-241-5/+5
* call e_passwords_init and e_passwords_shutdown.Chris Toshok2001-10-131-5/+29
* Fix up the logic here.Dan Winship2001-10-111-5/+4
* Ignore the signal if the radio button is not "on". This fixes bug #10532Jeffrey Stedfast2001-10-051-1/+1
* Check for errorsIain Holmes2001-10-021-2/+3
* create storages for providers that are STORAGE and aren't EXTERNAL, ratherDan Winship2001-10-021-16/+43
* Use Camel to compare the urls rather than using e_url_equal which does allJeffrey Stedfast2001-09-291-7/+28
* Setup the url_hash and url_equal functions for the local provider.Jeffrey Stedfast2001-09-291-7/+28
* Just add the shortcut to the first group.Ettore Perazzoli2001-09-291-53/+7
* Oops, translate the fake account name to UTF-8.Jeffrey Stedfast2001-09-271-1/+1
* refactor to allow syslogging; hmm.Michael Meeks2001-09-261-1/+4
* Update to not send the remember-passphrase option to the context, itJeffrey Stedfast2001-09-261-19/+0
* Throw up a warning dialog if we suspect the config database is corrupt.Jeffrey Stedfast2001-09-261-5/+20
* Check if the transport is NULLIain Holmes2001-09-261-0/+5
* Only add the account if it doesn't already exist in the config db.Jeffrey Stedfast2001-09-211-0/+6
* Do not add the account here as this is taken care of inJeffrey Stedfast2001-09-211-18/+20
* No need to have g_warnings here. If it's done properly, therapeutically,Dan Winship2001-09-211-2/+0
* Go back to generating the cachename ourselves, but continue doing it theJeffrey Stedfast2001-09-181-3/+6
* Use camel_folder_get_uri().Jeffrey Stedfast2001-09-171-17/+3
* Save transport passwords too. This fixes bug #3020.Jeffrey Stedfast2001-09-131-8/+10
* Handle empty accountsIain Holmes2001-09-111-2/+6
* Marked string for translation. (new_source_created): Ditto.Chyla Zbigniew2001-09-111-3/+5
* Added. Shows a (hopefully) informative dialog warning you that someJon Trowbridge2001-09-091-0/+21
* Adjust the default_account index correctly.Jeffrey Stedfast2001-09-061-4/+14
* Instead of using the length of the shortcuts list as the index for thePeter Williams2001-08-251-3/+17
* Don't let the uri be an empty string (how the fuck is this even happeningJeffrey Stedfast2001-08-251-12/+8
* Prevent the user from creating two accounts with the same name.Peter Williams2001-08-221-0/+5
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-20/+22
* Change the default values for "always-sign" to false.Jeffrey Stedfast2001-08-191-2/+2
* Save the always-sign options for pgp and smime. (config_read): Read in theJeffrey Stedfast2001-08-181-0/+18
* Startup assistant stuffIain Holmes2001-08-171-1/+5
* Respect the user's desire to be prompted to confirm that he wants toJeffrey Stedfast2001-08-171-2/+23
* Break most of the functionality into a separate function.Peter Williams2001-08-141-1/+139
* Remove the shortcuts corresponding to an account (they all point toPeter Williams2001-08-141-0/+56
* Free dbkey if we don't use it.Jeffrey Stedfast2001-08-101-1/+3
* Save the pgp and smime always-sign options.Jeffrey Stedfast2001-08-101-0/+2
* Free the dbkey if we found the config option.Not Zed2001-08-081-1/+3
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-0/+42
* Added key accelerators to a bunch of the config options and moved the BccJeffrey Stedfast2001-08-071-1/+1
* Added. Provide description for filter_folder_op. (fetch_mail_describe):Jon Trowbridge2001-08-031-1/+7
* Restore old security settings from the saved configuration. Fixes bugJeffrey Stedfast2001-07-311-33/+31
* Figure out whether we're getting the password for the source or thePeter Williams2001-07-271-0/+23
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-1/+1
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-0/+7
* Initialize `me' to NULL.Jeffrey Stedfast2001-07-261-9/+9
* Um, write the HTML signature settings in the right place. Whoops.Peter Williams2001-07-251-2/+2
* Match the prefix for the "remember_passphrase" setting with where it'sJason Leach2001-07-251-8/+8
* Do a case-insensitive comparison. (mail_generate_reply): Only resort toJeffrey Stedfast2001-07-251-11/+10
* get_boolean_with_default for the "Mark as read" timeout, notJason Leach2001-07-251-2/+2
* [Simplifying how default account is stored and used internally, fixesJason Leach2001-07-191-65/+41
* Setup the auto-receive here instead.Jeffrey Stedfast2001-07-181-1/+0
* Reset the autoreceive when necessary.Iain Holmes2001-07-181-0/+1
* Should be saving the 'identity_html_signature' andJason Leach2001-07-131-2/+2
* [Bug #4305: Make the automatic mark-as-read timer optional]Jason Leach2001-07-111-3/+23
* Use bonobo_config_set_string_wrapper. (mail_config_write): Same.Jeffrey Stedfast2001-07-111-61/+35
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-44/+61
* Some NULL protection for our strings: pgp_key, html_signature, smime_key.Peter Williams2001-07-101-4/+14
* Change html_signature stuff over to bonobo-config -- someone forgot to doPeter Williams2001-07-101-4/+5
* [Fix bug #1100, default account is stored strangely]Jason Leach2001-07-071-17/+38
* Okay, apparently I was wrong. Oh well. (mail_config_set_thread_list): FixJeffrey Stedfast2001-07-061-2/+4
* Revert Sam's changes.Jeffrey Stedfast2001-07-051-2/+1
* Replace value in config->preview_hash when it already exists. Old codeSam Creasey2001-07-041-1/+2
* Use a better GHashTable technique that will hopefully solve some bugs andJeffrey Stedfast2001-07-041-65/+42
* use bonobo-conf everywhereDietmar Maurer2001-07-041-359/+391
* Setup the Empty Trash On Exit widgets.Jeffrey Stedfast2001-07-031-0/+26
* Throw up the confirmation dialog. (composer_get_message): If the user onlyJeffrey Stedfast2001-06-301-0/+27
* Don't bother trying to save the passwd if the url is NULL.Jeffrey Stedfast2001-06-291-1/+1
* simplified(refactored) signature handling + better support for htmlRadek Doulik2001-06-291-2/+19
* Helps if I spell "received" correctly.Jeffrey Stedfast2001-06-271-5/+18
* make ettore stop complaining so i can get back to workjacob berkman2001-06-271-0/+1
* Read in the default show_preview value. (mail_config_write_on_exit): SaveJeffrey Stedfast2001-06-261-5/+28
* sync folders after we've gotten mailjacob berkman2001-06-261-0/+48
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Duh, we saved the charset as "default_charset", not "charset" - no wonderJeffrey Stedfast2001-06-231-1/+1
* Updated to reflect changes to mail_config_[g,s]et_thread_list().Jeffrey Stedfast2001-06-151-12/+67
* Save the pgp and smime settings. (mail_account_gui_new): Setup the pgp andJeffrey Stedfast2001-06-021-3/+63
* Fix dumb misuse of g_get_charset.Dan Winship2001-06-011-1/+2
* Rename the "PGP" page back to "Other" and add a "default charset" optionDan Winship2001-05-311-0/+33
* Save the message-display style. (config_read): Read the message-displayJeffrey Stedfast2001-05-231-1/+15
* If http mode is HTTP_SOMETIMES, use e_book_query_address_locally to checkDan Winship2001-05-231-2/+2
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-3/+17
* Load http images if the user has force-loaded images too.Dan Winship2001-05-161-13/+13
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-0/+27
* callback to use GNOME-VFS to load http data. (on_url_requested): HandleDan Winship2001-05-121-0/+28
* No, we don't want to include bonobo-running-context.h... justJon Trowbridge2001-05-111-1/+1
* Fix some compiler warnings by including the correct bonobo headers and byJeffrey Stedfast2001-05-111-23/+40
* Moved all references for the Mail.h and Bonobo stuff into the .c fileIain Holmes2001-05-091-0/+14
* Importer changesIain Holmes2001-05-091-0/+110
* Use a CamelPgpType. (mail_config_get_pgp_type): Return a CamelPgpType.Jeffrey Stedfast2001-04-211-4/+82
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-0/+27
* set content type to utf8. fix warning. just call on_link_clicked().Gediminas Paulauskas2001-04-041-1/+2
* Register for cancellation. (mail_config_check_service): Pop up a modalDan Winship2001-03-311-3/+33
* Add support for converting e-mail addresses to links. (is_email_address):Jon Trowbridge2001-03-311-10/+2
* Added #include <libgnome/gnome-paper.h>Jon Trowbridge2001-03-301-0/+32
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+7
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-301-1/+1
* Set up the sent/drafts folder buttons. (folder_picker_clicked): Pop up theDan Winship2001-03-291-0/+30
* Probably the very last new config dialog ever. (Ha ha). From Anna, basedDan Winship2001-03-271-40/+21
* Use the new URL part macrosDan Winship2001-03-221-1/+4
* set color in html citationRadek Doulik2001-03-211-1/+51
* We don't care about SSL, yea baby... (apply_changes): Don't care aboutJeffrey Stedfast2001-03-161-15/+0
* Make the transport save whether or not it's supposed to use SSL as well.Jeffrey Stedfast2001-03-131-0/+12
* Fixed memory corruption bug.Jeffrey Stedfast2001-02-231-0/+10
* Fix for api changes to append_mail.Not Zed2001-02-211-40/+40
* Clean out the cruft in the Accounts section before writing the currentJeffrey Stedfast2001-02-131-0/+1
* Properly do defaults here. (mail_config_write): Removed some of theJeffrey Stedfast2001-02-091-40/+51
* Cast the CamelMedium to a CamelMimePart before performing actions on it asJeffrey Stedfast2001-02-091-0/+17
* Oops, save the seen_timeout variable.Jeffrey Stedfast2001-02-071-0/+6
* Updated to not connect when getting a list of authtypes. (transport_next):Jeffrey Stedfast2001-02-061-8/+26
* New config function to set the path to the pgp binary.Jeffrey Stedfast2001-01-181-0/+49
* Update to use EMessageBox and to record if the user doesn't want to everJeffrey Stedfast2001-01-171-0/+25
* Modify to be able to handle a NULL source_url. (source_auth_init): AllowJeffrey Stedfast2001-01-171-2/+22
* Fixed mail_load_storages to make a mini GSList of the account, not theJeffrey Stedfast2001-01-131-0/+18
* oops, actually delete mail_config_get_account_by_addressJeffrey Stedfast2001-01-131-19/+0
* Get the account by using the new e_msg_composer_get_preferred_account()Jeffrey Stedfast2001-01-131-1/+20
* New convenience function that I will need later when I redo the composerJeffrey Stedfast2001-01-121-0/+20
* New function that explains to the user why he can't do the action heJeffrey Stedfast2001-01-111-16/+6
* Brand spankin' new config druid, editor, and manager.Jeffrey Stedfast2001-01-091-231/+358
* Reverted mail-config changes temporarily until I get it working correctly.Jeffrey Stedfast2001-01-091-358/+231
* Updated to reflect changes to the mail-config API.Jeffrey Stedfast2001-01-081-17/+21
* Updated to reflect changes to the mail-config API. (create_msg_composer):Jeffrey Stedfast2001-01-081-230/+353
* Use e_filename_make_safe (which used to be e_str_make_safe).Jeffrey Stedfast2000-12-071-1/+1
* Writes out passwords (to .gnome_private) in our patented proprietary "BestDan Winship2000-12-021-0/+17
* Don't display a dialog, instead inform the user that there was no new mailJeffrey Stedfast2000-12-011-6/+4
* New function to return if user wants to view message source.Jeffrey Stedfast2000-11-221-0/+13
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-0/+1
* Duh, fix the test for the folder name, strstr != strcmp is it.Not Zed2000-10-121-0/+16
* Copy the passed in item before adding (mail_config_add_source): dittoJP Rosevear2000-09-031-3/+9
* Use a configurable timeout.Richard Hult2000-08-171-0/+25
* Set config->configured to TRUEJeffrey Stedfast2000-08-141-1/+2
* use config->news instead of config->sources.Chris Toshok2000-08-121-2/+2
* Fix some ()'s instead of voidsPeter Williams2000-08-121-16/+16
* Check nrow, not srow.JP Rosevear2000-08-121-23/+95
* Don't call e_setup_base_dir. It was wrong and it doesn't exist any more.Dan Winship2000-08-111-1/+1
* Get the from address set in the composer, if that fails ONLY THEN get theJeffrey Stedfast2000-08-101-0/+8
* Basic framework for saving the size of the vpaned in the main message viewJeremy Wise2000-08-091-2/+26
* Value for threaded list view is now saved via gnome-config. This means that ...Jeremy Wise2000-08-091-0/+32
* Add "Don't delete messages from server" button to remote SOURCEs thatDan Winship2000-08-091-0/+7
* Fix build by allowing includes for e-table dirJP Rosevear2000-08-081-2069/+40
* Desensitize ok button (sdialog_page_undone): ditto (iddialog_page_undone):JP Rosevear2000-08-071-52/+152
* Actually commit this - I though it went in already.JP Rosevear2000-08-041-4/+4
* only whack the sig in if the file exists.Michael Meeks2000-08-041-1/+2
* set config = NULL (provider_list) Eek! Initialize news to NULL! Also, useJeffrey Stedfast2000-08-041-29/+43
* Increase window size slightly, rename "Transport" to "Mail Transport"JP Rosevear2000-08-031-112/+123
* Make the "test settings" button FILL rather than SHRINK so it doesn't endDan Winship2000-08-031-1/+1
* typo fixPeter Williams2000-08-011-1/+1
* Fix a NULL-pointer strcmp noticed by peterw.Dan Winship2000-08-011-1/+2
* New function to create composer with sig file set.JP Rosevear2000-07-291-1673/+1691
* Lets fix Dan's kludge the Right Way (tm) (set_service_url): Only strip offJeffrey Stedfast2000-07-281-6/+7
* toss in a kludge to deal with the IMAP vs mbox path problem for now.Dan Winship2000-07-281-1/+4
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-261-11/+12
* Always prepend a leading "/" to the url->path. (set_service_url): AddedJeffrey Stedfast2000-07-261-6/+9
* add textual exception printout. (set_editor_text): close pre tags & checkMichael Meeks2000-07-261-1/+9
* Fix GtkOptionMenu usage so that the mail source selector looks right.Ettore Perazzoli2000-07-251-1/+5
* s/CAMEL_SERVICE_NEED_HOST/CAMEL_SERVICE_URL_NEED_HOST.Jonathan Blandford2000-07-141-1/+1
* Add a "gboolean required" argument, and set its value on the entry.Dan Winship2000-07-141-16/+36
* fix some cut & paste bung.Chris Toshok2000-07-131-6/+6
* add news server tab to dialog.Chris Toshok2000-07-131-11/+315
* Glade files for the configuration dialog.JP Rosevear2000-07-071-245/+36
* Fixes brought to us by PurifyMatthew Loper2000-06-291-1/+1
* commenting out of some GDK_THREADS_*() junk that was causing a lockJeffrey Stedfast2000-06-271-1/+1
* Make this not crash if you don't have a transport configured.Dan Winship2000-06-221-1/+1
* Should now correctly display the Transport page (made it set theJeffrey Stedfast2000-06-191-13/+25
* fixed it so that source always pointed to a valueJeffrey Stedfast2000-06-141-0/+1
* Got rid of sources_max_row and identities_max_row as they are not reallyJeffrey Stedfast2000-06-131-19/+13
* added new notebook page to the prividers config dialog for slecting text/plai...Jeffrey Stedfast2000-06-031-0/+65
* spelling changes in commenst!Jeffrey Stedfast2000-06-021-1/+1
* source editor now fills in fieldsJeffrey Stedfast2000-06-021-0/+12
* was using the wrong clist row variable in the callbacks for the sources clistJeffrey Stedfast2000-06-021-2/+2
* identity and source clists are now filled in as well as the transport noteboo...Jeffrey Stedfast2000-06-021-10/+85
* fixed a segfault in service_acceptable()Jeffrey Stedfast2000-06-021-7/+10
* Finished the configuration dialogs and renamed some Tools/ menu itemsJeffrey Stedfast2000-06-021-5/+6
* Closer to having a working configuration dialog working, source configuration...Jeffrey Stedfast2000-06-011-11/+181
* config dialog will now allow identities to be added, edited and deletedJeffrey Stedfast2000-06-011-47/+274
* Implemented the Transport section of the configuration dialog windowJeffrey Stedfast2000-05-311-44/+130
* started to add a camel provider configuration toolJeffrey Stedfast2000-05-311-2/+397
* helper function since we need to set "modal" on the dialogs returned byDan Winship2000-05-291-14/+84
* Updated for the GtkHTML API changes. Also fixed some compilerEttore Perazzoli2000-05-211-2/+2
* only set the default background color if style is not NULL.Larry Ewing2000-05-111-3/+5
* Fill in "blah blah blah".Matthew Loper2000-05-091-6/+13
* make this a little less kludgy. Use gnome_error_dialog rather than printfDan Winship2000-05-091-0/+2
* Don't hardcode "inbox" here.Dan Winship2000-05-071-6/+3
* New code to configure identity, mail source, and mail transport.Dan Winship2000-05-071-0/+1010