procmailrc: use dash

This commit is contained in:
Gabriel Ebner 2008-11-07 13:10:03 +01:00
parent 65bf05e3c7
commit c7348b8df4
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# vim:ft=m4: # vim:ft=m4:
MAILDIR=$HOME/Maildir MAILDIR=$HOME/Maildir
SHELL=/bin/dash
#VERBOSE=on #VERBOSE=on
define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')') define(`deliver', `ifelse(`$1', `INBOX', `./', `.$1/')')