summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-01-29 21:00:00 +0100
committerDaniel Friesel <derf@finalrewind.org>2011-01-29 21:00:00 +0100
commitb7b86394a0a02b5cd99990f2aedd31bb9c9ba986 (patch)
treee6d1ad4272e67308b32fe1d228366c535b9b8f24 /etc/.zshrc
parent26b014bfa2dfca19bd97415ab335717e13fcc02a (diff)
zshrc: Update mutt aliases for new maildirs format
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 5256bae..23c2f37 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -439,7 +439,7 @@ if [[ ${distro} == debian ]] { #{{{
} #}}}
if [[ ${HOST} == aneurysm ]] { #{{{
- while read mdir; do
+ while read mdir discard; do
alias mutt-${${mdir#.}//\//-}="mutt -f ${HOME}/Maildir/${mdir}"