Off the top - I am by no means an expert on setting up mutt -n- imap for Gmail.
I do have it working and syncing - and has been for a good spell now. The oddness I am experiencing is this:
When I delete mail within mutt, I end up seeing additional folders being created.
For example - The dir that is called Trash, has a Deleted Messages and a Sent Messages dir within.
I do have my dirs set correctly (I believe I do)
I have my set dirs set correctly with the addition of the following:
set spoolfile = “+Inbox”
set postponed = “+Drafts”
set record = “+Sent”
set trash = “+Trash”
In muttrc I do have the required hook:
folder-hook . ‘unset trash’
Any imap/mutt person out there, would be grateful for some guidance.
UPDATE:
I think I found the issue. I am going to close this thread but update it if the resolution holds.