diff options
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 } }; |