summaryrefslogtreecommitdiff
path: root/alot/defaults
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2017-01-27 08:35:37 +0000
committerGitHub <noreply@github.com>2017-01-27 08:35:37 +0000
commitb7497be293683eb5fe6b761939dd245de2b292e8 (patch)
treea9b27cd36006c4a16ba7bb20abb8c97dd470dfdd /alot/defaults
parentae8a61509043c360628c76d3a35535c3f90b76bd (diff)
parenta4196fc04a54d18aba454e4a727690d6c48afae6 (diff)
Merge pull request #1008 from dcbaker/pr/flip-mouse-bit
Default to not handling mouse
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 cd72b39c..a20332ca 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))