/x11-fonts/geminifonts/

'>
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-vfolder.c
Commit message (Expand)AuthorAgeFilesLines
* Changed to get the address from the messageinfo of the current selectedNot Zed2002-03-261-2/+3
* Make sure that the message subject is non-NULL beforetrying to base aJeffrey Stedfast2001-12-111-0/+1
* Add a NULL check for rule->name. (mail_vfolder_add_uri): Same here.Jeffrey Stedfast2001-11-131-6/+14
* Require gal 0.15.99.8Joe Shaw2001-10-301-2/+1
* Argh!!! Dont free the async op data here, the async op is still running02001-10-301-2/+2
* Sort the folder updates first, since we dont seem to get them in the right92001-10-291-1/+1
* Copy the folder's full_name before trying to use it to rename.92001-10-291-15/+14
* Remove uic, kill dumb warning.82001-10-281-5/+5
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-37/+72
* Changed to open the source store from '/', so we can do renames across62001-10-271-6/+55
* Clear variables once done, for debugging. (mail_vfolder_add_uri,12001-10-221-5/+10
* Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-191-33/+14
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-32/+43
* Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-0/+25
* If we're accessing a vfolder uri, then popup the vfolder editor instead of42001-10-051-0/+63
* Pass an empty flags argument to mail_tool_uri_to_folder.Jeffrey Stedfast2001-10-031-2/+2
* replace my_list_find() == NULL with my_list_find() != NULL.Jeffrey Stedfast2001-10-021-2/+2
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-99/+300
* Dont let drafts/outbox/sent be added via a generic 'all local folders'02001-09-211-0/+5
* Update the status bar here, assuming we've just been activated.02001-09-211-7/+7
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-9/+34
* Register vfolder sources here.02001-09-211-2/+12
* General cleanup of mail debug printfs.92001-09-191-28/+5
* Major rewrite of most of the guts, handle changes based on signals and52001-09-151-289/+294
* Fixed the remove callback prototype, and return the result properly using22001-09-131-3/+21
* Marked string for translation (with U_).Chyla Zbigniew2001-09-011-1/+3
* Allow the activity to be NULL if there isn't a global_shell_client so thatJeffrey Stedfast2001-08-201-7/+3
* Fix this so it can actually get folders from the hash of folders on theJason Leach2001-08-141-3/+3
* [ Change this gtk_object_ref on the storage to a bonobo_object_ref ]Peter Williams2001-08-091-1/+1
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-7/+7
* Connect to the folder_remove signal on the storage. (vfolder_remove): NewJeffrey Stedfast2001-08-031-45/+84
* New function. If a vfolder in our list gets finalized, NULL outPeter Williams2001-07-131-0/+21
* Add mail folder cache hookups.Peter Williams2001-07-051-0/+4
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-2/+2
* Don't allow multiple copies of this to be run at a time.Jeffrey Stedfast2001-05-121-6/+18
* use system = EVOLUTION_DATADIR "/file" instead of g_strdup_printf. RenameGediminas Paulauskas2001-04-221-2/+1
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-151-3/+3
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-30