index
:
gsoc2013-evolution
archive-integration
archive-integration-review
master
Google Summer of Code 2013 - GNOME - Archive Integration workspace
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mail
/
mail-folder-cache.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle vtrash case, emit 'folder_created' event for the folder-cache to
3
2001-10-04
1
-3
/
+3
*
Dont wait for event to finish before returning. This could however mean we
3
2001-10-04
1
-1
/
+2
*
Emit folder_deleted event. (remove_find_path): Fix, compare against path,
8
2001-09-29
1
-3
/
+72
*
No such event finalized! Its finalize. (mail_note_store): "
7
2001-09-28
1
-9
/
+9
*
Add a big comment explaining unread message counts so no one can mess them
Dan Winship
2001-09-27
1
-3
/
+28
*
The folder-info needs to take priority over the folder because of the way
Jeffrey Stedfast
2001-09-26
1
-3
/
+7
*
Take a new argument 'done' that can callback when complete. Fixed callers
1
2001-09-21
1
-6
/
+24
*
trigger a folder changed event, so the folderinfocache stuff has a chance
0
2001-09-21
1
-9
/
+8
*
Update the status bar here, assuming we've just been activated.
0
2001-09-21
1
-5
/
+10
*
Lock around hashtable/list manipulation. Also dont try scan vfolder_hash
0
2001-09-21
1
-68
/
+23
*
Register vfolder sources here.
0
2001-09-21
1
-1
/
+1
*
Dont special case file: url's anymore.
0
2001-09-21
1
-8
/
+11
*
General cleanup of mail debug printfs.
9
2001-09-19
1
-883
/
+228
*
Don't set the folderinfo's unread count to 0 when camel reports -1, since
Dan Winship
2001-09-12
1
-2
/
+1
*
Dynamically create the folder type list from camel. (reconfigure_clicked):
0
2001-09-11
1
-2
/
+24
*
Due to the introduction of mail_folder_cache_remove(), we can no longer
Peter Williams
2001-08-31
1
-38
/
+150
*
Record the timeout_id so we can cancel it if the mail_folder_info is later
Peter Williams
2001-08-23
1
-15
/
+29
*
Fix bug #215... desensitize menu items based on the number of selected
Peter Williams
2001-08-14
1
-2
/
+29
*
Remove all the messages from a folder that's being deleted before actually
Jason Leach
2001-08-11
1
-0
/
+18
*
Removed this function, it's not needed anymore.
Jason Leach
2001-08-07
1
-29
/
+5
*
Updates for EvolutionStorage API changes.
Jason Leach
2001-08-04
1
-20
/
+13
*
Don't display "0 hidden".
Peter Williams
2001-07-27
1
-1
/
+1
*
Don't display "(0 unsent)" if the outbox is empty.
Peter Williams
2001-07-25
1
-2
/
+2
*
Make the error reporting a little but more descriptive.
Peter Williams
2001-07-24
1
-2
/
+2
*
prototype outbox_folder so we can check if a folder is it.
Peter Williams
2001-07-17
1
-4
/
+14
*
DUH. No need to update every folder if we set the folder browser to NULL.
Peter Williams
2001-07-16
1
-5
/
+5
*
Gave up and got rid of dm. Just replaced it with d(g_message()) and set
Peter Williams
2001-07-09
1
-39
/
+43
*
Deleted (as opposed to #if 0) (get_folder_info): Changed to assume it has
Peter Williams
2001-07-09
1
-53
/
+29
*
Don't free the psd here -- it will be freed on the "destroy" signal.
Peter Williams
2001-07-07
1
-1
/
+1
*
Fix obvious bug in previous bugfix: Pass "fb" to check_for_fb_match() so
Dan Winship
2001-07-07
1
-1
/
+1
*
Clear the shell view label if mailer loses focus.
Peter Williams
2001-07-05
1
-0
/
+11
*
Split make_string into these. (update_idle): Use (name and status) instead
Peter Williams
2001-07-04
1
-40
/
+45
*
Prevent folders from appearing to have -1 new messages. Prevent nonactive
Peter Williams
2001-07-04
1
-15
/
+85
*
New file. Protoypes for the Mail Folder Cache, which provides a place for
Peter Williams
2001-07-03
1
-0
/
+798