aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorTomas Popela <tpopela@redhat.com>2014-06-30 22:02:29 +0800
committerTomas Popela <tpopela@redhat.com>2014-06-30 22:02:29 +0800
commitb73adeb5e0456cba8a6592d16941e7911d81d5d4 (patch)
tree9d61d30c64cfb0fb6640cf99b6394f2e038b587c /plugins
parent784c8fdc06b5d9204139cde8bb3bbb93832cdba2 (diff)
downloadgsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar.gz
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar.bz2
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar.lz
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar.xz
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.tar.zst
gsoc2013-evolution-b73adeb5e0456cba8a6592d16941e7911d81d5d4.zip
Bug 473198 - evolution should ignore signature when checking for missing attachments
Introduce method that returns body inner text without signature text.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/attachment-reminder/attachment-reminder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/attachment-reminder/attachment-reminder.c b/plugins/attachment-reminder/attachment-reminder.c
index d3edd3c01e..17b2b5c020 100644
--- a/plugins/attachment-reminder/attachment-reminder.c
+++ b/plugins/attachment-reminder/attachment-reminder.c
@@ -86,7 +86,8 @@ org_gnome_evolution_attachment_reminder (EPlugin *ep,
if (check_for_attachment (t->composer))
return;
- raw_msg_barray = e_msg_composer_get_raw_message_text (t->composer);
+ raw_msg_barray =
+ e_msg_composer_get_raw_message_text_without_signature (t->composer);
if (!raw_msg_barray)
return;