summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2017-01-26 09:58:24 -0800
committerDylan Baker <dylan@pnwbakers.com>2017-01-26 13:43:49 -0800
commita4196fc04a54d18aba454e4a727690d6c48afae6 (patch)
tree7b4d3753a05d122c2fb140ee82e588fa3cde0689 /alot/defaults
parent3e9f761946ed529ebfe0cb1181aa1ca336ef096b (diff)
Default to not handling mouse
As discussed elsewhere, handling the mouse was not done before, and breaks work flows that include using the mouse for other things (middle-click paste). This only changes the default option to False.
Diffstat (limited to 'alot/defaults')
-rw-r--r--alot/defaults/alot.rc.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index d2ee450f..fd51502b 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -36,7 +36,7 @@ themes_dir = string(default=None)
theme = string(default=None)
# enable mouse support - mouse tracking will be handled by urwid
-handle_mouse = boolean(default=True)
+handle_mouse = boolean(default=False)
# headers that get displayed by default
displayed_headers = force_list(default=list(From,To,Cc,Bcc,Subject))