Maildir experience

Jeremy Turner jeremy at linuxwebguy.com
Mon May 3 23:40:51 CDT 2004


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

With all the talk lately of Maildir and mbox, I wanted to share another
viewpoint.  I agree Maildir is the way to go, but I found one quirk with
it.  In a Maildir folder which you want to remove all messages, don't do:

rm -rf *

Since the filenames for Maildir are considerably long, using multiple
ones on a command line like that caused an error saying in effect that
my command was too long to process.  This worked however:

ls | xargs rm -rf

since it runs 'rm -rf filename' as a separate command.

Jeremy

- --
Jeremy Turner [ jeremy at linuxwebguy.com ]

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAluZx84SGIB6k0agRAsVNAJ9S+xKM1biI7ybc1aG/u03rqW+7WQCfb6dY
6kfbQ1EEqDBf4EzAoWoJfW4=
=h4Gn
-----END PGP SIGNATURE-----




More information about the Kclug mailing list