From bec94286d78525313efb759371f09d84b718dd21 Mon Sep 17 00:00:00 2001 From: M66B Date: Sat, 6 Jun 2026 07:34:36 +0200 Subject: [PATCH] Updated FAQ --- FAQ.md | 2 -- index.html | 1 - 2 files changed, 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 8b18652bd6..7f7ee6c269 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1294,8 +1294,6 @@ This will result in searching in the subject or text (only) like this: ("apple" AND "banana" AND NOT "cherry") OR "nuts" ``` -This will **only** work for searching on the server! -
Since version 1.1980 it is possible to use these prefixes as a search expression: diff --git a/index.html b/index.html index 41b61aa281..a3e452d46e 100644 --- a/index.html +++ b/index.html @@ -859,7 +859,6 @@ openssl pkcs12 -export -legacy -in certbag.pem >legacy.p12
apple +banana -cherry ?nuts

This will result in searching in the subject or text (only) like this:

("apple" AND "banana" AND NOT "cherry") OR "nuts"
-

This will only work for searching on the server!


Since version 1.1980 it is possible to use these prefixes as a search expression:

from:<email address>