feat: save mutt command history

This commit is contained in:
Ben Grande 2024-01-12 17:32:46 +01:00
parent cca2e802b7
commit a52e78ebeb
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -50,5 +50,9 @@ set postponed = "~/.cache/mutt/postponed"
set header_cache = "~/.cache/mutt/headers"
set message_cachedir = "~/.cache/mutt/messages"
set certificate_file = "~/.cache/mutt/certificates"
set history_file = "~/.cache/mutt/history"
set history = 1000
set history_remove_dups = yes
set save_history = 1
## vim: ft=muttrc