AutoYADM commit: 2025-03-16 18:00:06
This commit is contained in:
parent
4a576b5ee5
commit
92e1a0f1fa
5 changed files with 17 additions and 14 deletions
|
@ -777,8 +777,8 @@ text/calendar=calendar
|
|||
message/delivery-status=colorize
|
||||
message/rfc822=colorize
|
||||
# text/html=pandoc -f html -t plain | colorize
|
||||
# text/html=! html
|
||||
text/html=! w3m -T text/html -I UTF-8
|
||||
text/html=! html
|
||||
# text/html=! w3m -T text/html -I UTF-8
|
||||
#text/*=bat -fP --file-name="$AERC_FILENAME"
|
||||
#application/x-sh=bat -fP -l sh
|
||||
#image/*=catimg -w $(tput cols) -
|
||||
|
|
|
@ -20,8 +20,7 @@ I = :next-tab<Enter>
|
|||
o = :exec /home/fic/.config/mail/mail-sync.sh<Enter>
|
||||
q = :prompt 'Quit?' quit<Enter>
|
||||
|
||||
tt = :toggle-threads<Enter>
|
||||
# S-t = :flag -t -x<space><tab>
|
||||
t = :toggle-threads<Enter>
|
||||
mr = :read<Enter>
|
||||
mR = :tag +recipt<Enter>
|
||||
mu = :unread<Enter>
|
||||
|
@ -30,18 +29,22 @@ mm = :tag<Space>
|
|||
a = :tag +archive<Enter>:archive flat<Enter>
|
||||
\- = :tag -
|
||||
+ = :tag +
|
||||
ff = :flag<Enter>
|
||||
uf = :unflag<Enter>
|
||||
ft = :flag -t -x<space><tab>
|
||||
|
||||
|
||||
|
||||
n = :next<Enter>
|
||||
<Down> = :next<Enter>
|
||||
<C-d> = :next 50%<Enter>
|
||||
<C-f> = :next 100%<Enter>
|
||||
<C-d> = :next 50%<Enter>zz
|
||||
<C-f> = :next 100%<Enter>zz
|
||||
<PgDn> = :next 100%<Enter>
|
||||
|
||||
e = :prev<Enter>
|
||||
<Up> = :prev<Enter>
|
||||
<C-u> = :prev 50%<Enter>
|
||||
<C-b> = :prev 100%<Enter>
|
||||
<C-u> = :prev 50%<Enter>zz
|
||||
<C-b> = :prev 100%<Enter>zz
|
||||
<PgUp> = :prev 100%<Enter>
|
||||
g = :select 0<Enter>
|
||||
G = :select -1<Enter>
|
||||
|
|
|
@ -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)
|
||||
to-me=tag:to-me and tag:personal
|
||||
sr.ht=tag:inbox and tag:srht and tag:personal
|
||||
|
|
|
@ -13,8 +13,8 @@ if [ -n "$MBSYNC" -o -n "$NOTMUCH" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
echo "Deleting messages tagged as *deleted*"
|
||||
notmuch search --format=text0 --output=files tag:deleted | xargs -0 --no-run-if-empty rm -v
|
||||
# echo "Deleting messages tagged as *deleted*"
|
||||
# notmuch search --format=text0 --output=files tag:deleted | xargs -0 --no-run-if-empty rm -v
|
||||
|
||||
# sync mailbox with external servers
|
||||
mbsync -Va
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
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
|
||||
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
|
||||
Documents /home/fic/Documents/ d
|
||||
Documents /home/fic/Documents d
|
||||
Documents /home/fic/Documents/ d
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue