From f11befa73ab463cf0994d173438d65c5ab320545 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Sat, 24 Nov 2007 22:17:04 +0000
Subject: [PATCH] add a maildir examples file

---
 ChangeLog           | 2 ++
 handlers/maildir.in | 3 ---
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5baf383..19548f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,6 +21,8 @@ version 0.9.5 -- unreleased
 	 . Fixed shell command quoting issues, missing 'then' clauses, cleaned up
 	   compress=yes to be less redundant and not create empty uncompressed
 	   file (Closes: #394935)
+	maildir:
+	 . Added an examples file (Closes: Trac#23)
         mysql:
 	 . Fixed case where odd combination of configuration options caused sqldump
 	   backups to get overwritten with an empty file (Closes: #402679)
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"
-- 
GitLab