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
2 files changed,
6 insertions(+),
0 deletions(-)
M
home/.mailrc
→
home/.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/.vimrc
→
home/.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