dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f3c04582de01729470494a26823248f347441c27
parent f5b23278710465260ad6705dfa9a04679aa50e14
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 28 Apr 2020 10:56:39 +0200

Use nvi for email composing

Diffstat:
M.config/mutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -43,7 +43,7 @@ set attribution="* %n <%a> [%{%Y-%m-%d %H:%M:%S %Z}]:\n" set edit_headers # edit the message headers. set fast_reply=yes # skip initial prompts when replying #set editor="$EDITOR +'normal G' -c 'set ft=mail noautoindent spell spelllang=en_us,da'" # vim -set editor="EXINIT='source $HOME/.exrc|set wl=72' vi" +set editor="EXINIT='source $HOME/.exrc|set wl=72' nvi" #set editor="$EDITOR" set nomark_old # Don't mark unread new msgs as old. set mime_forward # Forward message as MIME attachments.