diff --git a/FAQ.md b/FAQ.md index c58f8087b6..6ee7dfac92 100644 --- a/FAQ.md +++ b/FAQ.md @@ -397,6 +397,7 @@ Anything on this list is in random order and *might* be added in the near future * [(194) How can I set up automatic deletion of old messages?](#faq194) * [(195) Why are all messages in the archive folder of Gmail?](#faq195) * [(196) Can you add empty trash on leaving the app?](#faq196) +* [(197) How can I print a message?](#faq197) [I have another question.](#get-support) @@ -5502,6 +5503,22 @@ Note that the reference time is the time the message was first stored on the dev
+ + +**(197) How can I print a message?** + +You can print a message, both to a PDF or a printer, by tapping on the horizontal three-dots button just above the message text near the left side. +You might need to tap on the '>' button to show the message actions again. + +Note that you can configure a button for printing via the same pop-up menu. + +Printing is managed by Android for all apps. You should be able to select the paper size, etc. +You might need to update or install a driver app for your printer via the Play Store. + +A message is printed as-is, which means that the sender of the message determine the margins, etc. + +
+

Get support

🌎 [Google Translate](https://translate.google.com/translate?sl=en&u=https%3A%2F%2Fm66b.github.io%2FFairEmail%2F%23get-support) diff --git a/index.html b/index.html index 78c800f011..1ad49bb204 100644 --- a/index.html +++ b/index.html @@ -375,6 +375,7 @@
  • (194) How can I set up automatic deletion of old messages?
  • (195) Why are all messages in the archive folder of Gmail?
  • (196) Can you add empty trash on leaving the app?
  • +
  • (197) How can I print a message?
  • I have another question.

    (1) Which permissions are needed and why?

    @@ -2719,6 +2720,12 @@ adb install /path/to/FairEmail-xxx.apk

    Instead, you can configure auto-deletion of older messages, which is safer because the messages won’t be deleted immediately. For this, please tap on the account name in the navigation menu (left side menu) to go to the folder list of the account. In the folder list, long press the trash messages folder and select to edit the folder properties. Near the end of the properties screen, there is a checkbox to enable auto-deletion. You might want to change the number of days to keep messages on your device.

    Note that the reference time is the time the message was first stored on the device, not the date/time of the message itself.


    +

    (197) How can I print a message?

    +

    You can print a message, both to a PDF or a printer, by tapping on the horizontal three-dots button just above the message text near the left side. You might need to tap on the ‘>’ button to show the message actions again.

    +

    Note that you can configure a button for printing via the same pop-up menu.

    +

    Printing is managed by Android for all apps. You should be able to select the paper size, etc. You might need to update or install a driver app for your printer via the Play Store.

    +

    A message is printed as-is, which means that the sender of the message determine the margins, etc.

    +


    Get support