aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove "mailstorage", since it's not needed any more. (storage_activate):Dan Winship2002-03-151-4/+1
* Pull up assertion change from evolution-1-0-branch to allow externalDan Winship2002-03-061-1/+1
* If a related part is requested, remove it from the related undisplayedNot Zed2002-02-261-2/+4
* 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-5/+10
* Fixed a warning by #if 0ing out this function.Christopher James Lahey2001-10-301-1/+4
* Sort the folder updates first, since we dont seem to get them in the right92001-10-291-23/+28
* Copy the folder's full_name before trying to use it to rename.92001-10-291-3/+6
* Remove uic, kill dumb warning.82001-10-281-9/+13
* Implemented. (mail_vfolder_rename_uri): We do want to check renamed uri's82001-10-281-3/+16
* Changed to open the source store from '/', so we can do renames across62001-10-271-0/+139
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-3/+2
* So apparently the uicomp can just 'vanish' while we're using it. Joy. Take52001-10-261-169/+259
* Free folders_uri. (real_folder_deleted): If folder is deleted, remove it92001-10-191-8/+33
* Added remove flag - its not adduri, its removeuri, its less typing than82001-10-191-10/+45
* Clone the folderinfo before passing to async event. (real_folder_created):72001-10-181-2/+6
* Added an async_event handler to store_info. (mail_note_store): Setup asyncMichael Zucci2001-10-171-40/+68
* Call mail_vfolder_shutdown.Jeffrey Stedfast2001-10-161-1/+3
* No longer need to pass folder display name to storage update_folderDan Winship2001-10-121-7/+4
* Ref folder so it hangs around till we're done with it.92001-10-101-0/+2
* reformatted the menu tables so they're a bit more bloody readable.52001-10-061-15/+18
* Show "nn sent" as total in sent folder, rather than just 'total'.42001-10-051-2/+2
* Handle vtrash case, emit 'folder_created' event for the folder-cache to32001-10-041-3/+3
* Dont wait for event to finish before returning. This could however mean we32001-10-041-1/+2
* Emit folder_deleted event. (remove_find_path): Fix, compare against path,82001-09-291-3/+72
* No such event finalized! Its finalize. (mail_note_store): "72001-09-281-9/+9
* Add a big comment explaining unread message counts so no one can mess themDan Winship2001-09-271-3/+28
* The folder-info needs to take priority over the folder because of the wayJeffrey Stedfast2001-09-261-3/+7
* Take a new argument 'done' that can callback when complete. Fixed callers12001-09-211-6/+24
* trigger a folder changed event, so the folderinfocache stuff has a chance02001-09-211-9/+8
* Update the status bar here, assuming we've just been activated.02001-09-211-5/+10
* Lock around hashtable/list manipulation. Also dont try scan vfolder_hash02001-09-211-68/+23
* Register vfolder sources here.02001-09-211-1/+1
* Dont special case file: url's anymore.02001-09-211-8/+11
* General cleanup of mail debug printfs.92001-09-191-883/+228
* Don't set the folderinfo's unread count to 0 when camel reports -1, sinceDan Winship2001-09-121-2/+1
* Dynamically create the folder type list from camel. (reconfigure_clicked):02001-09-111-2/+24
* Due to the introduction of mail_folder_cache_remove(), we can no longerPeter Williams2001-08-311-38/+150
* Record the timeout_id so we can cancel it if the mail_folder_info is laterPeter Williams2001-08-231-15/+29
* Fix bug #215... desensitize menu items based on the number of selectedPeter Williams2001-08-141-2/+29
* Remove all the messages from a folder that's being deleted before actuallyJason Leach2001-08-111-0/+18
* Removed this function, it's not needed anymore.Jason Leach2001-08-071-29/+5
* Updates for EvolutionStorage API changes.Jason Leach2001-08-041-20/+13
* Don't display "0 hidden".Peter Williams2001-07-271-1/+1
* Don't display "(0 unsent)" if the outbox is empty.Peter Williams2001-07-251-2/+2
* Make the error reporting a little but more descriptive.Peter Williams2001-07-241-2/+2
* prototype outbox_folder so we can check if a folder is it.Peter Williams2001-07-171-4/+14
* DUH. No need to update every folder if we set the folder browser to NULL.Peter Williams2001-07-161-5/+5
* Gave up and got rid of dm. Just replaced it with d(g_message()) and setPeter Williams2001-07-091-39/+43
* Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it hasPeter Williams2001-07-091-53/+29
* Don't free the psd here -- it will be freed on the "destroy" signal.Peter Williams2001-07-071-1/+1
* Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() soDan Winship2001-07-071-1/+1
* Clear the shell view label if mailer loses focus.Peter Williams2001-07-051-0/+11
* Split make_string into these. (update_idle): Use (name and status) insteadPeter Williams2001-07-041-40/+45
* Prevent folders from appearing to have -1 new messages. Prevent nonactivePeter Williams2001-07-041-15/+85
* New file. Protoypes for the Mail Folder Cache, which provides a place forPeter Williams2001-07-031-0/+798