summaryrefslogtreecommitdiffstats
path: root/.config
diff options
context:
space:
mode:
authorYigit Sever2021-10-11 01:27:20 +0300
committerYigit Sever2021-10-11 01:27:20 +0300
commitdbccded76d83275ae2795d60ed85213e4648f970 (patch)
tree01161d1f102f1e209189289b0642895d8dc70820 /.config
parent16026289eca4f64a39f35bc9b93663d7b8c379e7 (diff)
downloaddotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.gz
dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.tar.bz2
dotfiles-dbccded76d83275ae2795d60ed85213e4648f970.zip
neomutt: xyz to com and tmp
diffstat (limited to '.config')
-rw-r--r--.config/mutt/muttrc4
-rw-r--r--.config/nvim/after/plugin/autocmds.vim2
2 files changed, 5 insertions, 1 deletions
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 '<sync-mailbox><enter-command>source /home/yigit/.config/mu
5macro index,pager i2 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/2-metu_argor.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to ysever@metu.edu.tr" # mw-autogenerated 5macro index,pager i2 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/2-metu_argor.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to ysever@metu.edu.tr" # mw-autogenerated
6macro index,pager i3 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/3-ceng_stu.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to e2482057@ceng.metu.edu.tr" # mw-autogenerated 6macro index,pager i3 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/3-ceng_stu.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to e2482057@ceng.metu.edu.tr" # mw-autogenerated
7macro index,pager i4 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/4-metu_stu.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to e248205@metu.edu.tr" # mw-autogenerated 7macro index,pager i4 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/4-metu_stu.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to e248205@metu.edu.tr" # mw-autogenerated
8macro index,pager i5 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/5-xyz.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to yigit@yigitsever.xyz" # mw-autogenerated 8macro index,pager i5 '<sync-mailbox><enter-command>source /home/yigit/.config/mutt/accounts/5-xyz.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to yigit@yigitsever.com" # mw-autogenerated
9 9
10bind generic z noop 10bind generic z noop
11bind generic Z noop 11bind generic Z noop
12 12
13set tmpdir="/tmp/neomutt"
14
13# character set for outgoing messages 15# character set for outgoing messages
14set send_charset="utf-8" 16set send_charset="utf-8"
15# if the incoming mail haven't set anything it's probably something dumb. 17# 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 @@
1" I don't know how to port this yet 1" I don't know how to port this yet
2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif 2autocmd BufRead,BufWrite * if ! &bin | silent! %s/\s\+$//ge | endif
3
4autocmd BufNewFile,BufRead /tmp/neomutt* set noautoindent filetype=mail wm=0 tw=80