Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the last remaining usage of GConf | Milan Crha | 2012-06-15 | 1 | -9/+0 |
| | |||||
* | Remove "enable-local" and "enable-vfolders" GSettings key. | Matthew Barnes | 2012-06-09 | 1 | -10/+0 |
| | | | | | We have built-in ESources for the 'local' and 'vfolder' mail stores, and can now track their enabled state as we would any other mail store. | ||||
* | Adapt to vFolder changes from evolution-data-server | Milan Crha | 2012-05-31 | 1 | -0/+5 |
| | |||||
* | Bug #674249 - Crash when showing message with large text/plain | Dan Vrátil | 2012-04-19 | 1 | -10/+0 |
| | |||||
* | Move EMailLabelListStore to EMailSession. | Matthew Barnes | 2011-12-25 | 1 | -15/+0 |
| | | | | | Access the EMailLabelListStore through EMailSession instead of EShellSettings, which was a quick hack of mine during kill-bonobo. | ||||
* | Bug #661087 - Add ability to remove localized "Re:" prefixes in subject | Milan Crha | 2011-12-22 | 1 | -0/+5 |
| | |||||
* | "citation-colour" -> "citation-color" | Matthew Barnes | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Fix some GSettings runtime issues. | Matthew Barnes | 2011-11-23 | 1 | -1/+1 |
| | |||||
* | Build fixes | Rodrigo Moya | 2011-11-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into wip/gsettings | Rodrigo Moya | 2011-11-17 | 1 | -0/+4 |
|\ | |||||
| * | Bug #662914 - Reply to gnupg signed mails should be signed | Milan Crha | 2011-11-14 | 1 | -0/+4 |
| | | |||||
| * | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -0/+8 |
| | | |||||
| * | Miscellaneous cleanups. | Matthew Barnes | 2011-08-31 | 1 | -3/+0 |
| | | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch. | ||||
| * | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-05-27 | 1 | -0/+4 |
| | | |||||
| * | Bug #303653 - Make headers collapsable in preview pane | Dan Vrátil | 2011-04-27 | 1 | -0/+4 |
| | | |||||
| * | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-01-06 | 1 | -0/+4 |
| | | |||||
| * | Bug #567879 - Add View >> Gallery Option In Email Composer | Milan Crha | 2010-12-22 | 1 | -0/+4 |
| | | |||||
| * | Add option "Check for new messages in all active accounts" | Milan Crha | 2010-11-30 | 1 | -0/+4 |
| | | | | | | | | 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 | -0/+4 |
| | | |||||
* | | Migrate EShellSettings to GSettings | Rodrigo Moya | 2011-11-15 | 1 | -57/+116 |
| | | |||||
* | | Bug #351025 - Make the order of the mail accounts configurable | Milan Crha | 2011-09-26 | 1 | -0/+8 |
| | | |||||
* | | Miscellaneous cleanups. | Matthew Barnes | 2011-09-14 | 1 | -3/+0 |
| | | | | | | | | | | | | | | Reducing diff noise with the account-mgmt branch. Trying to erode our dependency on EAccount as much as possible, or at least isolate its usage, to make things easier for me on the branch. | ||||
* | | Bug #646109 - Fix use of include <config.h> to make sure translations work | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | | |||||
* | | Bug #303653 - Make headers collapsable in preview pane | Dan Vrátil | 2011-06-30 | 1 | -0/+4 |
| | | |||||
* | | Bug #637906 - Don't ask again when sending to non-mail recipients | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | | |||||
* | | Bug #567879 - Add View >> Gallery Option In Email Composer | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | | |||||
* | | Add option "Check for new messages in all active accounts" | Milan Crha | 2011-06-30 | 1 | -0/+4 |
| | | | | | | | | 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 | -0/+4 |
|/ | |||||
* | Reduce GConf usage in em-composer-utils.c. | Matthew Barnes | 2010-10-20 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | To reduce GConf usage in em-composer-utils.c: - Relevant functions in em-composer-utils.c now take arguments for reply and forward styles. - Redundant forwarding functions were removed: em_utils_forward_attached() em_utils_forward_inline() em_utils_forward_quoted() - EMailReader now has "forward-style" and "reply-style" properties, which get bound to the appropriate EShellSettings properties in modules/mail/e-mail-config-reader.c. These same EShellSettings properties are bound to the combo boxes in Composer Preferences. | ||||
* | Add an "ellipsize" property to EMFolderTree. | Matthew Barnes | 2010-10-19 | 1 | -1/+49 |
| | | | | | | So we don't have to access GConf directly from EMFolderTree. The property gets bound to an EShellSettings property, which is in turn bound to the "no_folder_dots" GConf key by way of a transform function. | ||||
* | Give MailSession a permanent home. | Matthew Barnes | 2010-10-13 | 1 | -6/+16 |
| | | | | | | | | | | | Global variables in shared libraries are a bad idea. EMailBackend now owns the MailSession instance, which is actually now EMailSession. Move the blocking utility functions in mail-tools.c to e-mail-session.c and add asynchronous variants. Same approach as Camel. Replace EMailReader.get_shell_backend() with EMailReader.get_backend(), which returns an EMailBackend. Easier access to the EMailSession. | ||||
* | Kill the subject-thread plugin. | Matthew Barnes | 2010-09-15 | 1 | -0/+4 |
| | | | | | | 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. | ||||
* | Add nag popup when mailing list hijacks private reply with Reply-To: header | David Woodhouse | 2010-07-16 | 1 | -0/+4 |
| | |||||
* | Change 'Reply to All' toolbar button into configurable 'Group Reply' | David Woodhouse | 2010-07-15 | 1 | -0/+4 |
| | | | | | ...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 | -0/+4 |
| | |||||
* | Warn on reply-to-all with too many recipients | David Woodhouse | 2010-07-15 | 1 | -0/+4 |
| | |||||
* | Bug 624204 - Warn when replying privately to a mailing list message | David Woodhouse | 2010-07-15 | 1 | -0/+4 |
| | |||||
* | Coding style and whitespace cleanup. | Matthew Barnes | 2010-06-20 | 1 | -1/+1 |
| | |||||
* | Bug 501534 - apply new customized view to all folders | Chenthill Palanisamy | 2010-06-08 | 1 | -0/+4 |
| | |||||
* | Bug 619010 - Mailer's crash avoidance features are broken | Matthew Barnes | 2010-05-19 | 1 | -0/+4 |
| | |||||
* | Camel is now GObject-based. | Matthew Barnes | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | Bug #597582 - Original Date: header should be given precedence | David Woodhouse | 2009-11-05 | 1 | -0/+4 |
| | |||||
* | Bug #522783 - Signature separator for HTML E-mails | Milan Crha | 2009-10-16 | 1 | -0/+4 |
| | | | | | | | | Reapplied patch from bug #551470, as this got dropped on merging. Be sure you all also gconftool-2 --install-schema-file=$PREFIX/etc/gconf/schemas/evolution-mail.schemas as new key had been added. | ||||
* | Simplify binding EShellSettings properties to GConf keys. | Matthew Barnes | 2009-08-01 | 1 | -405/+78 |
| | |||||
* | Fix excessive whitespace. | Matthew Barnes | 2009-07-14 | 1 | -1/+0 |
| | |||||
* | Use an EShellSettings property for folder tree search. | Matthew Barnes | 2009-07-11 | 1 | -0/+12 |
| | |||||
* | Kill the last GtkOptionMenu instances. | Matthew Barnes | 2009-07-03 | 1 | -2/+14 |
| | | | | | | | Wrote a new widget (ECharsetComboBox) to replace e-charset-picker.c. The widget provides a "charset" string property that allows us to bind to GConf keys (via EShellSettings). Moved e_charset_add_radio_actions() to e-util/e-charset.c. Updated Glade files, #include lines, etc. | ||||
* | Fix merge issues in EMAccountEditor. | Matthew Barnes | 2009-07-02 | 1 | -0/+12 |
| | |||||
* | Radically reorganize source code. | Matthew Barnes | 2009-06-25 | 1 | -0/+521 |
- Collect all shell modules into a new top-level 'modules' directory: $(top_srcdir)/modules/addressbook $(top_srcdir)/modules/calendar $(top_srcdir)/modules/mail Nothing is allowed to link to these, not plugins nor other modules. THIS SOLVES BUG #571275 AND OPENS THE DOOR TO PORTING TO MAC OS X. - Mimic the libevolution-mail-shared library from master (except drop the "shared" suffix) and have libevolution-mail-importers and all mail-related plugins link to it. - Discard the a11y subdirectories and have the files live alongside their counterpart widgets. |