aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-tree-model.h
Commit message (Expand)AuthorAgeFilesLines
* EMFolderTreeModel: Listen for "folder-info-stale" signals.Matthew Barnes2013-06-221-0/+1
* EMFolderTreeModel cleanups.Matthew Barnes2013-06-221-5/+6
* EMFolderTreeModel: Remove COL_STRING_URI.Matthew Barnes2012-04-091-2/+0
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-1/+1
* Reorder accounts by drag-and-drop.Matthew Barnes2011-12-111-5/+3
* EMFolderTreeModel: Don't use parameters in "get_default" functions.Matthew Barnes2011-09-261-7/+2
* Bug #351025 - Make the order of the mail accounts configurableMilan Crha2011-09-261-2/+9
* Miscellaneous cleanups.Matthew Barnes2011-08-311-1/+0
* Use new CamelService:display-name property.Matthew Barnes2011-08-181-2/+1
* Add em_folder_tree_model_list_stores().Matthew Barnes2011-05-291-0/+2
* Remove account from EMFolderTreeModelStoreInfo.Matthew Barnes2011-05-281-1/+0
* Remove display_name from EMFolderTreeModelStoreInfo.Matthew Barnes2011-05-281-2/+0
* Remove EMFolderTreeModel::folder-added signal.Matthew Barnes2011-05-041-4/+0
* Change em_folder_tree_model_user_marked_unread() params.Matthew Barnes2011-05-031-1/+1
* Give MailSession a permanent home.Matthew Barnes2010-10-131-0/+7
* Coding style cleanups.Matthew Barnes2010-09-131-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-16/+20
* Bug 626724 - Folder tree mistakes "mark as unread" as new mailMatthew Barnes2010-08-121-1/+5
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+1
* MailFolderCache: add signal for updated unread countsJonathon Jongsma2009-12-161-5/+0
* Bug #339628 - Non-default Draft folders are Draft folders tooMilan Crha2009-10-161-0/+1
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-5/+3
* Thought of a better way to copy folder tree state.Matthew Barnes2009-06-141-1/+6
* Clean up EMFolderTreeModel.Matthew Barnes2009-06-141-34/+49
* Use key files for tracking widget states.Matthew Barnes2009-06-131-21/+1
* Bug 323037 – Folder emblem to show new mail arrivalMilan Crha2009-06-011-0/+1
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-23/+23
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
| * Use named icons in the folder tree instead of pixbufs.Matthew Barnes2009-05-251-0/+2
| * Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-15/+14
* | Adapt mail to EShellBackend changes.Matthew Barnes2009-05-081-4/+4
* | Make the sidebar icon follow the folder icon.Matthew Barnes2009-01-251-0/+2
* | Get the mail folder tree compiling, though I'm not yet sure why it's notMatthew Barnes2008-10-171-26/+34
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-15/+14
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Fix for bug #534039Milan Crha2008-06-201-1/+0
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-2/+1
* ** Fix for bug #511488Srinivasa Ragavan2008-01-281-0/+1
* Send the folder name along with the new mail event.Srinivasa Ragavan2008-01-021-0/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-9/+9
* ** Fix for bug #343011 (restore collapse state of selected folder afterMilan Crha2007-11-051-0/+3
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Improvements to the new mail hook.Srinivasa Ragavan2007-05-031-0/+1
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* Fixes bug #58825. Ugh. Really Gross Hack (tm).Jeffrey Stedfast2004-06-111-5/+12
* set the default selection to inbox.Not Zed2004-05-261-2/+2
* Fix for bug #57152.Jeffrey Stedfast2004-05-081-1/+1
* Fix for bug #55358.Jeffrey Stedfast2004-03-171-2/+11
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-3/+3
* Partial fix for bug #53862Jeffrey Stedfast2004-03-111-0/+4
* merged in code from em_folder_tree_model_drag_data_delete.Not Zed2004-02-091-11/+0
* Now takes a GdkContext arg... will need this later when we want toJeffrey Stedfast2004-02-061-2/+2
* Modified slightly. The model now calls gtk_drag_finish() for us when it isJeffrey Stedfast2004-02-041-3/+4
* Fixes for bug #53348Jeffrey Stedfast2004-01-311-3/+11
* Removed the drag & drop interfaces, apparently these aren't good enoughJeffrey Stedfast2004-01-241-0/+10
* Update the unread count in the model if the folder got new mail.Jeffrey Stedfast2003-12-111-0/+2
* Moved here. (drop_folder): Moved here. (import_message_rfc822): MovedJeffrey Stedfast2003-12-031-15/+0
* Connect to the loading row signal. (loading_row_cb): Expand the path ifJeffrey Stedfast2003-12-031-0/+4
* Fixed to pass the evolution dir into em_folder_tree_model_new().Jeffrey Stedfast2003-12-031-2/+8
* Updated to call em_folder_tree_model_set_folder_info().Jeffrey Stedfast2003-12-021-3/+25
* New function to save tree expanded state.Jeffrey Stedfast2003-11-251-0/+1
* Only set OK to sensitive if the selected node is not a store node.Jeffrey Stedfast2003-11-151-0/+22
* New folder-tree widget that replaces the shell's folder-tree widget.Jeffrey Stedfast2003-11-141-0/+81