Hello [email protected], Am 2010-08-30 09:00:25, hacktest Du folgendes herunter: > I was curious about the sidebar and recompiled mutt with that option. > Some questions. > > What is the status of this patch? I gather it is not official and > probably never will be. Is this because it conflicts with plans for > mutt, or it is too hoaky, or not well written, or ... > > I have maildirs, a bunch of them, all under ~/Maildirs. I was hoping > to be able to use something like this: > > mailboxes ~/Maildirs/* > > but that's nae working. I'd rather not list them all explicitly, > otherwise changing the dirs under ~/Maildirs requires the extra and > easy-to-forget step of editing the mutt config. I also thought to > make an alias, something like this
I have a tool which does this:
----[ '~/.mutt/mailboxes' ]---------------------------------------------
set xterm_icon = 'ML_mail [%n] %f'
set xterm_title = 'ML_mail [%n] %f'
unmailboxes *
mailboxes =.ML_mail.ADMIN/
mailboxes =.ML_mail/
`tdmuttmailboxes --folder=.ML_mail.* |grep -v ADMIN`
------------------------------------------------------------------------
which assume, you are using Courier style Maildir and it output
for example following:
mailboxes =.ml_mail.clamav-us...@lists_clamav_net
mailboxes =.ml_mail.courier-us...@lists_sourceforge_net
mailboxes =.ml_mail.exim-us...@exim_org
mailboxes =.ml_mail.fetchmail-us...@lists_berlios_de
mailboxes =.ml_mail.imapproxy-i...@lists_andrew_cmu_edu
mailboxes =.ml_mail.mutt-us...@mutt_org
mailboxes =.ml_mail.perdition-us...@vergenet_net
mailboxes =.ml_mail.procm...@lists_rwth-aachen_de
mailboxes =.ml_mail.squirrelmail-annou...@lists_sourceforge_net
mailboxes =.ml_mail.squirrelmail-imappr...@lists_sourceforge_net
mailboxes =.ml_mail.squirrelmail-us...@lists_sourceforge_net
mailboxes =.ml_mail.us...@spamassassin_apache_org
which is automaticaly read by mutt. This has the advantage, if I like to
remove one of them manualy, I can simlply use
unmailboxes =.ml_mail.squirrelmail-annou...@lists_sourceforge_net
because if you put ALL folders in ONE "mailboxes" directive, you have to
use
unmailboxes *
to get rid of them, BUT AT ONCE!
Oh, "tdmuttmailboxes2 is currently a BASH script, but I like to switch
to perl, because the I can activate the option
--server=mail.example.com
to get the list of the directories on the IMAP server...
Thanks, Greetings and nice Day/Evening
Michelle Konzack
--
##################### Debian GNU/Linux Consultant ######################
Development of Intranet and Embedded Systems with Debian GNU/Linux
itsyst...@tdnet France EURL itsyst...@tdnet UG (limited liability)
Owner Michelle Konzack Owner Michelle Konzack
Apt. 917 (homeoffice)
50, rue de Soultz Kinzigstraße 17
67100 Strasbourg/France 77694 Kehl/Germany
Tel: +33-6-61925193 mobil Tel: +49-177-9351947 mobil
Tel: +33-9-52705884 fix
<http://www.itsystems.tamay-dogan.net/> <http://www.flexray4linux.org/>
<http://www.debian.tamay-dogan.net/> <http://www.can4linux.org/>
Jabber [email protected]
ICQ #328449886
Linux-User #280138 with the Linux Counter, http://counter.li.org/
signature.pgp
Description: Digital signature
