diff options
author | Srininvasa Ragavan <sragavan@novell.com> | 2005-05-23 15:10:03 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@src.gnome.org> | 2005-05-23 15:10:03 +0800 |
commit | b25b709bf7fa81751810567af26ba4e8fe416b3a (patch) | |
tree | 97f476d22fbb8f2b0769ae28d8113b00667bd17f /composer/mail-composer.error.xml | |
parent | f3074e998b560938b0c904aabfb317d5764e71d6 (diff) | |
download | gsoc2013-evolution-b25b709bf7fa81751810567af26ba4e8fe416b3a.tar.gz gsoc2013-evolution-b25b709bf7fa81751810567af26ba4e8fe416b3a.tar.zst gsoc2013-evolution-b25b709bf7fa81751810567af26ba4e8fe416b3a.zip |
Added attachment of remote URL. The dnd of url, downloads the files and
2005-05-23 Srininvasa Ragavan <sragavan@novell.com>
* e-msg-composer-attachment-bar.c, e-msg-composer-attachment-bar.h,
e-msg-composer-attachment.c, e-msg-composer-attachment.h, e-msg-composer.c,
e-msg-composer.h, mail-composer.error.xml : Added attachment of remote URL.
The dnd of url, downloads the files and attaches to the mail.
svn path=/trunk/; revision=29399
Diffstat (limited to 'composer/mail-composer.error.xml')
-rw-r--r-- | composer/mail-composer.error.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/mail-composer.error.xml b/composer/mail-composer.error.xml index aa00c122e7..58e56991e8 100644 --- a/composer/mail-composer.error.xml +++ b/composer/mail-composer.error.xml @@ -32,6 +32,13 @@ <_primary>Could not save to autosave file "{0}".</_primary> <_secondary>Error saving to autosave because "{1}".</_secondary> </error> + + <error id="ask-send-message-pending-download" type="question" default="GTK_RESPONSE_YES"> + <_primary>Download in progress. Do you want to send the mail?</_primary> + <_secondary xml:space="preserve"> There are few attachments getting downloaded. Sending the mail will cause the mail to be sent without those pending attachments </_secondary> + <button stock="gtk-cancel" response="GTK_RESPONSE_CANCEL"/> + <button _label="_Send" response="GTK_RESPONSE_YES"/> + </error> <error id="exit-unsaved" modal="true" type="warning" default="GTK_RESPONSE_YES"> <_title>Warning: Modified Message</_title> |