commit 15968106f5ffcf836c80c9564d015e1e576978be
parent 8445c4b04e22a13617f12354cc1f47971aea819b
Author: Ricardo Mones <ricardo@mones.org>
Date: Wed, 7 Aug 2019 16:41:04 +0200
perl: fix incoming typos in pod
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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