summaryrefslogtreecommitdiff
path: root/alot
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2011-09-15 23:22:24 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2011-09-15 23:22:24 +0100
commitcc120c396b32e5115335ee208e0e7b88458f50a5 (patch)
tree3c0f5d5593eb27344c6959f4bf394bcd047695f9 /alot
parent54e6be9e3016d02b4a3e5c6233581944ed406e3d (diff)
config option: complete_matching_abook_only
in case more than one account has an addressbook: Set this to True to make tabcompletion for recipients during compose only look in the abook of the account matching the sender address
Diffstat (limited to 'alot')
-rw-r--r--alot/settings.py23
1 files changed, 12 insertions, 11 deletions
diff --git a/alot/settings.py b/alot/settings.py
index 16784abb..9b5d2489 100644
--- a/alot/settings.py
+++ b/alot/settings.py
@@ -26,23 +26,24 @@ from ConfigParser import SafeConfigParser
DEFAULTS = {
'general': {
+ 'ask_subject': 'True',
+ 'authors_maxlength': '30',
+ 'bug_on_exit': 'False',
'colourmode': '256',
+ 'complete_matching_abook_only': 'False',
+ 'display_content_in_threadline': 'False',
+ 'displayed_headers': 'From,To,Cc,Bcc,Subject',
'editor_cmd': "/usr/bin/vim -f -c 'set filetype=mail' +",
'editor_writes_encoding': 'UTF-8',
- 'terminal_cmd': 'x-terminal-emulator -e',
- 'spawn_editor': 'False',
- 'displayed_headers': 'From,To,Cc,Bcc,Subject',
- 'display_content_in_threadline': 'False',
- 'authors_maxlength': '30',
- 'ask_subject': 'True',
- 'notify_timeout': '2',
- 'show_statusbar': 'True',
'flush_retry_timeout': '5',
'hooksfile': '~/.alot.py',
- 'bug_on_exit': 'False',
- 'timestamp_format': '',
- 'print_cmd': '',
'initial_searchstring': 'tag:inbox AND NOT tag:killed',
+ 'notify_timeout': '2',
+ 'print_cmd': '',
+ 'show_statusbar': 'True',
+ 'spawn_editor': 'False',
+ 'terminal_cmd': 'x-terminal-emulator -e',
+ 'timestamp_format': '',
},
'16c-theme': {
'bufferlist_focus_bg': 'dark gray',