From 34601831dc69e0c149ab13ad8436b143dafd641a Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 24 Aug 2023 14:22:48 -0400 Subject: Added school gmail to aerc Yes yes I know I have the client secret for oauth in there. I disabled granting tokens though so you shouldn't be able to use it regardless unless you have a pre-existing refresh token, so all should be well :) --- home-config/aerc/aerc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home-config/aerc/aerc.conf') diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index 0a206c6..ec469ae 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf @@ -6,7 +6,7 @@ # Used as a default path for save operations if no other path is specified. # ~ is expanded to the current user home dir. # -#default-save-path= +default-save-path=~/Downloads/ # If set to "gpg", aerc will use system gpg binary and keystore for all crypto # operations. If set to "internal", the internal openpgp keyring will be used. @@ -450,7 +450,7 @@ file-picker-cmd=fzf --multi --query=%s # # Example (obviously, this requires that you write your main text/plain body # using the markdown syntax): -text/html=pandoc -f markdown -t html --standalone +text/html=pandoc --wrap=preserve -f markdown -t html --standalone [filters] # -- cgit v1.2.3