From 194a86f07f71f0d471d167f516d8523e5ace1a8e Mon Sep 17 00:00:00 2001 From: M66B Date: Sun, 19 May 2024 20:20:50 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 ++ index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 9c4c9ef7bd..0e96982774 100644 --- a/FAQ.md +++ b/FAQ.md @@ -550,6 +550,8 @@ The low priority status bar notification shows the number of pending operations, * *rule*: execute rule on body text * *expunge*: permanently delete messages * *report*: process delivery or read receipt (experimental) +* *download*: async download of text and attachments (experimental) +* *subject*: update subject Operations are processed only when there is a connection to the email server or when manually synchronizing. See also [this FAQ](#faq16). diff --git a/index.html b/index.html index de4ada6cad..30783161ae 100644 --- a/index.html +++ b/index.html @@ -507,6 +507,8 @@
  • rule: execute rule on body text
  • expunge: permanently delete messages
  • report: process delivery or read receipt (experimental)
  • +
  • download: async download of text and attachments (experimental)
  • +
  • subject: update subject
  • Operations are processed only when there is a connection to the email server or when manually synchronizing. See also this FAQ.