"Antoine Kaufmann" <toni@xxxxxxxxxxxxxxxx>:
On Fri, Oct 03 12:46, Percy Foreman wrote:Someone mentioned the "set folder" command, but that only works when I press "c + <TAB> <TAB>" in index screen.Hi, I'm using mutt with imap too. At first I had a similar problem iirc. I didn't set spoolfile. Here an excerpt from my config: set spoolfile="{toni@localhost}INBOX" set folder="{toni@localhost}INBOX" I hope it helps... Otherwise I would say that you should show us your config file so that we don't have to guess the rest your config. ;-)
set folder="imaps://$USER@xxxxxxxxxxx/INBOX" set spoolfile="imaps://$USER@xxxxxxxxxxx/INBOX/" set record="imaps://$USER@xxxxxxxxxxx/INBOX.Sent" set postponed="imaps://$USER@xxxxxxxxxxx/INBOX.Drafts" set trash="imaps://$USER@xxxxxxxxxxx/INBOX.Trash" set mbox="!"set weed set menu_scroll set status_on_top set help=noset index_format="%4C %Z %{%b %d} %-21.21L (%?l?%4l&%4c?) %s"set xterm_title = "mutt: %f %?n?N:%n&? %?b?B:%b?"
set xterm_icon = "mutt: %f %?n?N:%n&? %?b?B:%b?set status_format="-- [Total:%?M?%M/?%m%?n? New:%n?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?b? Buf:%b?%?p? Post:%p?] (%?V?%L/?%l) %?M?'%V' ? %> (%s)(%P)"
set pager_format="-%S- %C/%m [%[%d/%m/%y %H:%M]] %-21.21n %s" set message_format="%-.16n: %s" set folder_format="%N %F %2l %-8.8u %-8.8g %8s %d %f"That's about it, really. I can't think of any other option that would affect this.
thanx, P