aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-session.c
Commit message (Expand)AuthorAgeFilesLines
* Use gconf to get the paned size. (folder_browser_set_message_preview):Jeffrey Stedfast2003-01-081-11/+28
* ...And a whole bunch more build fixes.Jeffrey Stedfast2002-12-181-3/+2
* Get rid of unneeded CamelObject casts. (user_message_response): Don'tJeffrey Stedfast2002-12-141-162/+163
* pass "Mail" to e_passwords_*. (do_get_pass): same. (main_forget_password):Chris Toshok2002-12-101-6/+6
* gnome_pixmap -> gtkimage. (construct): gtk_clist -> gtk_tree_view, setupNot Zed2002-12-021-81/+0
* fix warning message, outlook->mbox.Not Zed2002-11-191-1/+0
* Use g_object_weak_ref rather than connecting to destroy.Jeffrey Stedfast2002-11-151-1/+1
* Do not #include <libgnome/gnome-defs.h>. Likewise. Likewise. Likewise.Ettore Perazzoli2002-11-141-1/+0
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-93/+85
* Add the new-mail-notify rule to the filter driver before adding the userJeffrey Stedfast2002-10-161-10/+14
* translate prompt from utf8 to gtk widget. #31365.Not Zed2002-09-301-7/+5
* Fix for filter driver api change.Not Zed2002-09-191-1/+1
* Don't bother overloading the timeout virtual methods since they don'tJeffrey Stedfast2002-08-221-2/+0
* If we are not in interactive mode, don't display error dialogs.Jeffrey Stedfast2002-08-061-7/+13
* (request_password): Left-align the check button'sEttore Perazzoli2002-07-301-0/+1
* (request_password): Add an accelerator for theEttore Perazzoli2002-07-301-5/+16
* Update to take argc and argv arguments since this is the new definitionJeffrey Stedfast2002-07-251-1/+2
* Account for the case that when a disco store is "online" but actuallyPeter Williams2002-07-151-0/+4
* Flush the filter log to make Tuomas happy :-)Jeffrey Stedfast2002-05-071-0/+10
* New function that implements the Redirect feature.Jeffrey Stedfast2002-01-301-1/+1
* This wrapper for gdk_beep().Jeffrey Stedfast2002-01-251-2/+7
* When connecting to the transport username changed event, pass theJeffrey Stedfast2002-01-091-0/+2
* Renamed. (mail_config_get_new_mail_notify_sound_file): Renamed.Jeffrey Stedfast2002-01-081-0/+39
* Call e_passwords_remember_password() for account passwords if the user setJeffrey Stedfast2001-11-151-8/+17
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-5/+5
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-2/+3
* (do_user_message): Setup the message_destroy_id when we setup theMichael Zucci2001-10-241-1/+1
* Removed, all functionality moved to mail-session.32001-10-241-81/+366
* Completely re-done. We now hae a completely async dialogue when requested32001-10-231-35/+249
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-12/+10
* Proxy get-password call to main thread. (forget_password): same for52001-10-161-5/+26
* call e_passwords_init and e_passwords_shutdown.Chris Toshok2001-10-131-102/+42
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-1/+1
* Perform a NULL-check. Hopefully fixes bug #7874.Jeffrey Stedfast2001-09-281-0/+3
* Pass a 'cache-me' argument to mail_get_password.Jeffrey Stedfast2001-09-191-6/+9
* zero-ize the password before freeing. (forget_password): Same.Jeffrey Stedfast2001-08-221-1/+3
* This should return a GtkWidget not a GtkObject.Jeffrey Stedfast2001-08-081-6/+7
* return the source url for popb4smtp auth request.Not Zed2001-08-031-0/+11
* We are not guarenteed to have a non-NULL service (ie. PGP) thus check forJeffrey Stedfast2001-07-311-4/+5
* Actually add the timeout, this time in the gtk thread.Not Zed2001-07-301-7/+35
* Don't need this anymore. (do_get_pass): Since we already have the entryJeffrey Stedfast2001-07-281-0/+2
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-15/+0
* Don't make the key url:item if we have the url, just make it url. ThisJeffrey Stedfast2001-07-261-56/+61
* Now take a CamelService parameter (as passed by Camel). Allows us to havePeter Williams2001-07-261-1/+1
* Implement this, based on code that used to be in mail-ops.cDan Winship2001-07-021-0/+67
* Use MAILER_CFLAGS and MAILER_LIBS.Jeffrey Stedfast2001-05-231-1/+1
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-1/+1
* Renamed from session.c and made to be a subclass of CamelSession.Dan Winship2001-04-281-0/+405