On Thu, Jan 25, 2007 at 07:59:28PM +0100, Michelle Konzack wrote: > Now, in mutt we configure "mailboxes" and there is a problem with: > > mailboxes =INBOX \ > =INBOX.Business.Soci?t?_G?n?rale_Marocaine \ > =INBOX.Business.Gr?nderLinX I have not seen this line-continuation syntax in a muttrc. > I do not know, whether Courier or Mutt (over IMAP) does not more recognize > the second and third mailfolder... In addition to containing UTF-8 chars, they are also not on the first line. Have you tried something like: (find $spoolfile -mindepth 1 -type d \! \( -name new -o -name cur -o -name tmp \) -print | (while read d; do for s in cur new tmp; do test -d "$d/$s" || continue; done; echo "mailboxes =${d##$spoolfile}"; done) | sort) >> $HOME/.mutt/mailboxes This prints one on every line, since they are cumulative. > Is it possible to use UTF-8 names for Mailfolder created by procmail and > use it from courier? I don't know. -- ``Unthinking respect for authority is the greatest enemy of truth.'' -- Albert Einstein -><- <URL:http://www.subspacefield.org/~travis/> For a good time on my UBE blacklist, email john@xxxxxxxxxxxxxxxxxx
Attachment:
pgpBxEYTMLjA3.pgp
Description: PGP signature