usage of environment var for inbox

master
Sebastian Tramp 2012-04-16 23:05:45 +02:00
parent d3728bdeb1
commit 92dee5c5ea
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ function tmuxChangeDirectory () {
# set the tmux status line
if [[ "$TMUX" != "" ]]; then
newMailCountTool="/home/seebi/bin/scripts/newMailCount.py"
tmux set-option -g status-right "$PWD ✉ #($newMailCountTool /var/mail/seebi)" >/dev/null
tmux set-option -g status-right "$PWD ✉ #($newMailCountTool $MAIL)" | tee >/dev/null
fi
if [[ $VCS_TYPE == 'hg' ]]; then