move -maxdepth 1 option before -type d due to find giving this warning when it is...
authormicah <micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Wed, 13 Feb 2008 16:57:54 +0000 (16:57 +0000)
committermicah <micah@758a04ac-41e6-0310-8a23-8373a73cc35d>
Wed, 13 Feb 2008 16:57:54 +0000 (16:57 +0000)
commitd1f8d4e7c31d26e3c6c5853d4c368669f1168422
tree7e4a4c953124af9d7e12a224ab66b15073553b68
parent8de46885c1f62dbbb135cc9cfd7483c5eb7a8b61
move -maxdepth 1 option before -type d due to find giving this warning when it is after:

find: warning: you have specified the -maxdepth option after a
non-option argument -type, but options are not positional (-maxdepth
affects tests specified before it as well as those specified after
it).  Please specify options before other arguments.

git-svn-id: http://code.autistici.org/svn/backupninja/trunk@555 758a04ac-41e6-0310-8a23-8373a73cc35d
handlers/maildir.in