.dotfiles/macos/.config/mutt/paths
foozzi 2c1ccaffd1 Refactoring
- Added macos
2024-01-14 23:29:33 -05:00

10 lines
No EOL
392 B
Text

# Where to put the stuff
set header_cache = "$HOME/Library/Caches/mutt/headers"
set message_cachedir = "$HOME/Library/Caches/mutt/bodies"
set certificate_file = "$HOME/Library/Caches/mutt/certificates"
# 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'