From 15968106f5ffcf836c80c9564d015e1e576978be Mon Sep 17 00:00:00 2001 From: Ricardo Mones Date: Wed, 7 Aug 2019 16:41:04 +0200 Subject: [PATCH] perl: fix incoming typos in pod --- src/plugins/perl/cm_perl.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.25.1