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