<<< Date Index >>>     <<< Thread Index >>>

Re: .muttrc imap help request



#set folder=3D"imaps://mail.nekophile.com/"                              =

       =20
set folder=3D~/Maildir/                                                  =
       =20

[...]

My problem is this: if I set:                                            =
     =20
                                                                        =
     =20
set folder=3D"imaps://mail.nekophile.com/"                               =
       =20
                                                                        =
     =20
folders are able to be found by hitting ? and then doing a directory     =
     =20
search.  [It starts out with INBOX and INBOX.]  However, I then get:     =
=20

A quick note:  what's the value of $record?  If it contains an '=3D' or
'+', setting folder to the IMAP server will try to write the message to
some IMAP folder.  Which may not exist.  But the message not being sent,
regardless the answer whether the outbox should be created, doesn't
sound right.
Interesting. Most of my inbox has no '+' flag, but during testing, some did: 704 Jul 15 Nicholas ( 0) Re: up & down & up & down & ... 705 + Jul 15 Phil Voris ( 0) voip
Currently, when I hit 's', I see:
---Mutt: imaps://mail.nekophile.com/INBOX [Msgs:742]---(date/date-received)-(end Save to mailbox ('?' for list): ~/Maildir/mbox
A ? reply results in:
q:Exit c:Chdir m:Mask ?:Help 1 drwxr-xr-x 65 pvoris users 4096 Jul 23 18:21 ../ 2 drwx------ 2 pvoris users 4096 Jul 23 18:15 courierimapkeywords 3 -rw-r--r-- 1 pvoris users 3596 Jul 23 18:22 courierimapsubscrib 4 -rw-r--r-- 1 pvoris users 21568 Jul 23 18:21 courierimapuiddb 5 drwx------ 2 pvoris users 32768 Jul 23 18:21 cur/ 6 drwx------ 2 pvoris users 4096 Jul 23 18:09 new/ 7 drwx------ 5 pvoris users 4096 Jul 22 13:34 outbox/ 8 drwx------ 2 pvoris users 4096 Jul 23 18:24 tmp/ -- Mutt: Directory [~/Maildir], File mask: !^\.[^.] Note that there are a lot of other .XYZ directories in there and Tbird / squirrelmail see them.
My record was:
set record="~/Maildir/.Sent/"

Adding the + to my .muttrc settings seems to cause it to look for directories named a la /imaps://www....com/

Phil