From d4b75fe0004aae67591989b57b2f3561a075dacc Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Sun, 4 Sep 2016 14:32:13 +0200 Subject: [PATCH] ... --- src/pEpmodule.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pEpmodule.cc b/src/pEpmodule.cc index c84b51d..d03059b 100644 --- a/src/pEpmodule.cc +++ b/src/pEpmodule.cc @@ -236,7 +236,8 @@ BOOST_PYTHON_MODULE(pEp) "\n" " extra_keys list of strings with fingerprints for extra keys to use\n" " for encryption\n" - " enc_format 'none', 'partitioned', 'S/MIME', 'PGP/MIME' or 'pEp'\n" + " enc_format 'none' or 0, 'partitioned' or 1, 'S/MIME' or 2,\n" + " 'PGP/MIME' or 3, 'pEp' or 4\n" " flags 1 is force encryption\n" ) .def("decrypt", &Message::decrypt,