aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-composer-utils.h
diff options
context:
space:
mode:
authorRathin <rathinusa@yahoo.co.in>2011-06-14 20:26:30 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:27 +0800
commit075e48579b3012928bc715e9e3058f16ffa52f3f (patch)
tree52f1182dfcc2605c2410576122f644f800b47fa4 /mail/em-composer-utils.h
parent5de8b9f77e7bbe189a160e345bb452b648392919 (diff)
downloadgsoc2013-evolution-075e48579b3012928bc715e9e3058f16ffa52f3f.tar.gz
gsoc2013-evolution-075e48579b3012928bc715e9e3058f16ffa52f3f.tar.zst
gsoc2013-evolution-075e48579b3012928bc715e9e3058f16ffa52f3f.zip
Bug #530335 - Allow Reply to selected address only
Diffstat (limited to 'mail/em-composer-utils.h')
-rw-r--r--mail/em-composer-utils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/em-composer-utils.h b/mail/em-composer-utils.h
index be76148764..59b6e16d60 100644
--- a/mail/em-composer-utils.h
+++ b/mail/em-composer-utils.h
@@ -81,7 +81,8 @@ EMsgComposer * em_utils_reply_to_message (EShell *shell,
const gchar *message_uid,
EMailReplyType type,
EMailReplyStyle style,
- EMFormat *source);
+ EMFormat *source,
+ CamelInternetAddress *address);
EDestination ** em_utils_camel_address_to_destination
(CamelInternetAddress *iaddr);
void em_configure_new_composer (EMsgComposer *composer);