]> git.g-eek.se Git - interimap.git/commitdiff
wibble
authorGuilhem Moulin <guilhem@fripost.org>
Fri, 11 Mar 2016 19:57:24 +0000 (20:57 +0100)
committerGuilhem Moulin <guilhem@fripost.org>
Fri, 11 Mar 2016 19:57:24 +0000 (20:57 +0100)
interimap.md
lib/Net/IMAP/InterIMAP.pm
pullimap.md

index 425d7c7484a684ee28abe10f50f9452a7ff40508..2d783a87ea788a981084456acf7681005dfd1a2e 100644 (file)
@@ -179,10 +179,10 @@ Options
 Configuration file
 ==================
 
-Unless told otherwise by the `--config=FILE` option, `interimap` reads
-its configuration from *$XDG_CONFIG_HOME/interimap* (or
-*~/.config/interimap* if the `XDG_CONFIG_HOME` environment variable is
-unset) as an [INI file].
+Unless told otherwise by the `--config=FILE` command-line option,
+`interimap` reads its configuration from *$XDG_CONFIG_HOME/interimap*
+(or *~/.config/interimap* if the `XDG_CONFIG_HOME` environment variable
+is unset) as an [INI file].
 The syntax of the configuration file is a series of `OPTION=VALUE`
 lines organized under some `[SECTION]`; lines starting with a ‘#’ or
 ‘;’ character are ignored as comments.
index 45253c109603c53b264061e5ac7771fcdec85aea..be61cb6e250fc9aeef199638c3d483a2c96f70c2 100644 (file)
@@ -1000,7 +1000,7 @@ sub idle($;$&) {
 }
 
 
-# $self->set_cache( $mailbox, STATE )
+# $self->set_cache($mailbox, STATE)
 #   Initialize or update the persistent cache, that is, associate a
 #   known $mailbox with the last known (synced) state:
 #     * UIDVALIDITY
index 19279cac67b58e02d11fc99c272bfeaf65fee2ae..b74456f8f42829915e5e642bf03b40118cf4ba7c 100644 (file)
@@ -73,8 +73,8 @@ Options
 Configuration file
 ==================
 
-Unless told otherwise by the `--config=FILE` option, `pullimap` reads
-its configuration from *$XDG_CONFIG_HOME/pullimap* (or
+Unless told otherwise by the `--config=FILE` command-line option,
+`pullimap` reads its configuration from *$XDG_CONFIG_HOME/pullimap* (or
 *~/.config/pullimap* if the `XDG_CONFIG_HOME` environment variable is
 unset) as an [INI file].
 The syntax of the configuration file is a series of `OPTION=VALUE`