aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/mail.error.xml8
2 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5969c33f1c..949d02cff8 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-19 Chenthill Palanisamy <pchenthill@novell.com>
+
+ * mail.error.xml: Added a error message required for
+ marking messages as read in subfolders.
+
2005-05-19 Not Zed <NotZed@Ximian.com>
* em-format-html-print.c (em_format_html_print_raw_message): new
diff --git a/mail/mail.error.xml b/mail/mail.error.xml
index 1853347835..1284ab3ec1 100644
--- a/mail/mail.error.xml
+++ b/mail/mail.error.xml
@@ -349,5 +349,13 @@ You can choose to ignore this folder, overwrite or append its contents, or quit.
<button stock="gtk-yes" _label="Send Receipt" response="GTK_RESPONSE_YES"/>
</error>
+ <error id="ask-mark-read" type="question" default="GTK_RESPONSE_NO">
+ <_title>Mark all messages as read</_title>
+ <_primary>Mark all messages as read in the selected folder</_primary>
+ <_secondary xml:space="preserve">Do you want the operation to be performed in the sub folders ?</_secondary>
+ <button stock="gtk-no" response="GTK_RESPONSE_NO"/>
+ <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/>
+ <button stock="gtk-yes" response="GTK_RESPONSE_YES"/>
+ </error>
</error-list>