diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2025-01-14 11:54:20 -0800 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2025-01-14 11:54:20 -0800 |
commit | 6bbc0312ff20a51458102e6f47aedc748a143e05 (patch) | |
tree | 3a4b46ad111b5822ce160a7d117d160f9a81f90f /home/nipsy/arrakis/mutt/muttrc | |
parent | 7df0fd36d029e00184c0e2d0698c908acf1c3195 (diff) | |
download | nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar.gz nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar.bz2 nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar.lz nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar.xz nix-6bbc0312ff20a51458102e6f47aedc748a143e05.tar.zst nix-6bbc0312ff20a51458102e6f47aedc748a143e05.zip |
Remove automatic reflow option globally and only use in mutt
Diffstat (limited to '')
-rw-r--r-- | home/nipsy/arrakis/mutt/muttrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/nipsy/arrakis/mutt/muttrc b/home/nipsy/arrakis/mutt/muttrc index eec5b99..1293092 100644 --- a/home/nipsy/arrakis/mutt/muttrc +++ b/home/nipsy/arrakis/mutt/muttrc @@ -53,7 +53,7 @@ set confirmcreate=no # prompt when creating new files set copy=yes # always save a copy of outgoing messages set delete=yes # purge deleted messages without asking set edit_headers # let me edit the message header when composing -set editor="vim -c 'set textwidth=65' -c 'set noautoindent'" # editor to use when composing messages +set editor="vim -c 'set textwidth=65' -c 'set noautoindent' -c 'set formatoptions+=a'" # editor to use when composing messages #set editor="/usr/bin/nvi" # editor to use when composing messages #set editor="/usr/bin/vi" # editor to use when composing messages set fast_reply # skip initial prompts when replying |