[Commits] [SCM] claws branch, master, updated. 3.17.4-4-g15968106f
mones at claws-mail.org
mones at claws-mail.org
Wed Aug 7 16:41:15 CEST 2019
The branch, master has been updated
via 15968106f5ffcf836c80c9564d015e1e576978be (commit)
from 8445c4b04e22a13617f12354cc1f47971aea819b (commit)
Summary of changes:
src/plugins/perl/cm_perl.pod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
- Log -----------------------------------------------------------------
commit 15968106f5ffcf836c80c9564d015e1e576978be
Author: Ricardo Mones <ricardo at mones.org>
Date: Wed Aug 7 16:41:04 2019 +0200
perl: fix incoming typos in pod
diff --git a/src/plugins/perl/cm_perl.pod b/src/plugins/perl/cm_perl.pod
index cde360e70..7d7dc2e66 100644
--- a/src/plugins/perl/cm_perl.pod
+++ b/src/plugins/perl/cm_perl.pod
@@ -667,7 +667,7 @@ sure you get the idea..
learn_and_move '#mh/mail/MailLists/Sylpheed'
if matchcase('list-id','sylpheed.good-day.net');
- # Implement imcomming folders using addressbook
+ # Implement incoming folders using addressbook
# attributes. Target folders for specific email addresses are
# stored directly in the addressbook. This way, if an email
# address changes, we only have to update the addressbook, not
@@ -679,9 +679,9 @@ sure you get the idea..
my ($from) = extract_addresses $fromheader;
# check if this email address has an associated attribute
- # called "incomming_folder". If if has, the value of this
+ # called "incoming_folder". If if has, the value of this
# attribute is supposed to be the target folder.
- my $value = get_attribute_value $from, "incomming_folder";
+ my $value = get_attribute_value $from, "incoming_folder";
learn_and_move($value) if $value;
# An example of a whitelist: If the from-address is in my
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list