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:
Eygene Ryabinkin
2014-05-07 00:40:59 +04:00
parent d96af192ed
commit 5150de5514
5 changed files with 38 additions and 4 deletions

View File

@ -16,6 +16,10 @@ OfflineIMAP v6.5.6 (YYYY-MM-DD)
adds mechanics to change message labels (Abdó Roig-Maranges)
* Allow to migrate status data across differend backends
(Abdó Roig-Maranges)
* Support XDG Base Directory Specification
(if $XDG_CONFIG_HOME/offlineimap/config exists, use it as the
default configuration path; ~/.offlineimaprc is still tried after
XDG location) (GitHub#32)
OfflineIMAP v6.5.5 (2013-10-07)