| Commit message (Expand) | Author | Age | Files | Lines |
* | New file. Protoypes for the Mail Folder Cache, which provides a place for | Peter Williams | 2001-07-03 | 1 | -75/+20 |
* | Fixes here for removing folders. | Jason Leach | 2001-06-24 | 1 | -9/+30 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -5/+5 |
* | one-line fix for bug #2536: File->Close in message viewer doesn't work. | Jason Leach | 2001-05-30 | 1 | -2/+1 |
* | Mark a string for translation. | Kjartan Maraas | 2001-05-22 | 1 | -1/+1 |
* | Functions to determine if a folderbrowser is one of the drafts, sent, or | Dan Winship | 2001-05-17 | 1 | -1/+1 |
* | Split "Other" page into three pages, Display, Composer, and PGP. Add HTML | Dan Winship | 2001-05-15 | 1 | -4/+2 |
* | Get rid of this - we don't need it. | Jeffrey Stedfast | 2001-05-14 | 1 | -5/+0 |
* | add proto | JP Rosevear | 2001-05-12 | 1 | -4/+9 |
* | Set a title on the window "Reconfigure %s" where %s is the folder name. | Jeffrey Stedfast | 2001-05-12 | 1 | -33/+62 |
* | Fix for #2253 (search names not translated), mail-search i18n fixes. | Gediminas Paulauskas | 2001-05-08 | 1 | -1/+1 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 1 | -1/+0 |
* | Merge from evolution-0-10 to evolution-0-10-merge-0 into head. | Not Zed | 2001-04-05 | 1 | -1/+1 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -2/+3 |
* | Update call to camel_url_to_string. (Don't include the params in the | Dan Winship | 2001-03-30 | 1 | -2/+2 |
* | Create a vtrash folder, not a vee folder. | Not Zed | 2001-03-29 | 1 | -1/+2 |
* | Update this to reflect the CamelProvider structure change | Dan Winship | 2001-03-27 | 1 | -1/+1 |
* | Updated to reflect changes made to the move/copy API in camel-folder.c | Jeffrey Stedfast | 2001-03-27 | 1 | -12/+8 |
* | Fixed vfolder_new api. | Not Zed | 2001-03-27 | 1 | -2/+1 |
* | Move the proxy event outside the lock (otherwise we always deadlock). | Not Zed | 2001-03-17 | 1 | -0/+3 |
* | Override the default init_trash() with the our custom one (since | Jeffrey Stedfast | 2001-03-09 | 1 | -15/+58 |
* | Remove very old camel lock stuff. | Not Zed | 2001-03-03 | 1 | -0/+5 |
* | Re-add the mail_vtrash_create() hack back in for LocalStores since there's | Jeffrey Stedfast | 2001-02-27 | 1 | -5/+16 |
* | Make op cancellable/report internals. (get_folder_get): | Not Zed | 2001-02-23 | 1 | -11/+10 |
* | started hack for progress reporting, which is currently to the console. | Not Zed | 2001-02-22 | 1 | -0/+14 |
* | Fix for api changes to append_mail. | Not Zed | 2001-02-21 | 1 | -128/+127 |
* | New handy dandy function to ref and return the vfolder storage (will | Jeffrey Stedfast | 2001-02-20 | 1 | -1/+1 |
* | Setup the Trash folder. | Jeffrey Stedfast | 2001-02-15 | 1 | -4/+49 |
* | Fix some uninitialized variables. | Christopher James Lahey | 2001-02-14 | 1 | -4/+5 |
* | Updates for CamelStore changes, small memory leak fixes. (lookup_folder): | Dan Winship | 2001-02-10 | 1 | -434/+340 |
* | Moved bonobo includes from the .c to the .h. Include | Christopher James Lahey | 2001-02-06 | 1 | -1/+1 |
* | Fix dodgy libxml allocation pollution, and potential faults on NULL | Michael Meeks | 2001-02-04 | 1 | -3/+10 |
* | Neater importer stuff. | Iain Holmes | 2001-01-26 | 1 | -0/+13 |
* | Remove a debug printf (that crashes Solaris because it usually tries | Dan Winship | 2001-01-11 | 1 | -1/+0 |
* | Change mail_op_forward_event to mail_proxy_event. | Dan Winship | 2001-01-10 | 1 | -2/+2 |
* | Fix for mail_get_message change, use queue thread. | Not Zed | 2001-01-03 | 1 | -18/+49 |
* | Only update display every 2 seconds. | Miguel de Icaza | 2000-12-18 | 1 | -1/+2 |
* | Remove the never-once-used BonoboObject stuff and make MessageList be a | Dan Winship | 2000-12-12 | 1 | -1/+1 |
* | Just added a little todo comment about some design issues. | Michael Zucci | 2000-12-11 | 1 | -0/+8 |
* | oops again, another insignificatn debug printf removed. | Michael Zucci | 2000-12-11 | 1 | -1/+0 |
* | Left debug on, turned off. | Michael Zucci | 2000-12-11 | 1 | -1/+1 |
* | reordered the options and added maildir, mbox, maildir, mh, in that order. | Not Zed | 2000-12-11 | 1 | -47/+150 |
* | Run the folder_changed code on message_changed as well, so the unread | Dan Winship | 2000-12-07 | 1 | -4/+6 |
* | Fix the initial unread counts after the last patch. | Dan Winship | 2000-11-29 | 1 | -1/+4 |
* | This needs to run from the main thread, not the camel thread, so add a | Dan Winship | 2000-11-28 | 1 | -5/+16 |
* | Do this the normal way rather than calling mail_operation_wait_for_finish. | Dan Winship | 2000-11-13 | 1 | -27/+28 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -6/+6 |
* | First draft of folder tree unread message indication for /local | Dan Winship | 2000-11-07 | 1 | -104/+438 |
* | Don't show the passwd in the url string. (mail_tool_local_uri_to_folder): | Jeffrey Stedfast | 2000-11-04 | 1 | -6/+6 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -21/+11 |
* | No, we REALLY dont want to perform an immediate search as the keys are | Not Zed | 2000-10-18 | 1 | -7/+34 |
* | Goodbye, GDK_THREADS! | Peter Williams | 2000-08-28 | 1 | -1/+1 |
* | Fix GDK_THREADS_entering and leaving, hopefully once and for all. Genericify ... | Peter Williams | 2000-08-25 | 1 | -3/+1 |
* | Whole buncha leak fixes thanks to Purify | Matthew Loper | 2000-08-17 | 1 | -0/+1 |
* | Fix 'Test settings' in the prefs dialog. Update the async readme. | Peter Williams | 2000-08-12 | 1 | -1/+1 |
* | Fix some warnings. Make 'configure folder' a modal dialog. | Peter Williams | 2000-08-12 | 1 | -1/+4 |
* | Properly handle different local file formats. The folder isn't always | Not Zed | 2000-08-11 | 1 | -4/+38 |
* | Add a "gboolean create" argument to pass to camel_store_get_folder. | Dan Winship | 2000-08-11 | 1 | -1/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -132/+187 |
* | Update for append_message api change. | Not Zed | 2000-08-11 | 1 | -5/+3 |
* | Redone to show a dialogue first, and show progress of whats happening as | Not Zed | 2000-08-08 | 1 | -0/+413 |