]> git.g-eek.se Git - interimap.git/commitdiff
Fix minor space damage.
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 00:42:08 +0000 (02:42 +0200)
committerGuilhem Moulin <guilhem@fripost.org>
Fri, 5 Jul 2019 01:25:57 +0000 (03:25 +0200)
doc/development.md
tests/05-repair/run
tests/06-largeint/run
tests/run

index 75d549f899d3e6b27c64df43e2471098ee985bbd..2cb136781acc0cb4ab3f56044e50ecc1a5d0f726 100644 (file)
@@ -107,7 +107,7 @@ finally mark it as `\Seen`.
                        Subject: Hello world!
                        Date: $(date -R)
                        Message-ID: <$(</proc/sys/kernel/random/uuid)@example.net>
-    
+
                        Hello world!
                EOF
 <!-- -->
@@ -205,4 +205,4 @@ recursively remove the directory `$BASEDIR`.
 [`interimap`(1)]: https://guilhem.org/man/interimap.1.html
 [`pullimap`(1)]: https://guilhem.org/man/pullimap.1.html
 [`doveadm`(1)]: https://wiki.dovecot.org/Tools/Doveadm
-[`%`-variable]: https://wiki.dovecot.org/Variables 
+[`%`-variable]: https://wiki.dovecot.org/Variables
index 747b9740f0475f04c3ccbea002e142f6f4433734..15553e01b025c3a3b47d07b7535dd4577594b970 100644 (file)
@@ -65,7 +65,7 @@ spoof UIDNEXT "local"
 spoof HIGHESTMODSEQ "local" "remote"
 
 # now repair
-interimap --repair "baz" "foo.bar" 
+interimap --repair "baz" "foo.bar"
 
 # 6 updates with \Answered (luid 4,8,11:13,16), 2 of which (luid 12,13) vanished from remote
 # 3 updates with \Seen (ruid 6,8,10), 1 of which (uid 10) vanished from remote
index edcbd31f4c7cf3f86863069b133ef3dbbc6ca2e2..b08bcfa5a56b6f5eca128e0fbc5c517580d6231f 100644 (file)
@@ -7,9 +7,9 @@ doveadm -u "local"  mailbox update --uid-validity 2147483648 "bar"   # 2^31
 doveadm -u "local"  mailbox update --uid-validity 4294967295 "baz"   # 2^32-1
 
 doveadm -u "remote" mailbox update --uid-validity 4294967295 "INBOX" # 2^32-1
-doveadm -u "remote" mailbox update --uid-validity 2147483648 "foo"   # 2^31 
+doveadm -u "remote" mailbox update --uid-validity 2147483648 "foo"   # 2^31
 doveadm -u "remote" mailbox update --uid-validity 2147483647 "bar"   # 2^31-1
-doveadm -u "remote" mailbox update --uid-validity          1 "baz"   # 
+doveadm -u "remote" mailbox update --uid-validity          1 "baz"   #
 
 run() {
     local u m
index 4f828d6109c98fb65c48bc10ea18d79e93de1f9b..ee1175783fdb02322c21e2d101d2065cbabb606d 100755 (executable)
--- a/tests/run
+++ b/tests/run
@@ -161,7 +161,7 @@ deliver() {
     doveadm "${argv[@]}" exec dovecot-lda -e "$@"
 }
 
-# Dump test results 
+# Dump test results
 dump_test_result() {
     local below=">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
     local above="<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"