From f7becde978ab43cc5859a89d82aeb69521967a2d Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 11 Mar 2016 20:57:24 +0100 Subject: wibble --- interimap.md | 8 ++++---- lib/Net/IMAP/InterIMAP.pm | 2 +- pullimap.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/interimap.md b/interimap.md index 425d7c7..2d783a8 100644 --- a/interimap.md +++ b/interimap.md @@ -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. diff --git a/lib/Net/IMAP/InterIMAP.pm b/lib/Net/IMAP/InterIMAP.pm index 45253c1..be61cb6 100644 --- a/lib/Net/IMAP/InterIMAP.pm +++ b/lib/Net/IMAP/InterIMAP.pm @@ -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 diff --git a/pullimap.md b/pullimap.md index 19279ca..b74456f 100644 --- a/pullimap.md +++ b/pullimap.md @@ -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` -- cgit v1.2.3