diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2025-10-19 12:41:56 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <jj@r.bdr.sh> | 2025-10-20 12:23:30 +0200 |
| commit | c86fab0e8d470c7e30bb875c3f7f9d17fdb975f5 (patch) | |
| tree | 1873fbe914047060e8ef4f8d2349ee91a0342f85 /config/aerc/aerc.conf | |
| parent | 4acf377f747bcce7e37294913dc8e44ddf625dc8 (diff) | |
| parent | ab1ee88d6eb31c6c57233ab35d65fa05717ee246 (diff) | |
Merge branch 'main' of git.sr.ht:~rbdr/dotfiles
Diffstat (limited to 'config/aerc/aerc.conf')
| -rw-r--r-- | config/aerc/aerc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/aerc/aerc.conf b/config/aerc/aerc.conf index dec4379..c1dcc25 100644 --- a/config/aerc/aerc.conf +++ b/config/aerc/aerc.conf @@ -494,7 +494,7 @@ text/plain=wrap -r -w 72 | colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize +text/html=pandoc -f html -t markdown --wrap=none| colorize #text/html=html | colorize text/*=bat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh @@ -535,7 +535,7 @@ text/*=bat -fP --file-name="$AERC_FILENAME" # # Executed when a new email arrives in the selected folder -#mail-received=notify-send "New mail from $AERC_FROM_NAME" "$AERC_SUBJECT" +mail-received=notify-send " $AERC_SUBJECT" "$AERC_FROM_NAME" # # Executed when aerc starts |