From 362268d9a506c1d87f197bccef6fed0dcb83d629 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Tue, 8 Aug 2017 12:56:28 -0700 Subject: Use new Address class This just wries the new Address class into alot for use, and fixes up a few places where such fixups are needed. Fixes #1107 --- alot/defaults/alot.rc.spec | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'alot/defaults') diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec index 97de329d..eeae4348 100644 --- a/alot/defaults/alot.rc.spec +++ b/alot/defaults/alot.rc.spec @@ -355,6 +355,14 @@ thread_focus_linewise = boolean(default=True) # use your default key. gpg_key = gpg_key_hint(default=None) + # Whether the server treats the address as case-senstive or + # case-insensitve (True for the former, False for the latter) + # + # .. note:: The vast majority (if not all) SMTP servers in modern use + # treat usernames as case insenstive, you should only set + # this if you know that you need it. + case_sensitive_username = boolean(default=False) + # address book for this account [[[abook]]] # type identifier for address book -- cgit v1.2.3