AutoYADM commit: 2025-03-16 00:00:06
This commit is contained in:
parent
41381cc21f
commit
e5a47cee7b
2 changed files with 5 additions and 2 deletions
|
@ -690,7 +690,9 @@ address-book-cmd='ugrep -jP -m 100 --color=never "%s" /home/fic/mail/ranked-addr
|
||||||
# standard output, one file per line. If it is present, then aerc does not
|
# standard output, one file per line. If it is present, then aerc does not
|
||||||
# capture the standard output and instead reads the files from the temporary
|
# capture the standard output and instead reads the files from the temporary
|
||||||
# file which should have the same format.
|
# file which should have the same format.
|
||||||
file-picker-cmd='/home/fic/.config/mail/attach-picker.sh'
|
# file-picker-cmd='/home/fic/.config/mail/attach-picker.sh'
|
||||||
|
# file-picker-cmd='footclient yazi --chooser-file %f'
|
||||||
|
file-picker-cmd='yazi --chooser-file %f'
|
||||||
|
|
||||||
#
|
#
|
||||||
# Allow to address yourself when replying
|
# Allow to address yourself when replying
|
||||||
|
|
|
@ -191,7 +191,8 @@ v = :preview<Enter> # Preview message
|
||||||
p = :postpone<Enter> # Postpone
|
p = :postpone<Enter> # Postpone
|
||||||
q = :choose -o d discard abort -o p postpone postpone<Enter> # Abort or postpone
|
q = :choose -o d discard abort -o p postpone postpone<Enter> # Abort or postpone
|
||||||
e = :edit<Enter> # Edit (body and headers)
|
e = :edit<Enter> # Edit (body and headers)
|
||||||
a = :attach<space> # Add attachment
|
# a = :attach -m<Enter> # Add attachment
|
||||||
|
a = :menu -c 'footclient yazi --chooser-file %f' -b :attach<Enter>
|
||||||
d = :detach<space> # Remove attachment
|
d = :detach<space> # Remove attachment
|
||||||
H = :multipart text/html<Enter>
|
H = :multipart text/html<Enter>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue