From a81679c279e780afa95f2864f83906d09a755fb1 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 30 Apr 2025 13:23:59 +0200 Subject: aerc: update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- .config/aerc/aerc.conf | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to '.config/aerc/aerc.conf') diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index e6faea7..0b55543 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -9,12 +9,9 @@ border-char-vertical="│" border-char-horizontal="─" styleset-name=r -[ui:folder=Sent Items] -index-columns = date<20,to<40,flags>4,subject<* -column-date = {{.DateAutoFormat .Date.Local}} -column-to = {{.To | persons | join ", "}} -column-flags = {{.Flags | join ""}} -column-subject = {{.ThreadPrefix}}{{.Subject}} +[ui:folder~^(Drafts|Sent Items)$] +index-columns = flags:4,to<20%,subject,date>= +column-to = {{index (.To | names) 0}} [viewer] # Default: less -R @@ -26,8 +23,8 @@ pager=less -c -F -i -R -s -~ --mouse always-show-mime=true [compose] -address-book-cmd = known-emails "%s" -file-picker-cmd = porta filechooser +address-book-cmd=sh -c 'grep -i --color=never %s $HOME/mail/addressbook' +file-picker-cmd=porta filechooser [filters] #subject,~Git(hub|lab)=lolcat -f @@ -47,4 +44,4 @@ message/delivery-status=colorize message/rfc822=colorize [hooks] -mail-received = notify-send -i /usr/share/icons/mdi/scalable/email-fast-outline.svg -a aerc "[$AERC_ACCOUNT/$AERC_FOLDER] new mail from $AERC_FROM_NAME" "$AERC_SUBJECT" +mail-received=notify-send -i /usr/share/icons/mdi/scalable/email-fast-outline.svg -a aerc "[$AERC_ACCOUNT/$AERC_FOLDER] new mail from $AERC_FROM_NAME" "$AERC_SUBJECT" -- cgit 1.4.1