fwds = db.message().getForwardAddresses(message.account, last);
+ if (fwds != null)
+ for (String fwd : fwds)
+ for (Address address : DB.Converters.decodeAddresses(fwd))
+ if (address instanceof InternetAddress)
+ result.forwarded.add((InternetAddress) address);
+ }
return result;
}
diff --git a/index.html b/index.html
index 09a832cd31..6b089f840c 100644
--- a/index.html
+++ b/index.html
@@ -8,10 +8,19 @@
@@ -2220,6 +2229,9 @@ $NotDisplayed
Rule expression condition (1.2174+)
See this FAQ
+Fast forward (1.2226+)
+Show (fast) Forward to in the answer menu, with adresses recently used for forwarding messages.
+
(126) Can message previews be sent to my smartwatch?
🌎 Google Translate
FairEmail fetches a message in two steps: