Re: spoolfile, folder, and 'y'
- To: mutt-users@xxxxxxxx
- Subject: Re: spoolfile, folder, and 'y'
- From: Kyle Wheeler <kyle-mutt@xxxxxxxxxxxxxx>
- Date: Mon, 5 Nov 2007 16:47:44 -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=eJCZcP1TTqQQU3D+3CCaVzeA4qE=; b=YG5XNj5Foi9r7hV70r2QE06gSIVd7ouwZYNdlipJ038VDGyBo0svTzJiyZYtpwIn6DVq6yGrgEH81PRk/UFO7pC6FFp+d3oT3sfmUvn0BJLA6hBMnw1ZJNH6FaRZFD0yuQEfXDIMG6RPlMv2EFeBSczjPSgzf9lppSND+xXYB0I=
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=default; d=memoryhole.net; b=KAEK43Lhv8Hz93ds3+EsvyILU+IPx56VHs7Mj+zJ8XUshAs0yDo1b6+sWSZTwWFHnSqT0W+1KMeLo5wwpMLk4DwTJaiS+1ESqdxq1zJxtin1tuTF/1TmlkH8NzpzFjdAMcaxxpBTZb1kd2Et4nSHl5blzvJpCQEhj9zwY4BttjM=; 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: <20071105220445.GA9297@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>
- Sender: owner-mutt-users@xxxxxxxx
- User-agent: Mutt/1.5.17 (2007-11-05)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday, November 5 at 11:04 PM, quoth list-user:
>Beside others I have the following lines in my muttrc:
>
>set mbox_type = "Maildir"
>set spoolfile = "/home/user/mutt_mail/inbox"
>set folder = "/home/user/mutt_mail"
>
>mailboxes !
>mailboxes = a
>mailboxes = b
>mailboxes = c
You probably mean/want:
>All mailboxes are put in the same directory: /home/user/mutt_mail/a
>etc.
>By pressing 'y' I have 2 entries, '=/' and '=inbox'.
>Actually I do want to see all my mailboxes, including the inbox.
y only lists mailboxes that have been specified with the 'mailboxes'
command. You probably mean/want:
mailboxes = =/inbox =/a =/b =/c
Or, if you want it to automatically generate that:
mailboxes = =/inbox
`ls $folder | awk '{print "mailboxes " $0}' > ~/.mutt_list && echo source
~/.mutt_list`
~Kyle
- --
Reality is that which, when you stop believing in it, doesn't go away.
-- Philip K. Dick
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iD8DBQFHL52QBkIOoMqOI14RAoyYAKCKvJGL0qsWWG0NzW/CleKZFCb9XQCfWBDd
MJqle/X1qr5HoItIzItZ4zI=
=p+rY
-----END PGP SIGNATURE-----