Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |