mutt configuration, as of 17-09-2014

This commit is contained in:
2014-09-17 23:36:57 +02:00
parent de46d4715d
commit 7c0689119a
12 changed files with 182 additions and 2 deletions

25
screenrc Normal file
View File

@@ -0,0 +1,25 @@
startup_message off
vbell off
bell_msg "^G"
attrcolor b ".I"
attrcolor i "+b"
nonblock on
escape ^||
bindkey "^[x" command
bindkey "^[Od" prev # change window with ctrl-left
bindkey "^[Oc" next # change window with ctrl-right
hardstatus on
hardstatus alwayslastline
#hardstatus string "%{.kW}%-w%{.W}%n %t%{-}%{=b kw}%?%+w%? %=%c %d/%m/%Y" #B&W & date&time
hardstatus string "%{.kW}%-w%{.W}%n %t%{-}%{=b kw}%?%+w%? %=%c %d/%m/%Y" #B&W & date&time
sorendition kw
screen -t offlineimap 0 offlineimap
screen -t ACCOUNT1 1 mutt -F ~/config/muttrc_ACCOUNT1
screen -t ACCOUNT2 2 mutt -F ~/config/muttrc_ACCOUNT2