aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-folder-selector.c
Commit message (Expand)AuthorAgeFilesLines
* Bump GDK_VERSION_MIN_REQUIRED to GDK_VERSION_3_2.Matthew Barnes2013-01-201-1/+1
* Bug #664205 - Improve UX when creating a new mail folderMilan Crha2012-03-091-1/+2
* Introduce libemail-engine and libemail-utils.Matthew Barnes2012-01-191-1/+2
* Avoid passing EMailBackend as much as possible.Matthew Barnes2011-12-161-62/+6
* Coding style and whitespace cleanup.Matthew Barnes2011-09-041-3/+7
* EMFolderSelector: Add a "model" construct-only property.Matthew Barnes2011-08-101-14/+69
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-05-271-0/+4
* Fix em_folder_selector_get_selected_uri().Matthew Barnes2011-05-251-35/+9
* EMFolderSelector: Fix some silly typos.Matthew Barnes2011-05-251-2/+2
* EMFolderTree: Add an EAlertSink property.Matthew Barnes2011-05-241-3/+7
* Let EMFolderSelector create its own EMFolderTree.Matthew Barnes2011-05-241-137/+184
* EMFolderTree: Store an EMailBackend instead of an EMailSession.Matthew Barnes2011-05-241-2/+5
* Coding style and whitespace cleanup.Matthew Barnes2011-05-221-14/+41
* em_folder_utils_create_folder(): Change function parameters.Matthew Barnes2011-05-071-1/+3
* EMailShellView: Open the selected folder ourselves.Matthew Barnes2011-05-031-3/+11
* Bug #638333 - Critical warning when invoking File->New->Mail FolderMilan Crha2011-02-161-1/+1
* Remove NULL checks for GObject methods.Matthew Barnes2011-02-131-2/+1
* Give MailSession a permanent home.Matthew Barnes2010-10-131-1/+1
* Bug #631320 - GtkObject is gone in GTK3Milan Crha2010-10-071-7/+5
* Coding style cleanups.Matthew Barnes2010-09-131-14/+14
* Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-8/+11
* Only #include Camel's top-level header.Matthew Barnes2010-04-031-4/+0
* Kill e_popup_menu().Matthew Barnes2010-01-051-1/+0
* Require a parent window when creating an EMFolderSelector.Matthew Barnes2009-09-111-7/+18
* Fix excessive whitespace.Matthew Barnes2009-07-141-2/+0
* Split store and local folder management out from shell backend.Matthew Barnes2009-06-241-2/+2
* Prefer GLib basic types over C types.Matthew Barnes2009-05-271-20/+20
* Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-271-1/+1
|\
| * Remove trailing whitespace, again.Matthew Barnes2009-05-271-1/+1
* | Manual conflict resolutionMatthew Barnes2009-04-251-1/+3
* | Merge branch 'master' into kill-bonoboMatthew Barnes2009-04-251-1/+1
|\|
| * ** Fix for bug #504767Milan Crha2009-03-191-1/+1
| * License ChangesSankarasivasubramanian Pasupathilingam2008-08-271-15/+15
* | Commit recent work so I can merge from trunk.Matthew Barnes2008-10-251-67/+68
* | Merge revisions 36016:36303 from trunk.Matthew Barnes2008-09-111-15/+15
|/
* fixed copyright noticesJeffrey Stedfast2008-06-211-1/+1
* ** Allow evolution to build with G_DISABLE_SINGLE_INCLUDES andMatthew Barnes2008-06-061-8/+0
* Patch from David Turner <cillian64@googlemail.com>: Fix for bug #347329 (mis...Suman Manjunath2007-12-051-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-46/+46
* ** Fix for bug #304993 (Novell Bugzilla)Srinivasa Ragavan2007-09-061-0/+1
* Update FSF address in header comments (#469886). Patch from TobiasMatthew Barnes2007-09-021-1/+1
* Fix from Lucky to expand newly created folderSrinivasa Ragavan2007-08-021-3/+3
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
* Added widgets in INCLUDES.Kaushal Kumar2005-06-231-1/+1
* Retired GAL from Head. The relevant files have moved inside evolution.Kaushal Kumar2005-06-171-2/+2
* Remove this unused method (emfs_response): Remove unused variableRodney Dawes2005-05-251-23/+1
* fix rodney's name choices. fix multiple-inclusion. fix forward references.Not Zed2005-05-191-1/+1
* Add profiler so that it gets disted properlyRodney Dawes2005-05-141-28/+4
* remove old debug which no longer works.Not Zed2004-10-061-1/+1
* ** See bug #64377.Not Zed2004-08-311-13/+22
* Don't prepend the path string with a '/'.Jeffrey Stedfast2004-06-251-1/+1
* rearrange the setting up of the target flags, stores can have a null path.Not Zed2004-06-111-6/+8
* handle a null path or fragment.Not Zed2004-06-111-1/+1
* Make the chooser non-modal. Fixes bug #53735.Jeffrey Stedfast2004-06-091-0/+1
* set the right path on the url.Not Zed2004-06-011-1/+1
* Disable debug here too - all this code has been working fine.Jeffrey Stedfast2004-05-291-1/+1
* set the default selection to inbox.Not Zed2004-05-261-2/+9
* don't emit new mail if its any vfolder, not just vtrash folder. #56350.Not Zed2004-05-181-5/+5
* Check that the folder is selectable using the new flags argument.Jeffrey Stedfast2004-05-071-1/+1
* Don't focus the name_entry widget here.Jeffrey Stedfast2004-03-171-0/+2
* pass the raw header in instead of name and value. (efh_format_headers): ifNot Zed2004-03-111-1/+1
* Removed an unused variable left over from an old attempted fix.Jeffrey Stedfast2004-03-111-5/+3
* Partial fix for bug #53862Jeffrey Stedfast2004-03-111-2/+40
* Connect to the folder-activated signal. (folder_activated_cb): CallJeffrey Stedfast2004-03-021-3/+10
* fix camel provider api changes.Not Zed2004-02-191-4/+1
* ** See bug #53549.Not Zed2004-02-021-2/+2
* god knows what else this'll break.Not Zed2004-02-021-12/+1
* ** See bug #53549, partial fix.Not Zed2004-01-301-1/+9
* Cast the name entry to a GtkWidget to avoid a compiler warning Grab focusRodney Dawes2004-01-251-1/+1
* Set the mnemonic widget for "Folder _name:"Rodney Dawes2004-01-241-0/+1
* support for posting both to mail and to (multiple) foldersMeilof Veeningen2004-01-131-0/+16
* Fixes bug #51605.Jeffrey Stedfast2003-12-051-13/+27
* Emit the OK response, not the CREATE_NEW response. Also,Jeffrey Stedfast2003-12-041-1/+1
* Need to prepend a "/" to path if the path is the url fragment. Also fixedJeffrey Stedfast2003-12-041-2/+8
* Fixed a FIXME by using the CamelProvider url flags to determine if the urlJeffrey Stedfast2003-12-041-7/+18
* more fixesJeffrey Stedfast2003-12-031-0/+3
* Emit the response signal with the RESPONSE_NEW value.Jeffrey Stedfast2003-11-201-15/+30
* New folder-tree widget that replaces the shell's folder-tree widget.Jeffrey Stedfast2003-11-141-235/+199
* Merge new-ui-branch to the trunk.Ettore Perazzoli2003-10-221-0/+349