aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.ui
Commit message (Collapse)AuthorAgeFilesLines
* Remove "Search for sender photograph only in local address books".Matthew Barnes2013-04-211-16/+0
| | | | | | | | | | | | | This was added as part of bug 360184 but no justification was given for the "local-only" part. My Spidey sense tells me it was a hack- around for the old implementation's tendency to freeze the UI while searching for a photograph. So the "local-only" option really just meant "don't freeze the UI for very long, please". The new EPhotoCache-based implementation in 3.8 NEVER freezes the UI, so the "local-only" option is no longer needed. If a remote address book is slow or unresponsive we simply cancel the async photo lookup when the user moves on to another email.
* Remove EMailShellSettings.Matthew Barnes2013-03-171-55/+13
| | | | | | | | EShellSettings predates GSettings and is no longer necessary. GSettings allows binding GObject properties to GSettings keys, with optional mapping functions. That fulfills the purpose of EShellSettings.
* Bug #315317 - Add option to expunge messages on folder leaveMilan Crha2012-12-051-2/+2
|
* Bug 685675 - Fix packing of spell check language optionsMatthew Barnes2012-10-101-36/+38
| | | | | | Word-wrapped GtkLabels and GtkTables just don't seem to get along. The vertical allocation for the GtkLabel was way too big. Replace the GtkTable with a GtkGrid.
* Return of the "mark messages as read" preference.Matthew Barnes2012-08-081-4/+58
| | | | | | | | | | | | This reverses the removal of the "Mark messages as read" preference in commit e7247d6d60336861ed5c0ba05dd64e29f728349c. I apparently misjudged the popularity of this preference, as there's been a surprising amout of backlash and confusion as to its removal on the mailing list, IRC channel, and various distro-support forums. So, "mea culpa" for removing that one. Haven't heard a peep about the other removed preferences, however, so they will stay gone.
* Adapt mail to the new ESource API.Matthew Barnes2012-06-031-3161/+13
|
* Change 'file name' to 'filename' according to the GDP Style GuideAndre Klapper2012-02-171-1/+1
|
* Correct spelling of the word 'Username'Andre Klapper2012-02-171-1/+1
|
* Bug #655021 - "Character set" vs "Character encoding"Milan Crha2012-02-161-1/+1
|
* Bug #662743 - Translation context needed for "Attachment"Milan Crha2012-02-161-7/+7
|
* Add missing mnemonics and make existing ones unique. Fixes bug #637354Andre Klapper2012-02-141-5/+5
|
* Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-171-1/+20
|\
| * Bug #662914 - Reply to gnupg signed mails should be signedMilan Crha2011-11-141-1/+18
| |
| * Preset 'width-chars' for account type description labelsMilan Crha2011-11-141-0/+2
| | | | | | | | As suggested in https://bugzilla.gnome.org/show_bug.cgi?id=657621
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-141-0/+284
|\|
| * EMAccountEditor: Add a review page.Punit Jain2011-11-131-0/+284
| | | | | | | | | | This is a first cut. Some touch-ups still needed and jumping to the review page when account details are auto-filled is not yet working.
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-11-081-4/+4
|\|
| * EMAccountEditor: Start using CamelNetworkSettings.Matthew Barnes2011-11-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of stuffing host/port/user/etc into CamelURLs. To enforce this in 3rd party extensions, remove EAccounts from EMConfigTargetAccount and rename it EMConfigTargetSettings with the following struct members: const gchar *email_address; const gchar *storage_protocol; CamelSettings *storage_settings; const gchar *transport_protocol; CamelSettings *transport_settings;
| * EMAccountEditor: Clean up authentication widgets.Matthew Barnes2011-11-071-2/+2
| | | | | | | | | | | | Use EAuthComboBox and lean heavily on property bindings. Also, start using CamelSettings for this instead of CamelURLs.
* | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-131-0/+2
|\|
| * Bug #660850 - Missing set mnemonic widgets in composer preferencesMilan Crha2011-10-111-0/+2
| |
* | Merge from masterRodrigo Moya2011-10-051-0/+68
|\|
| * Bug #601898 - SOCKS proxy does not work with mailerMilan Crha2011-09-301-0/+67
| |
| * Stick Account Editor widgets at the top, like it used to before gtk3Milan Crha2011-08-261-41/+72
| |
| * Bug #655629 - "Path:" label for spool file should be "File:" labelMilan Crha2011-08-261-0/+1
| |
| * Bug #656733 - GUI no longer allows for non-default ports for emailMilan Crha2011-08-191-10/+0
| |
| * Bug #655254 - Cropped Junk settings textMilan Crha2011-08-161-2/+1
| |
| * EMAccountEditor: Utilize CamelSettings.Matthew Barnes2011-08-151-3/+5
| | | | | | | | | | | | | | Simplifies the code overall, since now we can bind widget properties to settings properties and omit a bunch of callback functions. Plus now we can initialize the settings widgets with proper defaults according to the property specifications of CamelSettings classes.
| * Use the same term 'Secure connection' everywhere instead of SSLAndre Klapper2011-07-281-2/+2
| |
| * Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-07-141-3307/+3712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
| * Bug #650278 - Tab doesn't exit port fieldMilan Crha2011-06-231-2/+0
| |
| * Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-04-291-0/+120
| |
| * Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-03-241-7/+63
| | | | | | | | | | | | | | | | | | Adds a new EPortEntry widget which appears alongside "host" entry boxes so users don't have to know about the "host:port" syntax to specify a custom port number. Currently only used in the mail account editor, but we'll generalize it futher so it can be used everywhere.
| * Bug 644053 - Fix packing in "Network Preferences"Matthew Barnes2011-03-071-1/+14
| |
| * Most (but not all) packing issues from Mail preferencesMilan Crha2011-01-251-4/+60
| |
| * Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-01-061-0/+15
| |
| * Add option "Check for new messages in all active accounts"Milan Crha2010-11-301-0/+24
| | | | | | | | As a follow-up for bug #633949
| * Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2010-11-301-2/+69
| |
| * Bug #633779 - GtkComboBoxText issuesMilan Crha2010-11-181-3/+3
| |
* | Stick Account Editor widgets at the top, like it used to before gtk3Milan Crha2011-09-141-41/+72
| |
* | Bug #655629 - "Path:" label for spool file should be "File:" labelMilan Crha2011-09-141-0/+1
| |
* | Bug #656733 - GUI no longer allows for non-default ports for emailMilan Crha2011-09-141-10/+0
| |
* | Bug #655254 - Cropped Junk settings textMilan Crha2011-09-141-2/+1
| |
* | EMAccountEditor: Utilize CamelSettings.Matthew Barnes2011-09-141-3/+5
| | | | | | | | | | | | | | Simplifies the code overall, since now we can bind widget properties to settings properties and omit a bunch of callback functions. Plus now we can initialize the settings widgets with proper defaults according to the property specifications of CamelSettings classes.
* | Use the same term 'Secure connection' everywhere instead of SSLAndre Klapper2011-09-141-2/+2
| |
* | Convert junk filtering EPlugins to EExtensions.Matthew Barnes2011-09-141-3307/+3712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We now have a proper junk mail filtering API. All junk filtering extensions must subclass EMailJunkFilter for user preferences and availability testing, and implement the CamelJunkFilter interface for the actual junk filtering and learning operations. The bogofilter module should be feature-equivalent to its former EPlugin. The spamassassin module is far more complex. It's nearly feature-equivalent to its former EPlugin, but I ditched the spamd respawning code since it seemed unnecessary for a mail client to have to deal with. If there's a huge outcry from users about it I'll reluctantly put it back, but I don't expect one. This gets us a step closer to killing off EConfig, and eventually the EPlugin framework itself.
* | Bug #650278 - Tab doesn't exit port fieldMilan Crha2011-06-301-2/+0
| |
* | Bug #588891 - Spam settings dialog terribly un-higgyDan Vrátil2011-06-301-0/+120
| |
* | Bug 418954 - Add a separate entry combo for port numbersDan Vráti2011-06-301-7/+63
| | | | | | | | | | | | | | | | | | Adds a new EPortEntry widget which appears alongside "host" entry boxes so users don't have to know about the "host:port" syntax to specify a custom port number. Currently only used in the mail account editor, but we'll generalize it futher so it can be used everywhere.
* | Bug 644053 - Fix packing in "Network Preferences"Matthew Barnes2011-06-301-1/+14
| |
* | Most (but not all) packing issues from Mail preferencesMilan Crha2011-06-301-4/+60
| |
* | Bug #637906 - Don't ask again when sending to non-mail recipientsMilan Crha2011-06-301-0/+15
| |
* | Add option "Check for new messages in all active accounts"Milan Crha2011-06-301-0/+24
| | | | | | | | As a follow-up for bug #633949
* | Bug #633949 - Add an option to disable new e-mail check at startupMilan Crha2011-06-301-2/+69
| |
* | Bug #633779 - GtkComboBoxText issuesMilan Crha2011-06-301-3/+3
|/
* Workaround GtkComboBoxText/GtkComboBoxEntry in .ui filesMilan Crha2010-10-281-3/+3
|
* Bug #629735 - Mail preference glitchPunit Jain2010-09-221-0/+2
|
* Kill the subject-thread plugin.Matthew Barnes2010-09-151-10/+23
| | | | | | All this time I never realized the subject-thread plugin was nothing more than a stupid checkbox. The actual thread-by-subject code lives in the core mail library.
* Fix a crapload of run-time warnings.Matthew Barnes2010-09-151-11/+50
| | | | EConfig and EMAccountEditor are very, very brittle.
* Mail preferences tweaksMatthew Barnes2010-09-141-90/+46
|
* Reorganize composer preferencesMatthew Barnes2010-09-131-445/+360
| | | | | | Move alert checkboxes to a new "Confirmations" tab and reword the options. Also, split reply and forward-related options into a new "Replies and Forwards" section.
* mail-config.ui cleanups.Matthew Barnes2010-09-131-2651/+1967
| | | | | | - Fix GtkVBox orientations. - Reduce container widgets. - Remove unused widgets.
* Teach Glade how to load an EMFolderSelectionButton.Matthew Barnes2010-09-131-54/+39
|
* Remove uninteresting mail options from Preferences.Matthew Barnes2010-09-131-204/+0
| | | | | | | | | | | | | | | | | | | Remove some options from Mail Preferences that aren't worth the screen real estate they take up. For now, the corresponding GConf keys still remain and are honored by Evolution. These same options were already removed for Express mode. Options removed are: [ ] Mark messages as read after XXX seconds [ ] Do not display messages when text size exceeds XXX KB [ ] Shrink To / Cc / Bcc headers to XXX addresses [ ] Enable Magic Spacebar [ ] Enable Search Folders
* Bug #629115 - Missing mnemonic_widget property in mail-config.uiMilan Crha2010-09-091-0/+2
|
* Add nag popup when mailing list hijacks private reply with Reply-To: headerDavid Woodhouse2010-07-161-0/+15
|
* Change 'Reply to All' toolbar button into configurable 'Group Reply'David Woodhouse2010-07-151-2/+17
| | | | | ...with a dropdown menu like the Forward button, and configuration for whether it tries to do 'Reply to List' by default.
* Add support for ignoring mailing list Reply-To: headersDavid Woodhouse2010-07-151-2/+17
|
* Warn on reply-to-all with too many recipientsDavid Woodhouse2010-07-151-0/+15
|
* Bug 624204 - Warn when replying privately to a mailing list messageDavid Woodhouse2010-07-151-0/+15
|
* Bug #206061 - Allow normal, non-vFolder, Trash and Junk folderMilan Crha2010-06-151-1/+103
|
* Return back accidentally dropped widgetsMilan Crha2010-06-101-0/+25
|
* Bug 501534 - apply new customized view to all foldersChenthill Palanisamy2010-06-081-122/+35
|
* Fix alignment of lblCarset in composer-prefs-dialogGert Michael Kulyk2010-05-291-0/+2
|
* Merge branch 'express2'Matthew Barnes2010-05-271-4/+4
|\
| * Hide the Alerts label in the composer's preferencesFederico Mena Quintero2010-04-091-1/+1
| | | | | | | | | | | | We don't need that heading as it would only have one sub-option. Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Add names to containers in the composer's preferencesFederico Mena Quintero2010-04-091-1/+1
| | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com>
| * Add meaningful names to some containersFederico Mena Quintero2010-04-091-2/+2
| | | | | | | | | | | | We will use those names to hide the respective widgets in Express mode. Signed-off-by: Federico Mena Quintero <federico@novell.com>
* | Bug #304415 - Allow change of signature hash algorithmMilan Crha2010-05-201-16/+122
| |
* | [i18n] Strings not aligned in ui. (bgo #616181)Mario Carrion2010-04-291-2/+2
| |
* | Bug #360461 - Avoid markup in translatable messagesMilan Crha2010-04-231-5/+31
| |
* | Bug #567304 - Review strings for translationMilan Crha2010-04-071-2/+2
| |
* | Bug #458828 - What is the "Top Posting Option"?Milan Crha2010-04-021-1/+1
| |
* | Bug #417412 - Improve "display text part of limited size" DoS stringsMilan Crha2010-04-021-1/+1
| |
* | Bug 611881 - Duplicate mnemonic in mail preference -> headers tabMatthew Barnes2010-03-281-1/+1
|/
* Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGPMilan Crha2009-12-241-19/+66
|
* Bug 602625 - Typos in translation messagesMatthew Barnes2009-11-221-1/+1
| | | | Caused by libglade to GtkBuilder migration.
* Remove markup from translatable strings in ui filesClaude Paroz2009-11-171-68/+136
| | | | | | GTKBuilder format allows to separate markup from translatable content. Whenever possible, this should be preferred so as there is less content to translate and less error opportunities.
* Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-171-0/+5634