tags don't stay removed in the thread pane and Tag drop-down button on IMAP folders
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
People
(Reporter: myk, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: fixed1.8.1, triaged)
Attachments
(1 file)
1.39 KB,
patch
|
mscott
:
superreview+
|
Details | Diff | Splinter Review |
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
Reporter | ||
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
Reporter | ||
Comment 5•19 years ago
|
||
Comment 6•19 years ago
|
||
Updated•19 years ago
|
Comment 7•19 years ago
|
||
Reporter | ||
Comment 8•19 years ago
|
||
Comment 9•19 years ago
|
||
Reporter | ||
Comment 10•19 years ago
|
||
Reporter | ||
Comment 11•19 years ago
|
||
Comment 12•19 years ago
|
||
Comment 13•18 years ago
|
||
Comment 14•17 years ago
|
||
Updated•17 years ago
|
Comment 15•17 years ago
|
||
Comment 16•17 years ago
|
||
Comment 17•17 years ago
|
||
Comment 18•16 years ago
|
||
Comment 19•16 years ago
|
||
Comment 20•16 years ago
|
||
Updated•13 years ago
|
Comment 21•5 years ago
|
||
Interestingly, now on 78.3.2 I have this particular problem again on IMAP.
Comment 22•5 years ago
|
||
(In reply to m.kleineboymann from comment #21)
Interestingly, now on 78.3.2 (64-Bit) I have this particular problem again on IMAP.
--> After some testing here is how to reproduce the behavior:
- You tag a mail with the hotkey number you assigned, e.g. "1"
- tag shows up
- for un-tagging you use the respective hotkey to delete all tags, e.g. "0"
- tag disappears until you leave that folder and reopen it. Now tags show up again.
Expected behavior:
- tags do not show up again once removed.
Workaround:
- remove tag by using the same hotkey you used to set it, e.g. remove tag category with hotkey "1" by pressing "1" again. Tag is removed and stays removed.
Updated•3 years ago
|
Comment 24•7 months ago
•
|
||
See also bug 1940485
Comment 25•7 months ago
•
|
||
TLDR: remove all the extra and custom tags from settings > tags > manage tags.
I found the reason probably. I have some RSS subscriptions which automatically added some custom tags to thunderbird.
When I press the remove all tags button on an email, it calls this URL
[Parent 33027: IMAP]: D/IMAP URL failed with code 0x80550021 (imap://...@imap.mail.me.com:993/customKeywords%3EUID%3E/INBOX%3E734%3E%3E$label1%20$label2%20$label4%20$label5%20done%20industry%20world%20tamil_nadu%20sport%20society%20shorts%20real_estate%20other_sports%20olympics%20music%20mumbai%20movies%20motorsport%20motoring%20metroplus%20metro_plus%20mangaluru%20madurai%20luxury%20litfest%20lit_for_life%20lifestyle%20life_&-_style%20kolkata%20kochi%20kerala%20karnataka%20telangana%20india%20hyderabad%20homes_and_gardens%20history_&-_culture%20health%20food%20fitness%20features%20fashion%20environment%20entertainment%20education%20the_daily_brief%20dining%20delhi%20decor%20dance%20columns%20coimbatore%20children%20chennai%20business%20books%20beyond_the_charts%20bengaluru%20authors%20art%20theatre%20travel%20weekly_updates%20technology)
URL Decoded it looks like this
imap://...@imap.mail.me.com:993/customKeywords>UID>/INBOX>734>>$label1 $label2 $label4 $label5 done industry world tamil_nadu sport society shorts real_estate other_sports olympics music mumbai movies motorsport motoring metroplus metro_plus mangaluru madurai luxury litfest lit_for_life lifestyle life_&-_style kolkata kochi kerala karnataka telangana india hyderabad homes_and_gardens history_&-_culture health food fitness features fashion environment entertainment education the_daily_brief dining delhi decor dance columns coimbatore children chennai business books beyond_the_charts bengaluru authors art theatre travel weekly_updates technology)
This URL is causing the error. After extra tag removal, the error is gone.
As you asked for IMAP logging info in bug 1683125, CC :wsmwk
Comment 26•7 months ago
|
||
Hmm, history_&-_culture
causing an issue perhaps? The &
would likely have to be escaped and looks like it's not.
Comment 27•7 months ago
|
||
I can't redo the error by adding the following to custom tags..
history culture
history & culture
history &- culture
Comment 28•7 months ago
|
||
<category><![CDATA[Life & Style]]></category>
The RSS feed contained this.
To redo the error, add a custom tag, Life & Style
and observe the parse error for icloud emails.
Comment 29•6 months ago
|
||
(In reply to pwosj from comment #28)
<category><![CDATA[Life & Style]]></category>
The RSS feed contained this.To redo the error, add a custom tag,
Life & Style
and observe the parse error for icloud emails.
I'm seeing something like this on my icloud imap account (for testing Tb). Make a custom tag as literally Life & Style
. Set the tag on icloud message in inbox. See the tag get set OK with the literal string. Select Drafts folder and go back to Inbox. That tag on the message is now gone and doesn't come back.
See this imap request/response from icloud:
imap.mail.me.com:S-INBOX:SendData: 91 uid store 5149 +FLAGS (life_&-amp;_style)
imap.mail.me.com:S-INBOX:CreateNewLineFromSocket: 91 BAD Parse Error (took 0 ms)
If I make the custom tag literally Life Style
, it is set ok on the server like this but with blank replace with _
and uppers to lowers:
imap.mail.me.com:S-INBOX:SendData: 101 uid store 5148 +FLAGS (life_style)
imap.mail.me.com:S-INBOX:CreateNewLineFromSocket: * 4835 FETCH (UID 5148 FLAGS (nonjunk life_style))
However, removing all tags from the message fails probably because I never deleted the original tag that failed:
imap.mail.me.com:S-INBOX:SendData: 112 uid store 5148 -FLAGS ($label1 $label2 $label3 $label4 $label5 life_&-amp;_style life_style)
imap.mail.me.com:S-INBOX:CreateNewLineFromSocket: 112 BAD Parse Error (took 0 ms)
In UI, it looks like Life Style
tag is removed but when I move to Drafts and back to Inbox, the Life Style
tag comes back on the message.
FYI, this all works perfectly with both of these tags (no parse errors) when server is dovecot.
Not sure if this is a TB bug or a server bug (or both)?
Comment 30•6 months ago
•
|
||
(In reply to m.kleineboymann from comment #22)
Comment 22 STR probably has some "bad" tags created that choke the server that tb tries to remove when 0 is pressed (remove all tags on message). If the commenter is still around, I'd be curious as to which imap server was in use when the problem occurred.
Even though there also seems to be a server problem here, I'm inclined to call this a TB bug since TB should have never recorded in message db that the tag was set when the server (icloud or whatever) responded with a parsing error. And there should be better user feedback that setting the tag failed at the server, not just in activity mgr.
Description
•