aboutsummaryrefslogtreecommitdiffstats
path: root/composer/mail-composer-errors.xml.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-06-18 13:59:16 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-06-18 13:59:16 +0800
commit59baf2628710798c571144e6cfbbec7c719c1ddc (patch)
treed48254714c427dd335e2fe33987f0a2d166235a8 /composer/mail-composer-errors.xml.h
parent87e8b230f0988d1194dee9d85a0ec2724c242406 (diff)
downloadgsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.gz
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.bz2
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.lz
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.xz
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.zst
gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.zip
** Fix for #60387.
2004-06-18 Not Zed <NotZed@Ximian.com> ** Fix for #60387. * mail-composer-errors.xml: added an error for failing to retrieve to-be-attached messages. * e-msg-composer.c (message_rfc822_dnd): remove this, we only want to treat it as a real rfc822 message, not a berkeley mailbox. (drag_data_received): handle the rfc822 type here, and also the new x-uid-list type. (attach_message): helper set a description on attached messages. svn path=/trunk/; revision=26411
Diffstat (limited to 'composer/mail-composer-errors.xml.h')
-rw-r--r--composer/mail-composer-errors.xml.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/mail-composer-errors.xml.h b/composer/mail-composer-errors.xml.h
index d7682e7259..59f3980b48 100644
--- a/composer/mail-composer-errors.xml.h
+++ b/composer/mail-composer-errors.xml.h
@@ -8,6 +8,10 @@ char *s = N_("The file `{0}' is not a regular file and cannot be sent in a messa
char *s = N_("Directories can not be attached to Messages.");
/* mail-composer:attach-directory secondary */
char *s = N_("To attach the contents of this directory, either attach the files in this directory individually, or create an archive of the directory and attach it.");
+/* mail-composer:attach-nomessages primary */
+char *s = N_("Could not retrieve messages to attach from {0}.");
+/* mail-composer:attach-nomessages secondary */
+char *s = N_("Because \"{1}\".");
/* mail-composer:recover-autosave title */
char *s = N_("Unfinished messages found");
/* mail-composer:recover-autosave primary */