aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-folder-cache.c
Commit message (Expand)AuthorAgeFilesLines
* 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