commit 8129c89ca1c8f4181e64262dc35721dceacc264b parent 52b228956ab372afc4645f4c8eed34d2839dd48a Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Mon, 9 Jan 2017 13:39:03 -0800 Merge branch 'master' of github.com:anders-dc/dotfiles Diffstat:
M | .mutt/muttrc | | | 19 | ++++++++++++++++--- |
M | .zshrc | | | 3 | +++ |
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -166,9 +166,22 @@ macro index Y "<next-unread-mailbox>" "go to next mailbox with unread mails" #offlineimap to sync all mail" #macro index o "<shell-escape>offlineimap -u blinkenlights -qf INBOX<enter>" #"run offlineimap to sync inboxes" -macro index O "<shell-escape>offlineimap<enter>" "run offlineimap to sync all mail" -macro index o "<shell-escape>offlineimap -qf INBOX<enter>" "run offlineimap to sync inboxes" -macro index K "<shell-escape>kill -9 $(ps aux|grep offlineimap|grep python|awk ' {print $2} ')<enter>" "kill all offlineimap processes" + +macro index,pager S "<enter-command>unset wait_key<enter>\ +<pipe-entry>bogofilter -l -s<enter>\ +<enter-command>set wait_key<enter>\ +<save-message>=riseup/Spam<enter>" "mark as spam" + +macro index O "<enter-command>unset wait_key<enter>\ +<shell-escape>offlineimap<enter>\ +<enter-command>set wait_key<enter>" "run offlineimap to sync all mail" + +macro index o "<enter-command>unset wait_key<enter>\ +<shell-escape>offlineimap -qf INBOX<enter>\ +<enter-command>set wait_key<enter>" "run offlineimap to sync inboxes" + +macro index K "<enter-command>unset wait_key<enter>\ + <shell-escape>kill -9 $(ps aux|grep offlineimap|grep python|awk ' {print $2} ')<enter>" "kill all offlineimap processes" macro index U "<limit>all\n" "show all messages (undo limit)" diff --git a/.zshrc b/.zshrc @@ -256,3 +256,6 @@ alias cala="gcalcli agenda" [ -d ~/code/issm/trunk ] && export ISSM_DIR=~/code/issm/trunk export GPG_TTY=`tty` + +export GOPATH=$HOME/src/golang +. $HOME/torch/install/bin/torch-activate