aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.c
Commit message (Expand)AuthorAgeFilesLines
* Mark a string for translation.Kjartan Maraas2001-05-221-1/+1
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-171-1/+1
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-151-4/+2
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-141-5/+0
* add protoJP Rosevear2001-05-121-4/+9
* Set a title on the window "Reconfigure %s" where %s is the folder name.Jeffrey Stedfast2001-05-121-33/+62
* Fix for #2253 (search names not translated), mail-search i18n fixes.Gediminas Paulauskas2001-05-081-1/+1
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-151-1/+0
* Merge from evolution-0-10 to evolution-0-10-merge-0 into head.Not Zed2001-04-051-1/+1
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+3
* Update call to camel_url_to_string. (Don't include the params in theDan Winship2001-03-301-2/+2
* Create a vtrash folder, not a vee folder.Not Zed2001-03-291-1/+2
* Update this to reflect the CamelProvider structure changeDan Winship2001-03-271-1/+1
* Updated to reflect changes made to the move/copy API in camel-folder.cJeffrey Stedfast2001-03-271-12/+8
* Fixed vfolder_new api.Not Zed2001-03-271-2/+1
* Move the proxy event outside the lock (otherwise we always deadlock).Not Zed2001-03-171-0/+3
* Override the default init_trash() with the our custom one (sinceJeffrey Stedfast2001-03-091-15/+58
* Remove very old camel lock stuff.Not Zed2001-03-031-0/+5
* Re-add the mail_vtrash_create() hack back in for LocalStores since there'sJeffrey Stedfast2001-02-271-5/+16
* Make op cancellable/report internals. (get_folder_get):Not Zed2001-02-231-11/+10
* started hack for progress reporting, which is currently to the console.Not Zed2001-02-221-0/+14
* Fix for api changes to append_mail.Not Zed2001-02-211-128/+127
* New handy dandy function to ref and return the vfolder storage (willJeffrey Stedfast2001-02-201-1/+1
* Setup the Trash folder.Jeffrey Stedfast2001-02-151-4/+49
* Fix some uninitialized variables.Christopher James Lahey2001-02-141-4/+5
* Updates for CamelStore changes, small memory leak fixes. (lookup_folder):Dan Winship2001-02-101-434/+340
* Moved bonobo includes from the .c to the .h. IncludeChristopher James Lahey2001-02-061-1/+1
* Fix dodgy libxml allocation pollution, and potential faults on NULLMichael Meeks2001-02-041-3/+10
* Neater importer stuff.Iain Holmes2001-01-261-0/+13
* Remove a debug printf (that crashes Solaris because it usually triesDan Winship2001-01-111-1/+0
* Change mail_op_forward_event to mail_proxy_event.Dan Winship2001-01-101-2/+2
* Fix for mail_get_message change, use queue thread.Not Zed2001-01-031-18/+49
* Only update display every 2 seconds.Miguel de Icaza2000-12-181-1/+2
* Remove the never-once-used BonoboObject stuff and make MessageList be aDan Winship2000-12-121-1/+1
* Just added a little todo comment about some design issues.Michael Zucci2000-12-111-0/+8
* oops again, another insignificatn debug printf removed.Michael Zucci2000-12-111-1/+0
* Left debug on, turned off.Michael Zucci2000-12-111-1/+1
* reordered the options and added maildir, mbox, maildir, mh, in that order.Not Zed2000-12-111-47/+150
* Run the folder_changed code on message_changed as well, so the unreadDan Winship2000-12-071-4/+6
* Fix the initial unread counts after the last patch.Dan Winship2000-11-291-1/+4
* This needs to run from the main thread, not the camel thread, so add aDan Winship2000-11-281-5/+16
* Do this the normal way rather than calling mail_operation_wait_for_finish.Dan Winship2000-11-131-27/+28
* A very, long, very tedious IDL API rename and re-scoping;Michael Meeks2000-11-111-6/+6
* First draft of folder tree unread message indication for /localDan Winship2000-11-071-104/+438
* Don't show the passwd in the url string. (mail_tool_local_uri_to_folder):Jeffrey Stedfast2000-11-041-6/+6
* lots of i18n fixesDan Winship2000-10-241-21/+11
* No, we REALLY dont want to perform an immediate search as the keys areNot Zed2000-10-181-7/+34
* Goodbye, GDK_THREADS!Peter Williams2000-08-281-1/+1
* Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ...Peter Williams2000-08-251-3/+1
* Whole buncha leak fixes thanks to PurifyMatthew Loper2000-08-171-0/+1
* Fix 'Test settings' in the prefs dialog. Update the async readme.Peter Williams2000-08-121-1/+1
* Fix some warnings. Make 'configure folder' a modal dialog.Peter Williams2000-08-121-1/+4
* Properly handle different local file formats. The folder isn't alwaysNot Zed2000-08-111-4/+38
* Add a "gboolean create" argument to pass to camel_store_get_folder.Dan Winship2000-08-111-1/+1
* Merge with camel-async.Peter Williams2000-08-111-132/+187
* Update for append_message api change.Not Zed2000-08-111-5/+3
* Redone to show a dialogue first, and show progress of whats happening asNot Zed2000-08-081-0/+413