AutoYADM commit: 2025-03-16 18:00:06

This commit is contained in:
Daniel Fichtinger 2025-03-16 18:00:06 -04:00
parent 4a576b5ee5
commit 92e1a0f1fa
5 changed files with 17 additions and 14 deletions

View file

@ -777,8 +777,8 @@ text/calendar=calendar
message/delivery-status=colorize message/delivery-status=colorize
message/rfc822=colorize message/rfc822=colorize
# text/html=pandoc -f html -t plain | colorize # text/html=pandoc -f html -t plain | colorize
# text/html=! html text/html=! html
text/html=! w3m -T text/html -I UTF-8 # text/html=! w3m -T text/html -I UTF-8
#text/*=bat -fP --file-name="$AERC_FILENAME" #text/*=bat -fP --file-name="$AERC_FILENAME"
#application/x-sh=bat -fP -l sh #application/x-sh=bat -fP -l sh
#image/*=catimg -w $(tput cols) - #image/*=catimg -w $(tput cols) -

View file

@ -20,8 +20,7 @@ I = :next-tab<Enter>
o = :exec /home/fic/.config/mail/mail-sync.sh<Enter> o = :exec /home/fic/.config/mail/mail-sync.sh<Enter>
q = :prompt 'Quit?' quit<Enter> q = :prompt 'Quit?' quit<Enter>
tt = :toggle-threads<Enter> t = :toggle-threads<Enter>
# S-t = :flag -t -x<space><tab>
mr = :read<Enter> mr = :read<Enter>
mR = :tag +recipt<Enter> mR = :tag +recipt<Enter>
mu = :unread<Enter> mu = :unread<Enter>
@ -30,18 +29,22 @@ mm = :tag<Space>
a = :tag +archive<Enter>:archive flat<Enter> a = :tag +archive<Enter>:archive flat<Enter>
\- = :tag - \- = :tag -
+ = :tag + + = :tag +
ff = :flag<Enter>
uf = :unflag<Enter>
ft = :flag -t -x<space><tab>
n = :next<Enter> n = :next<Enter>
<Down> = :next<Enter> <Down> = :next<Enter>
<C-d> = :next 50%<Enter> <C-d> = :next 50%<Enter>zz
<C-f> = :next 100%<Enter> <C-f> = :next 100%<Enter>zz
<PgDn> = :next 100%<Enter> <PgDn> = :next 100%<Enter>
e = :prev<Enter> e = :prev<Enter>
<Up> = :prev<Enter> <Up> = :prev<Enter>
<C-u> = :prev 50%<Enter> <C-u> = :prev 50%<Enter>zz
<C-b> = :prev 100%<Enter> <C-b> = :prev 100%<Enter>zz
<PgUp> = :prev 100%<Enter> <PgUp> = :prev 100%<Enter>
g = :select 0<Enter> g = :select 0<Enter>
G = :select -1<Enter> G = :select -1<Enter>

View file

@ -1,4 +1,4 @@
inbox=tag:inbox and not tag:archive and not tag:deleted and tag:personal and not tag:git and not tag:srht and not (from:daniel@ficd.ca or from:ficcdaf@proton.me) inbox=tag:inbox and not tag:archive and not tag:deleted and tag:personal and not tag:git and not tag:srht and not (from:daniel@ficd.ca or from:ficcdaf@proton.me) and not tag:recipt
sent=(from:daniel@ficd.ca or from:ficcdaf@proton.me) sent=(from:daniel@ficd.ca or from:ficcdaf@proton.me)
to-me=tag:to-me and tag:personal to-me=tag:to-me and tag:personal
sr.ht=tag:inbox and tag:srht and tag:personal sr.ht=tag:inbox and tag:srht and tag:personal

View file

@ -13,8 +13,8 @@ if [ -n "$MBSYNC" -o -n "$NOTMUCH" ]; then
exit 0 exit 0
fi fi
echo "Deleting messages tagged as *deleted*" # echo "Deleting messages tagged as *deleted*"
notmuch search --format=text0 --output=files tag:deleted | xargs -0 --no-run-if-empty rm -v # notmuch search --format=text0 --output=files tag:deleted | xargs -0 --no-run-if-empty rm -v
# sync mailbox with external servers # sync mailbox with external servers
mbsync -Va mbsync -Va

View file

@ -1,10 +1,10 @@
Videos /home/fic/Videos v
Videos /home/fic/Videos/ v Videos /home/fic/Videos/ v
Videos /home/fic/Videos v
SyncDocuments /home/fic/SyncDocuments s SyncDocuments /home/fic/SyncDocuments s
SyncDocuments /home/fic/SyncDocuments/ s SyncDocuments /home/fic/SyncDocuments/ s
Pictures /home/fic/Pictures/ p
Pictures /home/fic/Pictures p Pictures /home/fic/Pictures p
Pictures /home/fic/Pictures/ p
Downloads /home/fic/Downloads D Downloads /home/fic/Downloads D
Downloads /home/fic/Downloads/ D Downloads /home/fic/Downloads/ D
Documents /home/fic/Documents/ d
Documents /home/fic/Documents d Documents /home/fic/Documents d
Documents /home/fic/Documents/ d