aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-errors.xml.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-04-08 12:34:25 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-04-08 12:34:25 +0800
commit3262cba6ce9e55ae6afd71dd7cee7173992fa493 (patch)
tree0ef215df4550d905711ca6662e30fedab20cb376 /mail/mail-errors.xml.h
parent74adbf2671566b78409acb8ac33088498bd33ea2 (diff)
downloadgsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar.gz
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar.bz2
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar.lz
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar.xz
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.tar.zst
gsoc2013-evolution-3262cba6ce9e55ae6afd71dd7cee7173992fa493.zip
removed. (em_utils_handle_receipt): asynchronously load message if none is
2005-04-08 Not Zed <NotZed@Ximian.com> * em-composer-utils.c (em_utils_ask_receipt): removed. (em_utils_handle_receipt): asynchronously load message if none is supplied. * em-folder-view.c (emfv_set_seen): pass message in. * em-composer-utils.c (em_utils_ask_receipt): strip leading lwsp on the disposition address. (em_utils_ask_receipt): added a comment about which rfc. (em_utils_handle_receipt): merged ask_receipt into here. Changed api to take a message instead, so we don't have to load the message every time. Also only set receipt-handled if we have a receipt requested in the first place. 2005-04-05 ERDI Gergo <cactus@cactus.rulez.org> * mail-errors.xml: Added new dialog for receipt requests * em-composer-utils.c (em_utils_guess_account): Made guess_account public, to be callable from em-folder-view (em_utils_send_receipt): New function to send an RFC 2298-compliant message delivery notification svn path=/trunk/; revision=29185
Diffstat (limited to 'mail/mail-errors.xml.h')
-rw-r--r--mail/mail-errors.xml.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/mail-errors.xml.h b/mail/mail-errors.xml.h
index 7161251dea..7537716cea 100644
--- a/mail/mail-errors.xml.h
+++ b/mail/mail-errors.xml.h
@@ -258,3 +258,10 @@ char *s = N_("Unable to connect to the GroupWise\n"
char *s = N_("\n"
"Please check your account settings and try again.\n"
"");
+/* mail:ask-receipt title */
+char *s = N_("Read receipt requested.");
+/* mail:ask-receipt primary */
+char *s = N_("Read receipt requested.");
+/* mail:ask-receipt secondary */
+char *s = N_("A read receipt notification has been requested for \"{1}\". Send the reciept notification to {0}?");
+char *s = N_("Send Receipt");