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.
}
-# $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
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`