From 52056956c1eedd083b434ccbd422a2febd2488e7 Mon Sep 17 00:00:00 2001 From: M66B Date: Tue, 9 Feb 2021 17:11:30 +0100 Subject: [PATCH] Updated FAQ --- FAQ.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. +