Commit Graph

60 Commits

Author SHA1 Message Date
63c69e938a Remove mail_save_messages().
Use e_mail_folder_save_messages() instead.
2011-06-29 18:42:17 +02:00
dba093c804 Remove mail_store_prepare_offline().
Use e_mail_store_prepare_for_offline() instead.
2011-06-29 18:42:16 +02:00
b5cadb77f1 Remove mail_remove_attachments().
Use e_mail_folder_remove_attachments() instead.
2011-06-29 18:42:16 +02:00
f73e52138b Reimplement em_utils_forward_messages().
Now uses e_mail_folder_build_attachment() and
e_mail_folder_get_multiple_messages().
2011-06-29 18:42:12 +02:00
821ec49a78 EMailReader: Reimplement "mail-remove-duplicates" action.
Now uses e_mail_folder_find_duplicate_messages().
2011-06-29 18:42:12 +02:00
1879122b18 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-06-29 18:42:05 +02:00
80e2be58ed Bug 547954 - Clarify delete-from-search-folder warning 2011-06-29 18:41:56 +02:00
fec408b4c5 Demonstrate EWebView as an EAlertSink. 2011-06-29 18:41:54 +02:00
b6d4500ebf Change "mail:async-error" alerts to warnings.
Most Camel alerts are transient.  Make them warnings so they time out.
2011-06-29 18:41:49 +02:00
10a835d5e6 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-06-29 18:41:16 +02:00
89557dcfee Migrate the local store from mbox to maildir format 2011-06-29 18:41:04 +02:00
a2747569c8 Kill em_folder_utils_unsubscribe_folder().
Use e_mail_session_unsubscribe_folder() instead.
2010-11-09 23:33:20 +01: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
b452caf179 ** Fixes bug #514383
2008-05-16  Matthew Barnes  <mbarnes@redhat.com>

	** Fixes bug #514383

	* plugins/mark-all-read/mark-all-read.c: Add a Cancel button.

	* mail/mail.error.xml: Remove the "ask-mark-read" error.

	* e-error.c (e_error_newv): Widget packing adjustments.


svn path=/trunk/; revision=35504
2008-05-16 19:51:18 +00:00
7ab42c2897 ** Fix for bug #273041
2008-04-25  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #273041

	* mail/mail.error.xml: (junk-check-error), (junk-report-error),
	(junk-not-report-error): New error messages added.
	* mail/em-junk-hook.h: (struct _EMJunkHookTarget), (em_junk_error_quark):
	* mail/em-junk-hook.c: (manage_error), (em_junk_check_junk),
	(em_junk_report_junk), (em_junk_report_non_junk):
	Allow propagation of the error from the plugin in the hook target.

	* plugins/bogo-junk-plugin/bf-junk-filter.c: (pipe_to_bogofilter), (em_junk_bf_check_junk),
	(em_junk_bf_report_junk), (em_junk_bf_report_non_junk):
	Propagate possible errors to the UI.

	* sa-junk-plugin/em-junk-filter.c: (em_junk_sa_commit_reports),
	(em_junk_sa_validate_binary): Fix function prototype.
	* sa-junk-plugin/em-junk-filter.c: (pipe_to_sa_full), (em_junk_sa_test_spamd_running),
	(em_junk_sa_test_spamassassin),	(pipe_to_sa), (em_junk_sa_run_spamd),
	(em_junk_sa_test_spamd), (em_junk_sa_is_available),
	(em_junk_sa_check_junk), (get_spamassassin_version),
	(em_junk_sa_report_junk), (em_junk_sa_report_non_junk):
	Propagate possible errors to the UI.


svn path=/trunk/; revision=35415
2008-04-25 13:12:22 +00:00
a182527b8f reviewed by: Milan Crha
2008-04-07  Takao Fujiwara  <takao.fujiwara@sun.com>

	reviewed by: Milan Crha

	** Fix for bug #408579

	* mail/mail.error.xml:
	* e-util/e-system.error.xml:
	  Changed '&quot;' to '\"' to work with intltool.


svn path=/trunk/; revision=35329
2008-04-07 03:28:14 +00:00
0393621697 ** Fix for bug #329706
2007-12-07  Alex Kloss  <alexkloss@att.net>

	** Fix for bug #329706

	* em-utils.c (em_utils_prompt_user):
	Add mnemonic 'd' to 'Do not show...' checkbox
	* mail.error.xml:
	Remove redundant 'Send anyway' label
	Reorder buttons to 'Send','Cancel' as per HIG


svn path=/trunk/; revision=34668
2007-12-07 18:39:06 +00:00
303194b97a ** Fix for bug #263236
2007-11-13  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #263236

	* mail.error.xml: Terminology cleanup.


