You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/12/10 19:58:53 UTC

[incubator-ponymail-foal] branch master updated: add --private note

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new f6675fa  add --private note
f6675fa is described below

commit f6675fa0c446bd540bb7e15b5ee3984b8e7aa714
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Dec 10 20:58:14 2021 +0100

    add --private note
---
 INSTALL.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/INSTALL.md b/INSTALL.md
index ad1bea5..effc98c 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -86,6 +86,12 @@ alias entry should look like this:
 inbox: "| /path/to/foal/tools/archiver.py"
 ~~~
 
+For privately archived emails, use the `--private` flag for your command:
+
+~~~text
+inbox: "| /path/to/foal/tools/archiver.py --private"
+~~~
+
 Once you have added the entry, be sure to run the `newaliases` command to update the compiled alias list.
 `archiver.py` will automatically sort out which list the email is for, if there is a List-ID header.
 You can override or manually set a list using the `--lid` flag: