diff options
Diffstat (limited to '.config/aerc/aerc.conf')
-rw-r--r-- | .config/aerc/aerc.conf | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index b956ef8..b000c04 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -169,7 +169,7 @@ mouse-enabled=true # expand the folders. # # Default: false -#dirlist-tree=false +dirlist-tree=true # If dirlist-tree is enabled, set level at which folders are collapsed by # default. Set to 0 to disable. @@ -207,7 +207,6 @@ mouse-enabled=true # #stylesets-dirs= stylesets-dirs=~/.config/aerc -styleset-name=dracula.conf # Uncomment to use box-drawing characters for vertical and horizontal borders. # @@ -219,13 +218,14 @@ styleset-name=dracula.conf # # Default: default #styleset-name=default +styleset-name=dracula.conf # Activates fuzzy search in commands and their arguments: the typed string is # searched in the command or option in any position, and need not be # consecutive characters in the command or option. # # Default: false -#fuzzy-complete=false +fuzzy-complete=true # How long to wait after the last input before auto-completion is triggered. # @@ -247,12 +247,12 @@ styleset-name=dracula.conf # Uncomment to use UTF-8 symbols to indicate PGP status of messages # # Default: ASCII -#icon-unencrypted= -#icon-encrypted=✔ -#icon-signed=✔ -#icon-signed-encrypted=✔ -#icon-unknown=✘ -#icon-invalid=⚠ +icon-unencrypted= +icon-encrypted=✔ +icon-signed=✔ +icon-signed-encrypted=✔ +icon-unknown=✘ +icon-invalid=⚠ # Reverses the order of the message list. By default, the message list is # ordered with the newest (highest UID) message on top. Reversing the order @@ -341,7 +341,7 @@ styleset-name=dracula.conf # pager which supports ANSI codes. # # Default: less -R -#pager=less -R +pager="less -R" # # If an email offers several versions (multipart), you can configure which |