aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mail/em-mailer-prefs.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 702664 - Settings migration issue from "headers" to "show-headers"Matthew Barnes2013-06-211-1/+2
* Add "show-headers" settings key.Matthew Barnes2013-06-061-83/+104
* Coding style and whitespace cleanup.Matthew Barnes2013-05-081-4/+4
* [EMailFormatter] Use GdkRGBA and GtkStyleContext to get theme colorsMilan Crha2013-04-231-21/+19
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-211-10/+0
* Fix a typo which disabled "Always load images" option foreverMilan Crha2013-03-221-1/+1
* Remove EMailShellSettings.Matthew Barnes2013-03-171-172/+235
* e-config: Remove unused functions.Matthew Barnes2012-12-171-2/+1
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-6/+0
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-051-6/+9
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-48/+66
* Return of the "mark messages as read" preference.Matthew Barnes2012-08-081-0/+56
* Remove the last remaining usage of GConfMilan Crha2012-06-151-32/+30
* Mail formatter rewriteDan Vrátil2012-06-061-1/+0
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-2/+0
* Fix memory leaks around gtk_tree_model_get() functionMilan Crha2012-05-311-0/+7
* WebKit port - port formatter and mail moduleDan Vrátil2012-03-291-3/+3
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-12/+33
* Move EMailLabelListStore to EMailSession.Matthew Barnes2011-12-251-2/+1
* Bug #665103 - Blank composer/mail/network preferences windowsMilan Crha2011-11-291-0/+4
* Remove some unnecessary GConf crud.Matthew Barnes2011-11-281-4/+0
* Fix some GSettings runtime issues.Matthew Barnes2011-11-231-10/+16
* Miscellaneous cleanups.Matthew Barnes2011-11-231-11/+11
* Make it fully buildRodrigo Moya2011-11-091-4/+4
* Migrate SA extension to GSettingsRodrigo Moya2011-11-021-60/+55
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-28/+52
* Bug #655254 - Cropped Junk settings textMilan Crha2011-09-141-2/+1
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-141-1/+1
* Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-141-145/+19
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-09-141-1/+6
* Coding style cleanups.Matthew Barnes2011-06-301-8/+8
* Whitespace and coding style cleanups.Matthew Barnes2011-06-301-1/+1
* Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-06-301-39/+44
* More whitespace cleanup.Matthew Barnes2011-06-301-3/+3
* Adapt to GtkComboBox class reorg.Matthew Barnes2011-06-301-2/+7
* Drop backward-compatibility cruft.Matthew Barnes2011-06-301-3/+0
* Add option "Check for new messages in all active accounts"Milan Crha2011-06-301-0/+12
* Set mnemonic widget for lblDefaultCharset in Mail PreferencesMilan Crha2011-06-301-0/+1
* Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2011-06-301-0/+7
* Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-301-12/+18
* Bug 632641 - Handle combo box text API going awayMatthias Clasen2010-10-211-5/+13
* Collect mail enum types in e-mail-enums.h.Matthew Barnes2010-10-191-8/+8
* Move more account utilities to e-account-utils.c.Matthew Barnes2010-10-191-1/+0
* Kill mail_config_get_gconf_client().Matthew Barnes2010-10-191-1/+3
* Replace EBinding with GBinding.Matthew Barnes2010-10-141-49/+97
* Give MailSession a permanent home.Matthew Barnes2010-10-131-6/+19
* Kill the subject-thread plugin.Matthew Barnes2010-09-151-0/+5
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-151-2/+1
* mail-config.ui cleanups.Matthew Barnes2010-09-131-9/+8
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-131-92/+0
* Coding style and whitespace cleanup.Matthew Barnes2010-08-291-14/+14
* GObject boilerplate cleanup.Matthew Barnes2010-08-251-43/+19
* Defer the load / creation of configuration UI with changes toMichael Meeks2010-08-111-1/+2
* Coding style and whitespace cleanup.Matthew Barnes2010-06-201-1/+1
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-081-0/+5
* Merge branch 'express2'Matthew Barnes2010-05-271-0/+10
|\
| * Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-301-118/+10
| * Don't use gconf to store the names of widgets to hideFederico Mena Quintero2010-04-271-1/+7
| * Hide widgets for the mailer's preferences in Express modeFederico Mena Quintero2010-04-091-0/+4
* | Bug #603418 - Custom headers not displayed in message previewMilan Crha2010-04-261-118/+10
* | Giant leap towards GSEAL compliance.Matthew Barnes2010-04-081-2/+10
* | Only #include Camel's top-level header.Matthew Barnes2010-04-031-1/+0
|/
* Remove dead assignments found by clang.Matthew Barnes2010-01-161-2/+1
* Bug #591938 - Update translator's commentsMilan Crha2009-12-101-0/+2
* Fixing widgets order and adding back mnemonics after glade removalMilan Crha2009-12-021-3/+3
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-77/+81
* Mark also create_combo_text_widget() for exportTor Lillqvist2009-11-121-1/+1
* Bug #597582 - Original Date: header should be given precedenceDavid Woodhouse2009-11-051-2/+9
* Bug 599837 - Junk plugin combo box is invisibleMatthew Barnes2009-10-301-2/+8
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-271-1/+1
* Fix duplicate symbols in Glade files.Matthew Barnes2009-09-251-1/+1
* Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-021-64/+64
* Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-13/+13
* Bug #205137 - Configurable date formats in componentsMilan Crha2009-08-121-0/+7
* Fix excessive whitespace.Matthew Barnes2009-07-141-4/+0
* Kill the last GtkOptionMenu instances.Matthew Barnes2009-07-031-40/+8
* Fix merge issues in EMAccountEditor.Matthew Barnes2009-07-021-54/+71
* Radically reorganize source code.Matthew Barnes2009-06-251-0/+1332