Re: spoolfile, folder, and 'y'
- To: mutt-users@xxxxxxxx
- Subject: Re: spoolfile, folder, and 'y'
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Tue, 6 Nov 2007 17:00:02 -0600
- 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:in-reply-to; q=dns/txt; s=default; bh=1QbIOAv00qWmmA9Jfq98BV2s9GE=; b=Hmvz/fUXJ8O0K92srfsYDGM0WMiQeyYS48J9CplMqLg2cosrMe8YyUdJWHC1/1XohcVbxD0MEf9WBjaG2Jc9VOMGZNKWdV+kB7Y24Z//daP0USKxZ3prri1zOZcsuIyB9pHgEZWuYP0TLsgzmp1V61F5yCKk8bS+KVEaTTvLPZA=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=ABGGChxayXG1VArESP1/VZtsAvOuaQJhq4zCHWufX7v054KDSkOtVfH8Z001sz88bDkkYa55yNr5w9M1MKxZC0OyYDCdShF44Apwm3nh/TNCvPquUAnxMu3jf4UZ6QBv3BoszrZ+XysxSgPtFiqkA8qKWoZH3mfcCyKpRinxskU=; h=Received:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:MIME-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent;
- In-reply-to: <20071106212839.GA9150@xxxxxxx>
- 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
- References: <20071105220445.GA9297@xxxxxxx> <20071105224744.GI19985@xxxxxxxxxxxxx> <20071106212839.GA9150@xxxxxxx>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.17 (2007-11-05)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tuesday, November 6 at 10:28 PM, quoth list-user:
> I have now the following in my muttrc:
> set spoolfile = "/home/user/mutt_mail/inbox"
> set folder = "/home/user/mutt_mail"
>
> set copy
> set record = +/sent
> set postponed = +/draft
> mailboxes = +/inbox
> mailboxes = +/a
> mailboxes = +/b
You're misusing the mailboxes command (though in a non-critical
fashion). The mailboxes command is NOT like a 'set' command. You do
not need to use an equals sign, and in fact you *should* not use an
equals sign (because, lets face it, you are not setting anything equal
to anything else). The only reason it's working is because '=' is a
synonym for '+' in mutt (aka $folder). So your setup there is
equivalent to this:
mailboxes $folder $folder/inbox
mailboxes $folder $folder/a
mailboxes $folder $folder/b
Read the documentation for the mailboxes command; you can achieve the
same thing in a single line:
mailboxes +/inbox +/a +/b
> By pressing 'y' I get the following overview:
>
> ... 0.4K Nov 06 21:22 =/
> ... 0.1K Nov 03 13:53 =draft/
> ... 0.1K Nov 01 21:45 =inbox/
> ... 0.1K Nov 03 18:52 =a/
> ... 0.1K Nov 04 12:05 =b/
> ... 0.1K Nov 04 12:05 =sent/
>
> Selecting the first entry I see all folders in /home/user/mutt_mail/
> Is that a correct set-up?
Yes.
> How can I avoid having the 1st entry, which might be confusing.
You can't; it's in there because of $folder.
~Kyle
- --
Liberty means responsibility. That is why most men dread it.
-- George Bernard Shaw
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iD8DBQFHMPHyBkIOoMqOI14RAifwAKCH889ZDCSqYyTg/HWhENk/OIyM9wCfdu9p
TuJpiar+HcWobvQfuH5RkRQ=
=zQQR
-----END PGP SIGNATURE-----