]> git.g-eek.se Git - interimap.git/commitdiff
wibble
authorGuilhem Moulin <guilhem@fripost.org>
Thu, 9 May 2019 15:47:19 +0000 (17:47 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Sun, 26 May 2019 21:07:47 +0000 (23:07 +0200)
interimap
interimap.service
pullimap@.service

index 454d31110f387bb861a9f5f0c88babbe5a0365fd..5b1bc63b225d560ca1dbad04319994c002583c89 100755 (executable)
--- a/interimap
+++ b/interimap
@@ -68,7 +68,7 @@ usage(1) if defined $COMMAND and (defined $CONFIG{watch} or defined $CONFIG{noti
 usage(1) if $CONFIG{target} and !(defined $COMMAND and ($COMMAND eq 'delete' or $COMMAND eq 'rename'));
 $CONFIG{watch} = $CONFIG{notify} ? 900 : 60 if (defined $CONFIG{watch} or $CONFIG{notify}) and !$CONFIG{watch};
 @ARGV = map {uc $_ eq 'INBOX' ? 'INBOX' : $_ } @ARGV; # INBOX is case-insensitive
-die "Invalid mailbox name $_" foreach grep !/\A([\x01-\x7F]+)\z/, @ARGV;
+die "Invalid mailbox name $_" foreach grep !/\A[\x01-\x7F]+\z/, @ARGV;
 
 
 my $CONF = do {
@@ -564,7 +564,7 @@ my $STH_LASTUIDs_LOCAL  = $DBH->prepare(q{SELECT lUID FROM mapping WHERE idx = ?
 my $STH_LASTUIDs_REMOTE = $DBH->prepare(q{SELECT rUID FROM mapping WHERE idx = ? ORDER BY rUID DESC LIMIT 1024});
 
 
-# Download some missing UIDs from $source; returns the thew allocated UIDs
+# Download some missing UIDs from $source; returns the new allocated UIDs
 sub download_missing($$$@) {
     my $idx = shift;
     my $mailbox = shift;
index 8e9915f9dad5fb3cf013b5a6b67a09d35e805920..6d7fa4507941c1395931fdb24592abe833d32e0a 100644 (file)
@@ -1,5 +1,6 @@
 [Unit]
 Description=Fast bidirectional synchronization for QRESYNC-capable IMAP servers
+Documentation=man:interimap(1)
 Wants=network-online.target
 After=network-online.target
 
index d066886f0804719e77ef26b017dfc11c6c27c90f..53694da69a8e671b0e7155bd53518827041ce6f4 100644 (file)
@@ -1,5 +1,6 @@
 [Unit]
-Description=Pull mails from an IMAP mailbox and deliver them to a SMTP session
+Description=Pull mails from an IMAP mailbox and deliver them to a SMTP session (instance %i)
+Documentation=man:pullimap(1)
 Wants=network-online.target
 After=network-online.target