Displaying 1 result from an estimated 1 matches for "archivetest".
2008 Jun 27
1
1.1 namespaces and message corruption
...ave two namespaces, set up like so:
namespace private { # Default
separator = .
hidden = no
inbox = yes
prefix =
location = maildir:%h/Maildir
}
namespace private {
separator = .
hidden = no
prefix = "INBOX.ArchiveTest."
location = mbox:%h/Maildir/Archive
}
All I do is tell my client (mutt) to copy a message from a folder in
the maildir namespace into a folder in the mbox namespace.
Does anyone know what might be going wrong or how I can even debug
this? No error messages of any kind are sh...