diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 5b606c01..432ec231 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -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 diff --git a/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history b/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history index a07c0e7f..4ea664fc 100644 --- a/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history +++ b/.config/yazi/plugins/custom-shell.yazi/yazi_cmd_history @@ -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'