From 3338035673fc66ef0505f210da996a07c2bffee0 Mon Sep 17 00:00:00 2001 From: revsuine Date: Mon, 4 Nov 2024 18:55:51 +0000 Subject: [PATCH] doc --- gpgmymail | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gpgmymail b/gpgmymail index 1e48c92..908cb61 100755 --- a/gpgmymail +++ b/gpgmymail @@ -59,7 +59,9 @@ def encrypt( :param unconditionally_encrypt: if True, will encrypt no matter what. If False (default), will NOT encrypt if any of the following conditions are met: - - The message is already encrypted""" + - The message is already encrypted + + :return: The encrypted email as a string""" # some mail clients like Thunderbird don't like twice-encrypted emails, # so we return the message as-is if it's already encrypted