Add MouseEnabled config setting
This patch adds the ability to control whether aerc captures mouseevents or not. By default it will be set to not capture events.
This commit is contained in:
parent
8534720e72
commit
06af5391a3
4 changed files with 15 additions and 1 deletions
|
@ -96,6 +96,11 @@ These options are configured in the *[ui]* section of aerc.conf.
|
|||
|
||||
Default: (no folders)
|
||||
|
||||
*mouse-enabled*
|
||||
Enable mouse events in the ui, e.g. clicking and scrolling with the mousewheel
|
||||
|
||||
Default: false
|
||||
|
||||
## VIEWER
|
||||
|
||||
These options are configured in the *[viewer]* section of aerc.conf.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue