Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove "Search for sender photograph only in local address books". | Matthew Barnes | 2013-04-21 | 1 | -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 Barnes | 2013-03-17 | 1 | -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 leave | Milan Crha | 2012-12-05 | 1 | -2/+2 |
| | |||||
* | Bug 685675 - Fix packing of spell check language options | Matthew Barnes | 2012-10-10 | 1 | -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 Barnes | 2012-08-08 | 1 | -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 Barnes | 2012-06-03 | 1 | -3161/+13 |
| | |||||
* | Change 'file name' to 'filename' according to the GDP Style Guide | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Correct spelling of the word 'Username' | Andre Klapper | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Bug #655021 - "Character set" vs "Character encoding" | Milan Crha | 2012-02-16 | 1 | -1/+1 |
| | |||||
* | Bug #662743 - Translation context needed for "Attachment" | Milan Crha | 2012-02-16 | 1 | -7/+7 |
| | |||||
* | Add missing mnemonics and make existing ones unique. Fixes bug #637354 | Andre Klapper | 2012-02-14 | 1 | -5/+5 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 1 | -1/+20 |
|\ | |||||
| * | Bug #662914 - Reply to gnupg signed mails should be signed | Milan Crha | 2011-11-14 | 1 | -1/+18 |
| | | |||||
| * | Preset 'width-chars' for account type description labels | Milan Crha | 2011-11-14 | 1 | -0/+2 |
| | | | | | | | | As suggested in https://bugzilla.gnome.org/show_bug.cgi?id=657621 | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-14 | 1 | -0/+284 |
|\| | |||||
| * | EMAccountEditor: Add a review page. | Punit Jain | 2011-11-13 | 1 | -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/gsettings | Rodrigo Moya | 2011-11-08 | 1 | -4/+4 |
|\| | |||||
| * | EMAccountEditor: Start using CamelNetworkSettings. | Matthew Barnes | 2011-11-07 | 1 | -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 Barnes | 2011-11-07 | 1 | -2/+2 |
| | | | | | | | | | | | | Use EAuthComboBox and lean heavily on property bindings. Also, start using CamelSettings for this instead of CamelURLs. | ||||
* | | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-10-13 | 1 | -0/+2 |
|\| | |||||
| * | Bug #660850 - Missing set mnemonic widgets in composer preferences | Milan Crha | 2011-10-11 | 1 | -0/+2 |
| | | |||||
* | | Merge from master | Rodrigo Moya | 2011-10-05 | 1 | -0/+68 |
|\| | |||||
| * | Bug #601898 - SOCKS proxy does not work with mailer | Milan Crha | 2011-09-30 | 1 | -0/+67 |
| | | |||||
| * | Stick Account Editor widgets at the top, like it used to before gtk3 | Milan Crha | 2011-08-26 | 1 | -41/+72 |
| | | |||||
| * | Bug #655629 - "Path:" label for spool file should be "File:" label | Milan Crha | 2011-08-26 | 1 | -0/+1 |
| | | |||||
| * | Bug #656733 - GUI no longer allows for non-default ports for email | Milan Crha | 2011-08-19 | 1 | -10/+0 |
| | | |||||
| * | Bug #655254 - Cropped Junk settings text | Milan Crha | 2011-08-16 | 1 | -2/+1 |
| | | |||||
| * | EMAccountEditor: Utilize CamelSettings. | Matthew Barnes | 2011-08-15 | 1 | -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 SSL | Andre Klapper | 2011-07-28 | 1 | -2/+2 |
| | | |||||
| * | Convert junk filtering EPlugins to EExtensions. | Matthew Barnes | 2011-07-14 | 1 | -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 field | Milan Crha | 2011-06-23 | 1 | -2/+0 |
| | | |||||
| * | Bug #588891 - Spam settings dialog terribly un-higgy | Dan Vrátil | 2011-04-29 | 1 | -0/+120 |
| | | |||||
| * | Bug 418954 - Add a separate entry combo for port numbers | Dan Vráti | 2011-03-24 | 1 | -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 Barnes | 2011-03-07 | 1 | -1/+14 |
| | | |||||
| * | Most (but not all) packing issues from Mail preferences | Milan Crha | 2011-01-25 | 1 | -4/+60 |
| | | |||||
| * | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-01-06 | 1 | -0/+15 |
| | | |||||
| * | Add option "Check for new messages in all active accounts" | Milan Crha | 2010-11-30 | 1 | -0/+24 |
| | | | | | | | | As a follow-up for bug #633949 | ||||
| * | Bug #633949 - Add an option to disable new e-mail check at startup | Milan Crha | 2010-11-30 | 1 | -2/+69 |
| | | |||||
| * | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2010-11-18 | 1 | -3/+3 |
| | | |||||
* | | Stick Account Editor widgets at the top, like it used to before gtk3 | Milan Crha | 2011-09-14 | 1 | -41/+72 |
| | | |||||
* | | Bug #655629 - "Path:" label for spool file should be "File:" label | Milan Crha | 2011-09-14 | 1 | -0/+1 |
| | | |||||
* | | Bug #656733 - GUI no longer allows for non-default ports for email | Milan Crha | 2011-09-14 | 1 | -10/+0 |
| | | |||||
* | | Bug #655254 - Cropped Junk settings text | Milan Crha | 2011-09-14 | 1 | -2/+1 |
| | | |||||
* | | EMAccountEditor: Utilize CamelSettings. | Matthew Barnes | 2011-09-14 | 1 | -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 SSL | Andre Klapper | 2011-09-14 | 1 | -2/+2 |
| | | |||||
* | | Convert junk filtering EPlugins to EExtensions. | Matthew Barnes | 2011-09-14 | 1 | -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 field | Milan Crha | 2011-06-30 | 1 | -2/+0 |
| | | |||||
* | | Bug #588891 - Spam settings dialog terribly un-higgy | Dan Vrátil | 2011-06-30 | 1 | -0/+120 |
| | | |||||
* | | Bug 418954 - Add a separate entry combo for port numbers | Dan Vráti | 2011-06-30 | 1 | -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 Barnes | 2011-06-30 | 1 | -1/+14 |
| | | |||||
* | | Most (but not all) packing issues from Mail preferences | Milan Crha | 2011-06-30 | 1 | -4/+60 |
| | | |||||
* | | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-06-30 | 1 | -0/+15 |
| | | |||||
* | | Add option "Check for new messages in all active accounts" | Milan Crha | 2011-06-30 | 1 | -0/+24 |
| | | | | | | | | As a follow-up for bug #633949 | ||||
* | | Bug #633949 - Add an option to disable new e-mail check at startup | Milan Crha | 2011-06-30 | 1 | -2/+69 |
| | | |||||
* | | Bug #633779 - GtkComboBoxText issues | Milan Crha | 2011-06-30 | 1 | -3/+3 |
|/ | |||||
* | Workaround GtkComboBoxText/GtkComboBoxEntry in .ui files | Milan Crha | 2010-10-28 | 1 | -3/+3 |
| | |||||
* | Bug #629735 - Mail preference glitch | Punit Jain | 2010-09-22 | 1 | -0/+2 |
| | |||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 1 | -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 Barnes | 2010-09-15 | 1 | -11/+50 |
| | | | | EConfig and EMAccountEditor are very, very brittle. | ||||
* | Mail preferences tweaks | Matthew Barnes | 2010-09-14 | 1 | -90/+46 |
| | |||||
* | Reorganize composer preferences | Matthew Barnes | 2010-09-13 | 1 | -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 Barnes | 2010-09-13 | 1 | -2651/+1967 |
| | | | | | | - Fix GtkVBox orientations. - Reduce container widgets. - Remove unused widgets. | ||||
* | Teach Glade how to load an EMFolderSelectionButton. | Matthew Barnes | 2010-09-13 | 1 | -54/+39 |
| | |||||
* | Remove uninteresting mail options from Preferences. | Matthew Barnes | 2010-09-13 | 1 | -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.ui | Milan Crha | 2010-09-09 | 1 | -0/+2 |
| | |||||
* | Add nag popup when mailing list hijacks private reply with Reply-To: header | David Woodhouse | 2010-07-16 | 1 | -0/+15 |
| | |||||
* | Change 'Reply to All' toolbar button into configurable 'Group Reply' | David Woodhouse | 2010-07-15 | 1 | -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: headers | David Woodhouse | 2010-07-15 | 1 | -2/+17 |
| | |||||
* | Warn on reply-to-all with too many recipients | David Woodhouse | 2010-07-15 | 1 | -0/+15 |
| | |||||
* | Bug 624204 - Warn when replying privately to a mailing list message | David Woodhouse | 2010-07-15 | 1 | -0/+15 |
| | |||||
* | Bug #206061 - Allow normal, non-vFolder, Trash and Junk folder | Milan Crha | 2010-06-15 | 1 | -1/+103 |
| | |||||
* | Return back accidentally dropped widgets | Milan Crha | 2010-06-10 | 1 | -0/+25 |
| | |||||
* | Bug 501534 - apply new customized view to all folders | Chenthill Palanisamy | 2010-06-08 | 1 | -122/+35 |
| | |||||
* | Fix alignment of lblCarset in composer-prefs-dialog | Gert Michael Kulyk | 2010-05-29 | 1 | -0/+2 |
| | |||||
* | Merge branch 'express2' | Matthew Barnes | 2010-05-27 | 1 | -4/+4 |
|\ | |||||
| * | Hide the Alerts label in the composer's preferences | Federico Mena Quintero | 2010-04-09 | 1 | -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 preferences | Federico Mena Quintero | 2010-04-09 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Federico Mena Quintero <federico@novell.com> | ||||
| * | Add meaningful names to some containers | Federico Mena Quintero | 2010-04-09 | 1 | -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 algorithm | Milan Crha | 2010-05-20 | 1 | -16/+122 |
| | | |||||
* | | [i18n] Strings not aligned in ui. (bgo #616181) | Mario Carrion | 2010-04-29 | 1 | -2/+2 |
| | | |||||
* | | Bug #360461 - Avoid markup in translatable messages | Milan Crha | 2010-04-23 | 1 | -5/+31 |
| | | |||||
* | | Bug #567304 - Review strings for translation | Milan Crha | 2010-04-07 | 1 | -2/+2 |
| | | |||||
* | | Bug #458828 - What is the "Top Posting Option"? | Milan Crha | 2010-04-02 | 1 | -1/+1 |
| | | |||||
* | | Bug #417412 - Improve "display text part of limited size" DoS strings | Milan Crha | 2010-04-02 | 1 | -1/+1 |
| | | |||||
* | | Bug 611881 - Duplicate mnemonic in mail preference -> headers tab | Matthew Barnes | 2010-03-28 | 1 | -1/+1 |
|/ | |||||
* | Bug #520816 - S/MIME shares "Do not sign meeting requests" with PGP | Milan Crha | 2009-12-24 | 1 | -19/+66 |
| | |||||
* | Bug 602625 - Typos in translation messages | Matthew Barnes | 2009-11-22 | 1 | -1/+1 |
| | | | | Caused by libglade to GtkBuilder migration. | ||||
* | Remove markup from translatable strings in ui files | Claude Paroz | 2009-11-17 | 1 | -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 libglade | Matthew Barnes | 2009-11-17 | 1 | -0/+5634 |