svn path=/trunk/; revision=34529
2007-11-13 17:44:00 +00:00
dbe6756f09 ** Fix for bug #263236
2007-11-12  Milan Crha  <mcrha@redhat.com>

	** Fix for bug #263236

	* mail.error.xml: New message "ask-delete-vfolder-msg".
	* em-folder-view.c: (emfv_delete_msg_response),
	(emfv_popup_delete): When deleting from vFolder, ask if really want
	to and warn about deleting in a real folder too.
	* evolution-mail.schemas.in: New option
	"/apps/evolution/mail/prompts/delete_in_vfolder" to not ask again.


svn path=/trunk/; revision=34523
2007-11-12 10:43:05 +00:00
1e9e4c8e6c ** Fix for bug #453544 from hggdh
svn path=/trunk/; revision=33874
2007-07-28 20:09:42 +00:00
5e6adad066 ** Fix for bug #443140 from Vinod
svn path=/trunk/; revision=33636
2007-06-03 13:21:33 +00:00
a4828845f0 Improved offline support options
svn path=/trunk/; revision=33548
2007-05-15 17:58:09 +00:00
87d414d59f Disable mail delete for proxy when there are not enough rights
2006-11-09  Sankar P  <psankar@novell.com>

	* em-folder-browser.c: (emfb_view_hide_selected):
	* em-folder-view.c: (emfv_popup_delete):
	* mail.error.xml:
	Disable mail delete for proxy when there are not enough rights

svn path=/trunk/; revision=32958
2006-11-09 06:01:47 +00:00
3fafdaeb3e ** Fixes bug #308276
2006-10-16  Ushveen Kaur <kushveen@novell.com>

	** Fixes bug #308276

	* mail.error.xml : secondary for "vfolder-notunique" corrected.

svn path=/trunk/; revision=32890
2006-10-16 13:32:55 +00:00
fdab46bc44 ** Fixes Bug #341840
2006-07-24  Ushveen Kaur  <kushveen@novell.com>

	** Fixes Bug #341840

	* mail-error.xml: button label changed for dialog ask-mark-read.

svn path=/trunk/; revision=32405
2006-07-24 11:40:54 +00:00
038d5646ce changing string "Ximian Evolution" to "Evolution". Fixes bug #344298.
2006-06-13  Andre Klapper <a9016009@gmx.de>

	* mail.error.xml: changing string "Ximian Evolution" to "Evolution".
	Fixes bug #344298.

svn path=/trunk/; revision=32130
2006-06-13 21:33:24 +00:00
f45a960006 Fix for bug #332936
svn path=/trunk/; revision=32053
2006-05-30 04:37:29 +00:00
a82d466e93 Removed error id "camel-exception" as it was a bogus error.
2006-04-18  Jeffrey Stedfast  <fejj@novell.com>

	* mail.error.xml: Removed error id "camel-exception" as it was a
	bogus error.

2006-04-14  Jeffrey Stedfast  <fejj@novell.com>

	* em-composer-utils.c (em_utils_handle_receipt): Fixed up the if
	conditional so that 'account' wasn't ever dereferenced when
	NULL. Fixes bug #324327.

svn path=/trunk/; revision=31829
2006-04-18 20:56:36 +00:00
923cb4043e **Fixes #329585 *mail-config.glade: Changed Remove button to Delete button
2006-03-25  Rajeev ramanathan <rajeevramanathan_2004@yahoo.co.in>

	**Fixes #329585
	*mail-config.glade: Changed Remove button to Delete button
	*mail.error.xml: Changed current Layout DELETE  [Do not delete]
	to   [Do not delete]  DELETE

svn path=/trunk/; revision=31744
2006-03-25 17:09:58 +00:00
65c0a5aee0 fix typo, correct phrasing
svn path=/trunk/; revision=31454
2006-02-08 17:55:47 +00:00
9784a3f5cf fixing one typo.
2006-02-07  Andre Klapper <a9016009@gmx.de>
	* mail.error.xml: fixing one typo.

svn path=/trunk/; revision=31430
2006-02-07 12:26:51 +00:00
450d94b769 Committed Rajeev's patch and my patch for mnemonics.
svn path=/trunk/; revision=31425
2006-02-06 11:10:44 +00:00
400da959ce fixed a typo. Fixes bug 328306.
2006-01-23  Andre Klapper <a9016009@gmx.de>
	* mail.error.xml: fixed a typo. Fixes bug 328306.

svn path=/trunk/; revision=31285
2006-01-23 20:11:59 +00:00
89b91db3e3 Fix 313095, Add error identifier ask-delete-proxy-accounts.
2006-01-02  Shreyas Srinivasan  <sshreyas@novell.com>

	* mail.error.xml: Fix 313095, Add error identifier
	ask-delete-proxy-accounts.

svn path=/trunk/; revision=31037
2006-01-03 10:30:45 +00:00
7ddd1c1379 String Fixes (Bug #325122)
2006-01-01   Harish Krishnaswamy <kharish@novell.com>

* String Fixes (Bug #325122)

svn path=/trunk/; revision=31006
2006-01-01 13:56:31 +00:00