aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/dot_config/aerc/aerc.conf
diff options
context:
space:
mode:
authorLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
committerLibravatar sommerfeld <sommerfeld@sommerfeld.dev>2026-05-13 13:43:14 +0100
commit75d9c733b56ad0d456cefbfbbf69454061f0b7a8 (patch)
tree961531bfd91977ef82a10e540b28d37b5f02d85d /dot_config/aerc/aerc.conf
parentd4bdb4c9489d7ec3f0144ce0934ae38fe446aebe (diff)
downloaddotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.tar.gz
dotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.tar.bz2
dotfiles-75d9c733b56ad0d456cefbfbbf69454061f0b7a8.zip
refactor(mail): drop TUI stack, add headless proton-bridge
Remove aerc, khal, khard, vdirsyncer from meta/mail.txt and delete their configs (aerc/, vdirsyncer systemd override, aerc .desktop handler). Point linkhandler mailto at xdg-open until a GUI client is set up. Add systemd user unit for protonmail-bridge --noninteractive, tied to graphical-session.target so it starts with the sway session.
Diffstat (limited to 'dot_config/aerc/aerc.conf')
-rw-r--r--dot_config/aerc/aerc.conf32
1 files changed, 0 insertions, 32 deletions
diff --git a/dot_config/aerc/aerc.conf b/dot_config/aerc/aerc.conf
deleted file mode 100644
index 25deb62..0000000
--- a/dot_config/aerc/aerc.conf
+++ /dev/null
@@ -1,32 +0,0 @@
-[ui]
-styleset-name=gruvbox
-fuzzy-complete=true
-reverse-msglist-order=true
-threading-enabled=true
-show-thread-context=true
-
-[compose]
-address-book-cmd=khard email --remove-first-line --parsable %s
-file-picker-cmd=fzf --multi --query=%s
-empty-subject-warning=true
-no-attachment-warning=^[^>]*attach(ed|ment)
-
-[multipart-converters]
-text/html=pandoc -f markdown -t html --standalone
-
-[filters]
-text/plain=colorize
-text/calendar=calendar
-message/delivery-status=colorize
-message/rfc822=colorize
-text/html=html | colorize
-text/*=bat -fP --file-name="$AERC_FILENAME"
-application/x-sh=bat -fP -l sh
-.headers=colorize
-
-[openers]
-x-scheme-handler/http*=librewolf
-text/html=librewolf
-
-[hooks]
-mail-received=notify-send "[$AERC_ACCOUNT/$AERC_FOLDER] New mail from $AERC_FROM_NAME" "$AERC_SUBJECT"