5 lines
190 B
Text
5 lines
190 B
Text
# link to mailcap file
|
|
set mailcap_path = "$HOME/.config/mutt/mailcap"
|
|
|
|
# save attachments to a folder
|
|
macro attach s '<save-entry> <bol>$HOME/Documents/attachments/<eol>' 'save attachment'
|