From dbccded76d83275ae2795d60ed85213e4648f970 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Mon, 11 Oct 2021 01:27:20 +0300 Subject: neomutt: xyz to com and tmp --- .config/mutt/muttrc | 4 +++- .config/nvim/after/plugin/autocmds.vim | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index fedd38f..6bb2b11 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -5,11 +5,13 @@ macro index,pager i1 'source /home/yigit/.config/mu macro index,pager i2 'source /home/yigit/.config/mutt/accounts/2-metu_argor.muttrc!;' "switch to ysever@metu.edu.tr" # mw-autogenerated macro index,pager i3 'source /home/yigit/.config/mutt/accounts/3-ceng_stu.muttrc!;' "switch to e2482057@ceng.metu.edu.tr" # mw-autogenerated macro index,pager i4 'source /home/yigit/.config/mutt/accounts/4-metu_stu.muttrc!;' "switch to e248205@metu.edu.tr" # mw-autogenerated -macro index,pager i5 'source /home/yigit/.config/mutt/accounts/5-xyz.muttrc!;' "switch to yigit@yigitsever.xyz" # mw-autogenerated +macro index,pager i5 'source /home/yigit/.config/mutt/accounts/5-xyz.muttrc!;' "switch to yigit@yigitsever.com" # mw-autogenerated bind generic z noop bind generic Z noop +set tmpdir="/tmp/neomutt" + # character set for outgoing messages set send_charset="utf-8" # if the incoming mail haven't set anything it's probably something dumb. diff --git a/.config/nvim/after/plugin/autocmds.vim b/.config/nvim/after/plugin/autocmds.vim index ae55046..6b95ad4 100644 --- a/.config/nvim/after/plugin/autocmds.vim +++ b/.config/nvim/after/plugin/autocmds.vim @@ -1,2 +1,4 @@ " I don't know how to port this yet autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif + +autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80 -- cgit v1.2.3-70-g09d2