AutoYADM commit: 2025-03-15 23:45:06

This commit is contained in:
Daniel Fichtinger 2025-03-15 23:45:06 -04:00
parent b977b38c16
commit 41381cc21f
2 changed files with 7 additions and 1 deletions

View file

@ -83,6 +83,10 @@ unsafe-accounts-conf=true
# default-menu-cmd=fzf
[ui]
dialog-width = 90
dialog-height = 90
#
# Describes the format for each row in a mailbox view. This is a comma
# separated list of column names with an optional align and width suffix. After
@ -686,7 +690,7 @@ 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
# capture the standard output and instead reads the files from the temporary
# file which should have the same format.
#file-picker-cmd=
file-picker-cmd='/home/fic/.config/mail/attach-picker.sh'
#
# Allow to address yourself when replying

View file

@ -8,3 +8,5 @@ zsh -ic 'ya pack -a Rolv-Apneseth/starship;exit'
zsh -ic 'mksh newmail;exit'
zsh -ic 'mksh mail-indicator;exit'
zsh -ic 'mksh async;exit'
zsh -ic 'attach-picker;exit'
zsh -ic 'mksh attach-picker;exit'