Commit Graph

82 Commits

Author SHA1 Message Date
d54a3443d8 Bug 684302 - Prompt to close message window on reply should be inline
Pop-up dialog is far too intrusive.  Instead ask the question as an
inline alert in the message window, which does not interrupt the user.
2013-06-04 16:12:36 -04:00
7770e7c365 Merge [mark-all-read] plugin into core code
During fixes on bug #602428, rather than do everything twice,
I merged the plugin into the core code, thus it should be easier
to maintain as well.
2013-05-03 18:11:37 +02:00
2e07947a51 Bug #502516 - Avoid "source" string in user visible dialogs 2012-12-03 17:55:55 +01:00
ad76248e8d mail.error.xml: Remove GroupWise-specific errors. 2012-08-03 11:40:13 -04:00
b95e110b94 Remove "modal" attribute from error.xml files.
The "modal" attribute is ignored nowadays anyway, but these should have
never been modal to begin with.
2012-08-03 11:40:13 -04:00
550efe7b4a mail.error.xml: Remove "mail:session-message-*" errors.
Use "system:simple-info/warning/error" errors instead.
2012-07-25 22:15:40 -04:00
0a359ba982 Add e_mail_reader_expunge_folder().
Wraps e_mail_folder_expunge() with EActivity/EAlert stuff and also
prompt for confirmation.
2012-07-09 08:44:22 -04:00
84cfc5b80c Add e_mail_reader_refresh_folder().
To replace mail_refresh_folder().
2012-07-09 08:44:22 -04:00
9c79788481 Add e_mail_reader_unsubscribe_folder_name().
Replaces e_mail_session_unsubscribe_folder().
2012-07-09 08:44:22 -04:00
749b49e507 Disconnect a CamelService after editing its settings.
This will force Evolution to reconnect to the service using the current
settings.  However this is not a complete solution.  If the new settings
now point to a completely different mail account, we leave behind cached
messages and database tables from the previous account such that you end
up with some weird hybrid of the previous account and current account.

I guess for now the answer is "don't do that", but we should try to
handle that more gracefully in the future -- more for architectural
correctness than it being a common real world use case.
2012-07-06 15:35:41 -04:00
3449e5fcc7 Adapt mail to the new ESource API. 2012-06-02 23:00:40 -04:00
f177221c7c Fix wording in two strings 2012-04-18 21:23:00 +02:00
37e79dec82 Bug #245025 - Popup confirmation when moving a folder (via drag and drop) 2012-04-06 18:31:41 +02:00
954b3f1cc4 Bug #670445 - Folder deletion in offline shows strange behavior
Providing a check for online backend before proceeding for the operation.
2012-03-29 12:15:06 +05:30
6d2c382788 WebKit port - port formatter and mail module 2012-03-28 18:38:25 +02:00
e4a43ad1a8 mail.error.xml: Fix a typo. 2012-03-17 13:20:18 -04:00
c4fedc0494 Split MDN handling into a module. 2011-11-22 00:12:36 -05:00
d03f8dfccb Bug #440316 - Improve SSL Certificate check bad signature dialog 2011-11-15 12:56:42 +01:00
273b10a5ba Bug #657374 - mailto: attachment parameter can lead to accidental data exfiltration
Through warning on attaching Hidden/security files by mailto command.
2011-10-04 12:08:43 +05:30
5817e1ffb9 Reverting the previous commit. 2011-09-15 18:18:12 +05:30
1544ad3a69 Bug #657374 - mailto: attachment parameter can lead to accidental data exfiltration
Through warning on attaching Hidden/security files by mailto command.
2011-09-15 18:03:53 +05:30
b7cfbb7d67 Bug #656267 - Checking for auth types doesn't work properly 2011-08-12 11:30:03 +02:00
f0a011f941 Remove mail_save_messages().
Use e_mail_folder_save_messages() instead.
2011-05-18 09:25:59 -04:00
b3b917365f Remove mail_store_prepare_offline().
Use e_mail_store_prepare_for_offline() instead.
2011-05-17 19:51:11 -04:00
b61d2c08d7 Remove mail_remove_attachments().
Use e_mail_folder_remove_attachments() instead.
2011-05-16 22:43:46 -04:00
e5760e065f Reimplement em_utils_forward_messages().
Now uses e_mail_folder_build_attachment() and
e_mail_folder_get_multiple_messages().
2011-05-11 12:58:53 -04:00
63a7f4d1cc EMailReader: Reimplement "mail-remove-duplicates" action.
Now uses e_mail_folder_find_duplicate_messages().
2011-05-11 12:58:42 -04:00
ae28ea4621 EMailShellView: Open the selected folder ourselves.
This one's a little involved:

 - EMailShellView now obtains a CamelFolder itself in response to
   EMFolderTree::folder-selected signals.  Uses EActivity to do so.

 - Revise EMFolderTree::folder-selected signal arguments to be more
   useful: emit a CamelStore object instead of a folder URI.

 - Also revise EMFolderTree::folder-activiated signal arguments the
   same way while we're at it.

 - Remove the "folder_uri" argument from e_mail_reader_set_folder().
   If you have a CamelFolder object you can obtain the URI string by
   calling camel_folder_get_uri().
2011-05-02 21:01:48 -04:00
9d7c930d70 Bug 547954 - Clarify delete-from-search-folder warning 2011-04-22 14:53:49 -04:00
35a998b2de Demonstrate EWebView as an EAlertSink. 2011-04-13 12:09:07 -04:00
88c041d2bc Change "mail:async-error" alerts to warnings.
Most Camel alerts are transient.  Make them warnings so they time out.
2011-03-25 14:21:57 -04:00
e962715a18 Improve wording of Maildir migration dialog.
Use stronger wording and remove the "No" option.  Your choices are
"Migrate Now" or "Quit Evolution".  None of this in-between nonsense.
2011-01-07 13:35:19 -05:00
e3dda0436d Migrate the local store from mbox to maildir format 2010-11-23 02:04:03 +05:30
c211a974e3 Kill em_folder_utils_unsubscribe_folder().
Use e_mail_session_unsubscribe_folder() instead.
2010-10-31 22:54:30 -04:00
df6f8dc010 Bug #587011 - Integrate remove-duplicates into evolution 2010-10-15 09:39:16 +02:00
d515cfc332 Bug #223337 - Auto-close message-browser when replying to them 2010-10-08 12:16:53 +02:00
51a41db621 Add nag popup when mailing list hijacks private reply with Reply-To: header 2010-07-15 17:20:16 +01:00
8b8fdabfa6 Warn on reply-to-all with too many recipients 2010-07-15 16:48:45 +01:00
0f7b73d639 Bug 624204 - Warn when replying privately to a mailing list message 2010-07-15 16:48:45 +01:00
578e071825 Bug 619637 - Inconsistent buttons in delete confirmation dialogs 2010-05-28 22:41:59 -04:00
a5d79e9f91 Bug #546551 - Dialog for mark-all-read always mentions subfolders 2010-05-21 16:30:40 +02:00
b864a0a503 Bug #567304 - Add translator comment and remove few strings 2010-04-06 19:02:02 +02:00
6060c29567 Bug #567304 - Review strings for translation 2010-04-06 18:34:36 +02:00
6ea092ac02 Bug #549971 - "Report Junk Failed", "Check Junk Failed" strings 2010-04-02 18:40:39 +02:00
125573b8fd Bug #302742 - The mail error messages is difficult to understand/translate 2010-04-01 20:00:36 +02:00
0d66851bd5 Bug #272567 - Evolution message needs ngettext support 2010-04-01 19:22:32 +02:00
816614eb40 Bug #261062 - Do not translate untranslatable texts 2010-04-01 18:38:49 +02:00
8785fd3315 Bug 546551 - Dialog for deleting mail folders always mentions subfolders. 2010-02-22 16:29:23 +05:30
b9953ceaed Bug #250046 - Composer addresses reading fixes
- Check for no addresses properly (in post-to only when shown)
- Check for garbage addresses and warn user about those
- Use garbage text in To/CC/Bcc fields when user typed them
2009-11-10 11:46:41 +01:00
8a11d5c190 Bug 594989 - Drop some dialog titles
HIG suggests alerts (for which these titles are only used as far as I
know) do not have a title.
2009-09-23 13:50:48 -04:00