diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2010-11-23 04:28:24 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchenthill@novell.com> | 2010-11-23 04:34:03 +0800 |
commit | e3dda0436d981d9632a529aa5ca7230cb343694b (patch) | |
tree | 08c6ddc8d5daa9ecc8e037ce7ecdc9ea71327952 /mail/mail.error.xml | |
parent | b5c8f6f9be84477d3fe201c5cc234256399542a6 (diff) | |
download | gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.tar.gz gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.tar.zst gsoc2013-evolution-e3dda0436d981d9632a529aa5ca7230cb343694b.zip |
Migrate the local store from mbox to maildir format
Diffstat (limited to 'mail/mail.error.xml')
-rw-r--r-- | mail/mail.error.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/mail.error.xml b/mail/mail.error.xml index 0e9dfa151f..6b0a70cc4c 100644 --- a/mail/mail.error.xml +++ b/mail/mail.error.xml @@ -384,6 +384,16 @@ You can choose to ignore this folder, overwrite or append its contents, or quit. <button stock="gtk-delete" _label="_Overwrite" response="GTK_RESPONSE_ACCEPT"/> <button _label="_Append" response="GTK_RESPONSE_OK"/> </error> + + <error id="ask-migrate-store" type="question" default="GTK_RESPONSE_YES"> + <_primary>Migrate local mbox folders to maildir</_primary> + <_secondary xml:space="preserve">Default local store has been changed from mbox to maildir format. Do you want to migrate now ? + +A mbox account will be created to preserve the old mbox folders. You can delete it after ensuring the data is safely migrated. Please make sure there is enough space if you choose to migrate.</_secondary> + <button stock="gtk-quit" response="GTK_RESPONSE_CANCEL"/> + <button stock="gtk-no" response="GTK_RESPONSE_NO"/> + <button stock="gtk-yes" response="GTK_RESPONSE_YES"/> + </error> <error id="no-load-license" type="error"> <_primary>Unable to read license file.</_primary> |