diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-23 18:36:09 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-08-23 18:36:09 -0400 |
commit | a960b899d6b286bea9c36e130b33f551d50f27aa (patch) | |
tree | 09feb227ba1ca120968c6440fb25fc5c697198a8 /home-config/aerc/aerc.conf | |
parent | 7a36da3e1d81add371cdc8653c2f3ac4d6ccfb0d (diff) |
signature file, other aerc changes, hyprland numlock
Diffstat (limited to 'home-config/aerc/aerc.conf')
-rw-r--r-- | home-config/aerc/aerc.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/home-config/aerc/aerc.conf b/home-config/aerc/aerc.conf index 9d537db..0a206c6 100644 --- a/home-config/aerc/aerc.conf +++ b/home-config/aerc/aerc.conf | |||
@@ -412,7 +412,7 @@ address-book-cmd = sh -c 'abook --mutt-query "%s" | tail -n +2' | |||
412 | # | 412 | # |
413 | # The command must output the selected files to standard output, one file per | 413 | # The command must output the selected files to standard output, one file per |
414 | # line. | 414 | # line. |
415 | #file-picker-cmd= | 415 | file-picker-cmd=fzf --multi --query=%s |
416 | 416 | ||
417 | # | 417 | # |
418 | # Allow to address yourself when replying | 418 | # Allow to address yourself when replying |
@@ -482,12 +482,12 @@ text/html=pandoc -f markdown -t html --standalone | |||
482 | # | 482 | # |
483 | #text/plain=colorize | 483 | #text/plain=colorize |
484 | #text/calendar=calendar | 484 | #text/calendar=calendar |
485 | message/delivery-status=bat -fp | 485 | message/delivery-status=bat -fn |
486 | message/rfc822=bat -fp | 486 | message/rfc822=bat -fn |
487 | text/html=pandoc -f html -t plain | bat -fp | 487 | text/html=pandoc -f html -t plain | bat -fn |
488 | #text/html=html | colorize | 488 | #text/html=html | colorize |
489 | text/*=bat -fP --file-name="$AERC_FILENAME" | 489 | text/*=bat -fn --file-name="$AERC_FILENAME" |
490 | application/x-sh=bat -fP -l sh | 490 | application/x-sh=bat -fn -l sh |
491 | #image/*=catimg -w $(tput cols) - | 491 | #image/*=catimg -w $(tput cols) - |
492 | #subject,~Git(hub|lab)=lolcat -f | 492 | #subject,~Git(hub|lab)=lolcat -f |
493 | #from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize | 493 | #from,thatguywhodoesnothardwraphismessages=wrap -w 100 | colorize |