With
set folder="imaps://server"
and the 'postponed' variable set to this:
set postponed="+.Drafts"
I am not asked if I want to resume a postponed message when I press 'm' to
compose a message (the postponed message did get saved into the Drafts folder).
However, with it set like this:
set postponed="imaps://server/Drafts"
I am asked if I want to resume it.
I see a similar behaviour with the 'record' variable. With it set as
set record="+.Sent"
it doesn't put sent mails into the Sent folder (although I'm sure I saw the
status briefly say it was uploading the message after (or is it before?) it was
sent). With it set like this:
set record="imaps://server/Sent"
it does save them into the Sent folder.
The '+.' does work for the 'spoolfile' variable, it just doesn't for
'postponed' and 'record'.
--
.