aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local-storage.c
Commit message (Collapse)AuthorAgeFilesLines
* First draft of folder tree unread message indication for /localDan Winship2000-11-071-188/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | mail folders. * mail-local.c: Add a new CamelStore subclass, MailLocalStore, which attaches to an Evolution_LocalStorage on one side and CamelSession on the other, and keeps track of local folders. Some of this code was previously in mail-local-storage.c, which no longer exists. (local_reconfigure_folder, etc): Various mail_op-related cleanups, and wrap d() around a bunch of printfs. * mail-tools.c (mail_tool_get_local_inbox_url, mail_tool_get_local_movemail_url): Removed (mail_tool_get_local_inbox): Simplified. (mail_tool_do_movemail): Remove unused dest_url variable. (mail_tool_uri_to_folder): Simplify. Now down to two cases (vfolder, and everything else). * component-factory.c (owner_set_cb): Pass evolution_dir to mail_local_storage_startup. * Makefile.am (evolution_mail_SOURCES): Remove mail-local-storage.[ch] svn path=/trunk/; revision=6456
* set folder_tree before adding the listener, since that will eventuallyDan Winship2000-09-131-2/+2
| | | | | | | | * mail-local-storage.c (mail_local_storage_startup): set folder_tree before adding the listener, since that will eventually invoke callbacks that will look at it. svn path=/trunk/; revision=5374
* Added a simple LocalStorage manager module so that we can hook upEttore Perazzoli2000-09-121-0/+188
folder read/unread message count information into it. svn path=/trunk/; revision=5337