XBuffy Version: 3.2.1 Patch Version: 0.3 Date: 03-20-97 URL: http://hoohoo.ncsa.uiuc.edu/~blong/programs/#xbuffy By: Brandon Long (blong@uiuc.edu) Copyright: Public Domain XBuffy Support for Maildir/MH style Mail Folders Patch ====================================================== This patch should be applied over the bugix patch by David DeSimone which is also available from the above URL. This patch should allow you to specify MH and Maildir folders using the box command just as you would for regular mbox style folders. Both of these folders are actually directories, and you point the box command at the directory itself (and not the subdirectories in the maildir case). Normally, you can pick whether to show only the new messages or all of the messages in the mailbox when you click on it with the left button. For MH and Maildir folders, you currently only get the new messages regardless of the setting. This patch makes the same assumptions that Mutt does about these folders, namely that a Maildir folder is a directory with subdirectories of cur, tmp, and new. An MH folder is a directory with a .xmhcache or .mh_sequences file in it. Versions ----------- 0.3 - MH folders should now work correctly 0.2 - BSD systems need #include for _POSIX_PATH_MAX 0.1 - First version