Re: Need for help about the "/root/sent is not a mailbox" issue
- To: mutt-users@xxxxxxxx
- Subject: Re: Need for help about the "/root/sent is not a mailbox" issue
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Sat, 14 Jun 2008 10:16:17 -0500
- Comment: DomainKeys? See http://domainkeys.sourceforge.net/
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed; d=memoryhole.net; h=date :from:to:subject:message-id:references:mime-version:content-type :content-transfer-encoding:in-reply-to; s=default; bh=Pqd1urDAsP WRczgm0C4X87Bbobg=; b=JRTwlao5ULkfwXyQAZVi9FiWZiO3N/vYnAh0Oqqj9H 6CkMUN2RO3qzx6ytLk7qN3TsAw4cxrFpgfSzgBsqeH785Fp/gfhe1IWalZu5Qi09 LPoBBEyhvg4V0ZGPZ94jvwhkMseXBBfH+ybHN7JLatwqQca5H9ZtVDknj9d6m+HJ Y=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=kqP14KV3egYauUgpMRPpWQgZ5SRj9/iGF/qXR7EudlXCDDPcyubJIztw1/QIiMCNQFPeRlHKi4AUxDHTLkhB3UTktfkfKbPNxiQY2NO4ekCzQDqSOdutwV2QLBknlxZcYKFBXUitxKBVTP2yL/ajq7na0JptcV0rTBT4ksd4qTY=; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:Content-Transfer-Encoding:In-Reply-To:OpenPGP:User-Agent;
- In-reply-to: <12bb34d80806140534s6ab89f80l7776bd68ea551696@xxxxxxxxxxxxxx>
- List-post: <mailto:mutt-users@mutt.org>
- List-unsubscribe: send mail to majordomo@mutt.org, body only "unsubscribe mutt-users"
- Mail-followup-to: mutt-users@xxxxxxxx
- Openpgp: id=CA8E235E; url=http://www.memoryhole.net/~kyle/kyle-pgp.asc; preference=signencrypt
- References: <12bb34d80806140534s6ab89f80l7776bd68ea551696@xxxxxxxxxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.18 (2008-06-02)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Saturday, June 14 at 08:34 PM, quoth Awflasher(GuoQirui):
>But then, I cannot even send anything now. It told me that:
>
> /root/sent is not a mailbox
>
>But why? What's a "mailbox" ? Can anyone give me some tips? Thanks
>very much in advance!
A mailbox is a place to store messages, and mutt can understand four
types of mailbox: mbox, maildir, MMDF, and MH. Each kind of mailbox is
structured in a specific way to facilitate the operations that you
want mailboxes to perform (i.e. delivering new messages and reading
random messages). By "facilitate", I mean that in most cases the
internal structure is absolutely required in order to avoid corrupting
messages.
A plain empty folder is NOT a valid mailbox.
If you're curious, I'll explain the types of mailboxes that mutt
supports.
An mbox is a flat text file. There are requirements on the contents of
the file and the format of the messages so that each message can be
safely distinguished from the others. Message tags (e.g. "replied",
"new", "seen", etc.) require modifying the content of the message.
An MMDF mailbox is similar to an mbox, but has different methods of
distinguishing distinct messages. Again, tagging a message requires
modifying the content of the message.
An MH mailbox is a folder containing email messages in separate files.
This solves several problems associated with mbox, but adds different
ones. For example, in order to prevent concurrent message deliveries
from writing to the same file, a special non-message file is stored in
the directory with the name ".mh_sequences" which has a special
internal format. Again, tagging a message requires modifying the
content of the message.
A Maildir mailbox is like an MH mailbox, but has a unique way of
delivery that makes unique filenames easier to generate without
locking. Its structure is a folder containing three sub-folders with
specific names (i.e. "cur", "new", and "tmp"). Message tags in a
Maildir are appended to the message's filename.
~Kyle
- --
...wherever the people are well-informed, they can be trusted with
their own government.
-- Thomas Jefferson
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iEYEARECAAYFAkhT4MAACgkQBkIOoMqOI16rDQCdEWDTjzA9jevSKFQK4s7bUcn5
TUEAoIX5pkFwv3vxRLCHDapPRMYUFBv0
=lgOb
-----END PGP SIGNATURE-----