Lichtmacher 發表對 Simple Mail Redirection 的評論
評分: 4 / 5 顆星
The addon works good for us for redirecting (delegating) E-Mails. The accounts are often accessed by several people or by one person from different systems (Linux, Windows).
Since a little while the icon for "E-Mail is redirected" does only appear in the thunderbird-instance from which the E-Mail is redirected.
I defined a tag "redirected" and it works - all systems show the tag.
But it would be better to show the symbol, because one line gets only one color. We use the tags for different purposes. So you have to select the E-Mail to see in the header section all tags.
Unfortunately the tag ist the best i can do. Probably you can do some magic with userChrome.css:
tr[data-properties~="Tredirected"] :is(.subject-line img, .Tredirected) {
content: url("resent.svg") !important;
}
Untestet, and you have to provide your own "resent.svg"
請選擇一個原因:
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。