some small changes, namely mutt witthout sidebar
authorMart Lubbers <mart@martlubbers.net>
Thu, 3 Apr 2014 20:32:52 +0000 (22:32 +0200)
committerMart Lubbers <mart@martlubbers.net>
Thu, 3 Apr 2014 20:32:52 +0000 (22:32 +0200)
.bashrc
muttrc

diff --git a/.bashrc b/.bashrc
index ed10c96..a5df78a 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -13,6 +13,7 @@ export TERMINAL=urxvt
 export TERM=screen
 export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin
 export COLORFGBG="default:default"
+export PYTHONDONTWRITEBYTECODE
 
 #Colors yeeeyyyy
 alias ls='ls --color=auto'
diff --git a/muttrc b/muttrc
index 01c4c88..3e566db 100644 (file)
--- a/muttrc
+++ b/muttrc
@@ -7,6 +7,10 @@ set my_msmtp_pass=`gpg -d ~/passwd.gpg | grep -i mail | awk '{print $3}'`
 set sendmail="/usr/local/bin/msmtp -C /home/mart/.mutt/msmtp --password=$my_msmtp_pass -f mart@martlubbers.net -a net"
 set my_hdr="X-PGP-Key: http://www.martlubbers.net/mart@martlubbers.net.asc"
 
+# Bindings
+bind index gg first-entry
+bind index G last-entry
+
 # Macros
 # Force offlineimap to refresh in the background
 macro index,pager $ "<sync-mailbox><shell-escape>offlineimap -c ~/.mutt/offlineimaprc -k Repository_Remote:remotepass=$my_msmtp_pass &<enter>" "Force refresh"
@@ -23,8 +27,6 @@ unscore *
 score ~A 0
 score ~F 1
 macro index \CP "<flag-message><enter-command>unscore *<enter><enter-command>score ~A 0<enter><enter-command>score ~F 1<enter>" "toggle pin"
-#set index_format="%1N %4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
-
 
 # Folders
 set mbox_type=Maildir
@@ -63,16 +65,6 @@ bind pager gg top
 bind pager G bottom
 bind pager R group-reply
 
-#Sidebar options
-set sidebar_visible=yes
-set sidebar_sort=yes
-set sidebar_delim=" "
-set sidebar_width=15
-color sidebar_new brightyellow default
-bind index,pager \CL sidebar-prev
-bind index,pager \CH sidebar-next
-bind index,pager \CO sidebar-open
-
 # Adress book and url view
 set alias_file="~/.mutt/alias"
 source "~/.mutt/alias"