diff --git a/FAQ.md b/FAQ.md index 6a12b07345..0a2c49c327 100644 --- a/FAQ.md +++ b/FAQ.md @@ -3324,6 +3324,14 @@ Note that archived messages can be deleted only by moving them to the trash fold Some background: Gmail seems to have an additional message view for IMAP, which can be different from the main message view. +Another oddity is that a star (favorite message) set via the web interface cannot be removed with the IMAP command + +``` +STORE -FLAGS (\Flagged) +``` + +On the other hand, a star set via IMAP is being shown in the web interface and can be removed via IMAP. +