all repos — dotfiles @ 5abb40095f416d6f989467a37e1000d769e7742d

my *nix dotfiles

s-nail: Fix Content-Type issue

Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Mon, 18 May 2020 20:41:01 +0530
commit

5abb40095f416d6f989467a37e1000d769e7742d

parent

87635a79f36cee3fbaa9907b0807bfadc28a9493

2 files changed, 6 insertions(+), 0 deletions(-)

jump to
M home/.mailrchome/.mailrc

@@ -49,3 +49,8 @@ define trash {

move "$@" +Trash } commandalias del call trash + +set customhdr='Content-Type: text/plain; charset=us-ascii, Content-Transfer-Encoding: 7bit' +retain date from to cc subject +set mime-counter-evidence=0xE +
M home/.vimrchome/.vimrc

@@ -59,6 +59,7 @@ set expandtab

set softtabstop=4 " backspace through spaces set nocompatible set noshowmode +set clipboard=unnamedplus " wildcard ignores set wildignore+=.git,.hg,.svn