diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2024-07-20 01:29:44 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2024-07-20 01:29:44 -0700 |
commit | c3782b726564d41df64bd345655f6fb382c8adc2 (patch) | |
tree | f47778801b0a9122f0105243139b1f55851d8ea1 /home/xyz/.config/neomutt | |
parent | c1619f3ece8b29edfd8ae673cbdc47b3f25f0adf (diff) |
neomutt no prompt for moving and deleting emails
Diffstat (limited to 'home/xyz/.config/neomutt')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index 7c8d6b81..2d04d1da 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -104,6 +104,11 @@ set postpone='yes' # I don't understand timeout-hook and $timeout very well, but seems useful, $timeout default 600 seconds, so maybe it sync every 600s #timeout-hook 'echo `mbsync -a`' +# no prompt for deleting emails +set delete=yes +# no prompt for moving emails +set confirm_append=no + set query_command="abook --mutt-query '%s'" # https://neomutt.org/guide/advancedusage#8-%C2%A0external-address-queries # completion when ask for address input |