diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-24 14:22:48 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-24 14:22:48 -0400 |
commit | 34601831dc69e0c149ab13ad8436b143dafd641a (patch) | |
tree | 8f99f2e220e586f60e3fbf4ea7962de5b74f3d00 /home-config/aerc/aerc.conf | |
parent | a960b899d6b286bea9c36e130b33f551d50f27aa (diff) |
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 :)
Diffstat (limited to 'home-config/aerc/aerc.conf')
-rw-r--r-- | home-config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
6 | # Used as a default path for save operations if no other path is specified. | 6 | # Used as a default path for save operations if no other path is specified. |
7 | # ~ is expanded to the current user home dir. | 7 | # ~ is expanded to the current user home dir. |
8 | # | 8 | # |
9 | #default-save-path= | 9 | default-save-path=~/Downloads/ |
10 | 10 | ||
11 | # If set to "gpg", aerc will use system gpg binary and keystore for all crypto | 11 | # If set to "gpg", aerc will use system gpg binary and keystore for all crypto |
12 | # operations. If set to "internal", the internal openpgp keyring will be used. | 12 | # operations. If set to "internal", the internal openpgp keyring will be used. |
@@ -450,7 +450,7 @@ file-picker-cmd=fzf --multi --query=%s | |||
450 | # | 450 | # |
451 | # Example (obviously, this requires that you write your main text/plain body | 451 | # Example (obviously, this requires that you write your main text/plain body |
452 | # using the markdown syntax): | 452 | # using the markdown syntax): |
453 | text/html=pandoc -f markdown -t html --standalone | 453 | text/html=pandoc --wrap=preserve -f markdown -t html --standalone |
454 | 454 | ||
455 | [filters] | 455 | [filters] |
456 | # | 456 | # |