summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-09-15 20:13:51 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-09-15 20:13:51 +0100
commit54e6be9e3016d02b4a3e5c6233581944ed406e3d (patch)
treeb88c50b89ad120bc6f6af870cb54e2f1daac4eb4 /alot
parent146b63aaf9e229ba6e828cb9a8434b241e229a79 (diff)
fiz typo with abook_regexp set in config
Diffstat (limited to 'alot')
-rw-r--r--alot/account.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/account.py b/alot/account.py
index 014ed087..3fd7769c 100644
--- a/alot/account.py
+++ b/alot/account.py
@@ -190,7 +190,7 @@ class AccountManager:
errors='ignore')
options.remove('abook_command')
if 'abook_regexp' in options:
- rgexp = config.get(s, 'abook_regexp')
+ regexp = config.get(s, 'abook_regexp')
options.remove('abook_regexp')
else:
regexp = None # will use default in constructor