diff options
Diffstat (limited to 'handlers/maildir.in')
-rw-r--r-- | handlers/maildir.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/handlers/maildir.in b/handlers/maildir.in index 4b98deb..0d88e92 100644 --- a/handlers/maildir.in +++ b/handlers/maildir.in @@ -58,9 +58,6 @@ failedcount=0 destdir=${destdir%/} srcdir=${srcdir%/} -# used for testing -#getconf testuser elijah - [ -d $srcdir ] || fatal "source directory $srcdir doesn't exist" [ "$multiconnection" == "notset" ] && fatal "The maildir handler uses a very different destination format. See the example .maildir for more information" |