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
committerMilan Crha <mcrha@redhat.com>2011-06-14 20:26:30 +0800
commitf5794eff3613afe5082ab15bd6dbb14806ce5fdc (patch)
tree375f309c21bea171d89bbeb1252c4038ba0bde58 /mail/em-composer-utils.h
parentde9b1685edf197281c14ce9c1ae8f384866ff0b2 (diff)
downloadgsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.gz
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.bz2
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.lz
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.xz
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.tar.zst
gsoc2013-evolution-f5794eff3613afe5082ab15bd6dbb14806ce5fdc.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);