diff options
-rw-r--r-- | notmuch-ssh-server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/notmuch-ssh-server b/notmuch-ssh-server index a9ee4c3..9454516 100644 --- a/notmuch-ssh-server +++ b/notmuch-ssh-server | |||
@@ -15,6 +15,7 @@ logging.basicConfig(handlers = [syslog], level = logging.DEBUG) | |||
15 | 15 | ||
16 | 16 | ||
17 | config = ConfigParser() | 17 | config = ConfigParser() |
18 | config.optionxform = str | ||
18 | config_file = BaseDirectory.load_first_config('notmuch-ssh') | 19 | config_file = BaseDirectory.load_first_config('notmuch-ssh') |
19 | if config_file is not None: | 20 | if config_file is not None: |
20 | config.read(config_file) | 21 | config.read(config_file) |