Add support for XDG Base Directory Specification
$XDG_CONFIG_HOME/offlineimap/config will now be tried before the canonical ~/.offlineimaprc. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
@ -77,6 +77,15 @@ based in instructions submitted by Chris Walker::
|
||||
That URL also has more details on making OfflineIMAP work with Windows.
|
||||
|
||||
|
||||
Does OfflineIMAP supports XDG Base Directory specification?
|
||||
-----------------------------------------------------------
|
||||
|
||||
Yes. We are trying to use `$XDG_CONFIG_HOME/offlineimap/config`
|
||||
as the primary configuration file, falling back to `~/.offlineimaprc`
|
||||
if configuration file location was not explicitely specified at the
|
||||
command line.
|
||||
|
||||
|
||||
Does OfflineIMAP support mbox, mh, or anything else other than Maildir?
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user