diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index 1a3c1f42..80434127 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -209,6 +209,12 @@ header-layout=From|To,Cc|Bcc,Date,Subject # Default: false always-show-mime=false +# Parses and extracts http links when viewing a message. Links can then be +# accessed with the open-link command. +# +# Default: true +parse-http-links=true + # How long to wait after the last input before auto-completion is triggered. # # Default: 250ms |