mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-21 23:32:51 +00:00
Updated FAQ
This commit is contained in:
parent
9365e5b569
commit
5eef9346c5
2 changed files with 22 additions and 12 deletions
11
FAQ.md
11
FAQ.md
|
@ -430,6 +430,7 @@ Anything on this list is in random order and *might* be added in the near future
|
|||
* [(203) Where is my sent message?](#faq203)
|
||||
* [(204) How do I use Gemini?](#faq204)
|
||||
* [(205) How do I check the integrity of an APK file?](#faq205)
|
||||
* [(206) How can I move or copy messages from one account to another?](#faq206)
|
||||
|
||||
[I have another question.](#get-support)
|
||||
|
||||
|
@ -6161,6 +6162,16 @@ Attestation of APK files is available from version 1.2209.
|
|||
|
||||
<br>
|
||||
|
||||
<a name="faq206"></a>
|
||||
**(206) How can I move or copy messages from one account to another?**
|
||||
|
||||
There are two options for this:
|
||||
|
||||
1. Long press a message in the message list to select it, tap the three-dot button that appears, scroll to the bottom of the pop-up menu and select the target account.
|
||||
2. Long press the move-to button just above the message text to select the target account first.
|
||||
|
||||
<br>
|
||||
|
||||
<h2><a name="get-support"></a>Get support</h2>
|
||||
|
||||
🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23get-support)
|
||||
|
|
23
index.html
23
index.html
|
@ -8,19 +8,10 @@
|
|||
<style>
|
||||
code{white-space: pre-wrap;}
|
||||
span.smallcaps{font-variant: small-caps;}
|
||||
div.columns{display: flex; gap: min(4vw, 1.5em);}
|
||||
div.column{flex: auto; overflow-x: auto;}
|
||||
span.underline{text-decoration: underline;}
|
||||
div.column{display: inline-block; vertical-align: top; width: 50%;}
|
||||
div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
|
||||
/* The extra [class] is a hack that increases specificity enough to
|
||||
override a similar rule in reveal.js */
|
||||
ul.task-list[class]{list-style: none;}
|
||||
ul.task-list li input[type="checkbox"] {
|
||||
font-size: inherit;
|
||||
width: 0.8em;
|
||||
margin: 0 0.8em 0.2em -1.6em;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.display.math{display: block; text-align: center; margin: 0.5rem auto;}
|
||||
ul.task-list{list-style: none;}
|
||||
</style>
|
||||
<link rel="shortcut icon" href="https://raw.githubusercontent.com/M66B/FairEmail/master/app/src/main/ic_launcher-web.png">
|
||||
<meta name="theme-color" content="#006db3">
|
||||
|
@ -431,6 +422,7 @@
|
|||
<li><a href="#faq203">(203) Where is my sent message?</a></li>
|
||||
<li><a href="#faq204">(204) How do I use Gemini?</a></li>
|
||||
<li><a href="#faq205">(205) How do I check the integrity of an APK file?</a></li>
|
||||
<li><a href="#faq206">(206) How can I move or copy messages from one account to another?</a></li>
|
||||
</ul>
|
||||
<p><a href="#get-support">I have another question.</a></p>
|
||||
<p><a name="faq1"></a> <strong>(1) Which permissions are needed and why?</strong></p>
|
||||
|
@ -3080,6 +3072,13 @@ adb install /path/to/FairEmail-xxx.apk</code></pre>
|
|||
<pre><code>gh attestation verify xyz.apk -R M66B/FairEmail</code></pre>
|
||||
<p>Attestation of APK files is available from version 1.2209.</p>
|
||||
<p><br></p>
|
||||
<p><a name="faq206"></a> <strong>(206) How can I move or copy messages from one account to another?</strong></p>
|
||||
<p>There are two options for this:</p>
|
||||
<ol type="1">
|
||||
<li>Long press a message in the message list to select it, tap the three-dot button that appears, scroll to the bottom of the pop-up menu and select the target account.</li>
|
||||
<li>Long press the move-to button just above the message text to select the target account first.</li>
|
||||
</ol>
|
||||
<p><br></p>
|
||||
<h2>
|
||||
<a name="get-support"></a>Get support
|
||||
</h2>
|
||||
|
|
Loading…
Reference in a new issue