diff options
author | Nat Friedman <nat@novell.com> | 2004-10-22 12:32:27 +0800 |
---|---|---|
committer | Nat Friedman <nat@src.gnome.org> | 2004-10-22 12:32:27 +0800 |
commit | 9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5 (patch) | |
tree | 58b983827589adbb62ffa0d30e7121f5583d334b /mail/em-event.c | |
parent | 92dab166b6cd33e4631c8fb018278fd5091dfc05 (diff) | |
download | gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.gz gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.tar.zst gsoc2013-evolution-9045f9fddba2e3d7b20894b0675d0cf8eeb9a9a5.zip |
Add a REPLY_ALL flag to the Message target. Set the REPLY_ALL flag when
2004-10-22 Nat Friedman <nat@novell.com>
* em-event.c: Add a REPLY_ALL flag to the Message target.
* em-composer-utils.c (em_utils_reply_to_message): Set the
REPLY_ALL flag when appropriate.
svn path=/trunk/; revision=27689
Diffstat (limited to 'mail/em-event.c')
-rw-r--r-- | mail/em-event.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-event.c b/mail/em-event.c index 279cd1acb9..8fd2dc3e38 100644 --- a/mail/em-event.c +++ b/mail/em-event.c @@ -162,7 +162,9 @@ static const EEventHookTargetMask emeh_folder_masks[] = { { 0 } }; + static const EEventHookTargetMask emeh_message_masks[] = { + { "replyall", EM_EVENT_MESSAGE_REPLY_ALL }, { 0 } }; |