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/e-msg-composer.h | |
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/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 76d70e8a3b..279bd150f3 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -241,6 +241,8 @@ void e_msg_composer_drop_editor_undo (EMsgCo gboolean e_msg_composer_request_close_all (void); void e_msg_composer_check_autosave (GtkWindow *parent); +int e_msg_composer_get_remote_download_count (EMsgComposer *composer); + #ifdef __cplusplus } |