offlineimap/offlineimap
Philippe Loctaux 761e10e8b1 Add Archlinux to list of supported distros
There is a bug with `platform.linux_distribution()`, which returns an
empty value on Archlinux with python2.

This bug is fixed in python3, but *will not* be fixed in python2.

This patch fixes that issue with a dirty hack: on archlinux, there is a
file that can be used to detect an archlinux machine. that file is
`/etc/arch-release`. if the file exists, then the OS variable will be
set to "linux-arch".

You can learn more about that issue on the python bug platform:
https://bugs.python.org/issue20454

Signed-off-by: Philippe Loctaux <loctauxphilippe@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
2018-08-17 18:49:04 +02:00
..
folder Gmail: allow parenthesis in labels 2018-05-18 02:10:56 +02:00
repository Allow users to keep colons between each hex pair of server certificate fingerprint in configuration file. 2018-05-15 00:39:59 +02:00
ui fix dates in copyright lines 2018-08-13 01:15:01 +02:00
utils Add Archlinux to list of supported distros 2018-08-17 18:49:04 +02:00
CustomConfig.py
__init__.py v7.2.1 2018-06-16 15:08:07 +02:00
accounts.py maxage: don't consider negative UIDs when computing min UID 2017-12-22 22:01:00 +01:00
bundled_imaplib2.py bump from imaplib2 v2.55 to v2.57 2017-03-05 13:28:47 +01:00
emailutil.py Rename email.Parser to email.parser 2016-05-10 02:53:09 +02:00
error.py
globals.py
imaplibutil.py Removed uneccessary call of list() on zip() object. 2018-05-15 00:38:06 +02:00
imapserver.py Chain tls_level and ssl_version only if ssl is enabled 2018-07-02 18:44:08 +02:00
imaputil.py utf8: Add utf-7/8 conversion functions 2017-10-02 21:09:43 +02:00
init.py Make CTRL-C message more clear 2018-05-01 16:21:57 +02:00
localeval.py
mbnames.py mbnames: don't duplicate entries in autorefresh mode 2017-05-19 08:32:22 +02:00
threadutil.py fix the profile mode 2016-11-08 07:11:33 +01:00
virtual_imaplib2.py increase imaplib2 requirement from v2.55 to v2.57 2017-07-09 17:28:12 +02:00