diff options
author | Ritesh Khadgaray <khadgaray@gmail.com> | 2009-11-20 05:08:34 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-20 05:08:34 +0800 |
commit | 82e862889dce6540714a90444473454e3ef9c66b (patch) | |
tree | 19da02f512fdffd883177460cfaba0bbfeacd76c /mail/em-utils.h | |
parent | f11f1c477dfbdbe666ad5627ad44ac95bd7c816f (diff) | |
download | gsoc2013-evolution-82e862889dce6540714a90444473454e3ef9c66b.tar.gz gsoc2013-evolution-82e862889dce6540714a90444473454e3ef9c66b.tar.zst gsoc2013-evolution-82e862889dce6540714a90444473454e3ef9c66b.zip |
BugĀ 563555 - Confirm before forwarding many emails inline
Diffstat (limited to 'mail/em-utils.h')
-rw-r--r-- | mail/em-utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-utils.h b/mail/em-utils.h index b61dce395a..5cf3dfa851 100644 --- a/mail/em-utils.h +++ b/mail/em-utils.h @@ -41,6 +41,7 @@ struct _EMFormat; const gchar * em_utils_get_data_dir (void); const gchar * em_utils_get_config_dir (void); +gboolean em_utils_ask_open_many (GtkWindow *parent, gint how_many); gboolean em_utils_prompt_user(GtkWindow *parent, const gchar *promptkey, const gchar *tag, const gchar *arg0, ...); GPtrArray *em_utils_uids_copy (GPtrArray *uids); |