Browse Source

Remove: usage of ~/tmp dir, tab binding in emacs. Change: mailcheck in madmutt

Emmanuel Bouthenot 16 years ago
parent
commit
da024d3a71
4 changed files with 3 additions and 7 deletions
  1. 0 2
      .emacs
  2. 1 1
      .madmutt/cfg.lua
  3. 2 0
      .madmutt/keys
  4. 0 4
      .zshenv

+ 0 - 2
.emacs

@@ -181,8 +181,6 @@
 (global-set-key [f7] 'delete-window)
 (global-set-key [f8] 'delete-other-windows)
 
-;; indent
-(global-set-key [TAB] 'indent-according-to-mode)
 
 (global-set-key "\M-g" 'goto-line)
 (global-set-key "\C-q" 'kill-this-buffer)

+ 1 - 1
.madmutt/cfg.lua

@@ -18,7 +18,7 @@ mod_core.tmpdir = mod_core.homedir..'/.madmutt/tmp'
 local maildir = "/home/manu/Mail/imap/"
 local mailboxes = { maildir }
 
-mod_buffy.mail_check = 15
+mod_buffy.mail_check = 5
 
 MAlias.record = maildir..'/.Sent'
 MAlias.alias_file = "~/.madmutt/aliases"

+ 2 - 0
.madmutt/keys

@@ -21,3 +21,5 @@ bind index,pager <right>       sidebar-next
 bind index,pager *             sidebar-open
 bind index,pager <F11>         sidebar-scroll-up
 bind index,pager <F12>         sidebar-scroll-down
+
+bind pager       <F9>          check-traditional-pgp

+ 0 - 4
.zshenv

@@ -1,8 +1,4 @@
-
 export LANG=fr_FR.UTF-8
 
-[ ! -d ~/tmp ] && mkdir ~/tmp
-export TMPDIR=~/tmp
-
 [ -f /etc/debian_chroot ] && export DISPLAY=:0.0