switching to using mutt (error)
by charbelsako from LinuxQuestions.org on (#5AQA8)
Code:IMAP command failed: a0013 NO [NONEXISTENT] Invalid folder: Sent (Failure)
IMAP command failed: a0014 NO [NONEXISTENT] Invalid folder: Trash (Failure)
IMAP command failed: a0015 NO [NONEXISTENT] Invalid folder: Drafts (Failure)
IMAP command failed: a0016 NO [NONEXISTENT] Invalid folder: Junk (Failure)Code: set folder="imaps://imap.gmail.com:993/"
set spoolfile="+INBOX"
set record="+[Gmail]/Sent"
set postponed="+[Gmail]/Drafts"
set trash = "+[Gmail]/Trash"
mailboxes =INBOX =SENT =Trash =Drafts =JunkI am getting an error when i try to access any of record, postponed and trash.
inbox is absolutely ok. I'm just wondering what I have done wrong.
The error is shown above the code.


IMAP command failed: a0014 NO [NONEXISTENT] Invalid folder: Trash (Failure)
IMAP command failed: a0015 NO [NONEXISTENT] Invalid folder: Drafts (Failure)
IMAP command failed: a0016 NO [NONEXISTENT] Invalid folder: Junk (Failure)Code: set folder="imaps://imap.gmail.com:993/"
set spoolfile="+INBOX"
set record="+[Gmail]/Sent"
set postponed="+[Gmail]/Drafts"
set trash = "+[Gmail]/Trash"
mailboxes =INBOX =SENT =Trash =Drafts =JunkI am getting an error when i try to access any of record, postponed and trash.
inbox is absolutely ok. I'm just wondering what I have done wrong.
The error is shown above the code.