| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass TRUE as the auto_connect argument to mail_load_storage_from_uri(). | Jeffrey Stedfast | 2002-07-04 | 1 | -1/+1 |
* | remove a #include "camel-remote-store.h" | Jeffrey Stedfast | 2002-05-23 | 1 | -1/+0 |
* | Changed to get the address from the messageinfo of the current selected | Not Zed | 2002-03-26 | 1 | -2/+3 |
* | Make sure that the message subject is non-NULL beforetrying to base a | Jeffrey Stedfast | 2001-12-11 | 1 | -0/+1 |
* | Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here. | Jeffrey Stedfast | 2001-11-13 | 1 | -6/+14 |
* | Require gal 0.15.99.8 | Joe Shaw | 2001-10-30 | 1 | -2/+1 |
* | Argh!!! Dont free the async op data here, the async op is still running | 0 | 2001-10-30 | 1 | -2/+2 |
* | Sort the folder updates first, since we dont seem to get them in the right | 9 | 2001-10-29 | 1 | -1/+1 |
* | Copy the folder's full_name before trying to use it to rename. | 9 | 2001-10-29 | 1 | -15/+14 |
* | Remove uic, kill dumb warning. | 8 | 2001-10-28 | 1 | -5/+5 |
* | Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's | 8 | 2001-10-28 | 1 | -37/+72 |
* | Changed to open the source store from '/', so we can do renames across | 6 | 2001-10-27 | 1 | -6/+55 |
* | Clear variables once done, for debugging. (mail_vfolder_add_uri, | 1 | 2001-10-22 | 1 | -5/+10 |
* | Free folders_uri. (real_folder_deleted): If folder is deleted, remove it | 9 | 2001-10-19 | 1 | -33/+14 |
* | Added remove flag - its not adduri, its removeuri, its less typing than | 8 | 2001-10-19 | 1 | -32/+43 |
* | Call mail_vfolder_shutdown. | Jeffrey Stedfast | 2001-10-16 | 1 | -0/+25 |
* | If we're accessing a vfolder uri, then popup the vfolder editor instead of | 4 | 2001-10-05 | 1 | -0/+63 |
* | Pass an empty flags argument to mail_tool_uri_to_folder. | Jeffrey Stedfast | 2001-10-03 | 1 | -2/+2 |
* | replace my_list_find() == NULL with my_list_find() != NULL. | Jeffrey Stedfast | 2001-10-02 | 1 | -2/+2 |
* | Emit folder_deleted event. (remove_find_path): Fix, compare against path, | 8 | 2001-09-29 | 1 | -99/+300 |
* | Dont let drafts/outbox/sent be added via a generic 'all local folders' | 0 | 2001-09-21 | 1 | -0/+5 |
* | Update the status bar here, assuming we've just been activated. | 0 | 2001-09-21 | 1 | -7/+7 |
* | Lock around hashtable/list manipulation. Also dont try scan vfolder_hash | 0 | 2001-09-21 | 1 | -9/+34 |
* | Register vfolder sources here. | 0 | 2001-09-21 | 1 | -2/+12 |
* | General cleanup of mail debug printfs. | 9 | 2001-09-19 | 1 | -28/+5 |
* | Major rewrite of most of the guts, handle changes based on signals and | 5 | 2001-09-15 | 1 | -289/+294 |
* | Fixed the remove callback prototype, and return the result properly using | 2 | 2001-09-13 | 1 | -3/+21 |
* | Marked string for translation (with U_). | Chyla Zbigniew | 2001-09-01 | 1 | -1/+3 |
* | Allow the activity to be NULL if there isn't a global_shell_client so that | Jeffrey Stedfast | 2001-08-20 | 1 | -7/+3 |
* | Fix this so it can actually get folders from the hash of folders on the | Jason Leach | 2001-08-14 | 1 | -3/+3 |
* | [ Change this gtk_object_ref on the storage to a bonobo_object_ref ] | Peter Williams | 2001-08-09 | 1 | -1/+1 |
* | Connect to the folder_remove signal on the storage. (vfolder_remove): New | Jeffrey Stedfast | 2001-08-03 | 1 | -7/+7 |
* | Connect to the folder_remove signal on the storage. (vfolder_remove): New | Jeffrey Stedfast | 2001-08-03 | 1 | -45/+84 |
* | New function. If a vfolder in our list gets finalized, NULL out | Peter Williams | 2001-07-13 | 1 | -0/+21 |
* | Add mail folder cache hookups. | Peter Williams | 2001-07-05 | 1 | -0/+4 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Don't allow multiple copies of this to be run at a time. | Jeffrey Stedfast | 2001-05-12 | 1 | -6/+18 |
* | use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. Rename | Gediminas Paulauskas | 2001-04-22 | 1 | -2/+1 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 1 | -3/+3 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -1/+2 |
* | Added edit item to search-bar menu. | Not Zed | 2001-03-15 | 1 | -1/+1 |
* | Remove very old camel lock stuff. | Not Zed | 2001-03-03 | 1 | -4/+95 |
* | Fixes for changes to search bar. (search_save): Removed. (search_full): | Not Zed | 2001-03-01 | 1 | -0/+14 |
* | vfolder/filter on mailing list. Doesn't acutally work right yet. | Michael Zucci | 2001-02-23 | 1 | -0/+11 |
* | New handy dandy function to ref and return the vfolder storage (will | Jeffrey Stedfast | 2001-02-20 | 1 | -0/+6 |
* | Dont do the thaw/freeze set here. (update_folders): " | Not Zed | 2001-02-20 | 1 | -27/+45 |
* | Update copyrights. | Ettore Perazzoli | 2001-01-28 | 1 | -1/+1 |
* | Make the advanced search dialog use stock buttons. Make the OK button | Ettore Perazzoli | 2001-01-28 | 1 | -0/+3 |
* | Make the vfolder and "advanced search" dialogs a bit larger for better | Ettore Perazzoli | 2001-01-28 | 1 | -0/+1 |
* | Function to add a store/storage mapping. (add_storage): Use it. | Dan Winship | 2001-01-23 | 1 | -1/+5 |
* | Detect created and deleted vfolders. | Iain Holmes | 2000-12-22 | 1 | -1/+3 |
* | Complete the code to associate a URI and a folder type to the toplevel | Ettore Perazzoli | 2000-12-09 | 1 | -1/+1 |
* | Add some g_return_if_fail()s to protect from crashes until the code to | Dan Winship | 2000-12-08 | 1 | -0/+2 |
* | Make the vfolder editor resize correctly. Fixes bug #835. | Jeffrey Stedfast | 2000-12-07 | 1 | -1/+1 |
* | Update the calls to `evolution_storage_new()' according to the new | Ettore Perazzoli | 2000-12-05 | 1 | -1/+1 |
* | IF we dont find a source, clear the exception and ignore it silently. for | Not Zed | 2000-11-21 | 1 | -0/+4 |
* | A very, long, very tedious IDL API rename and re-scoping; | Michael Meeks | 2000-11-11 | 1 | -1/+1 |
* | Make "Get Mail" even more functional on IMAP (scans all folders), | Dan Winship | 2000-11-02 | 1 | -2/+2 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -1/+1 |
* | Made the top of the folder browser a little prettier. | Christopher James Lahey | 2000-10-24 | 1 | -0/+1 |
* | No, we REALLY dont want to perform an immediate search as the keys are | Not Zed | 2000-10-18 | 1 | -1/+2 |
* | Duh, fix the test for the folder name, strstr != strcmp is it. | Not Zed | 2000-10-12 | 1 | -2/+2 |
* | New widget, full search dialogue for mail. | Not Zed | 2000-10-09 | 1 | -16/+5 |
* | Changed `Evolution::Storage' so that the displayed name for a folder | Ettore Perazzoli | 2000-09-01 | 1 | -2/+6 |
* | Move menu items around, fix some GUI bits. | Ettore Perazzoli | 2000-08-18 | 1 | -1/+4 |
* | Filtering on demand! booyeah! | Peter Williams | 2000-08-18 | 1 | -1/+1 |
* | 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 | -16/+13 |
* | Helper function to add with confirm. | Not Zed | 2000-08-09 | 1 | -0/+11 |
* | Configurable vfolder sources, and a button to save a search | Not Zed | 2000-07-31 | 1 | -11/+141 |
* | Remove hack to pass the storage around. | Not Zed | 2000-07-30 | 1 | -0/+176 |