aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.c
Commit message (Expand)AuthorAgeFilesLines
* 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