Yes, I'm replying again :-) I have realized just now, and the prior
message has already been sent. Consider this just a fix :-)

On Aug/19/1999, Gerald Oskoboiny wrote:

> You can get around this by using:
>     mailboxes `find ~/mail -type f -print`
> (untested, but I use something similar.)

        As I said before, this doesn't work, it just considers the first
item as a mailbox; which happens to be logic, because "find" puts the result
as a column of items. Then, we just have to do this to make it work:

        mailboxes `find ~/mail -type f -print | tr '\n' ' '`

        It looks right, isn't it?

        It doesn't work either O:-) And I really don't know what's the fault
now. When I put this line in my muttrc, and then I type "mutt -y", mutt just
exits without doing anything :-? But if I redirect the result of that
command to a file, and then paste its contents as a "mailboxes" line, works
fine :-?

        My excuses for the excessive noise :-)

-- 
Roberto Suarez Soto              |               Clean my wounds
mailto:[EMAIL PROTECTED]        |              Wash away all fear
* Corgo - Lugo - Galicia - Spain |             Let courage be mine

Reply via email to