diff options
author | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-03 22:27:29 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@fripost.org> | 2012-06-03 22:28:11 +0200 |
commit | ca5d4ae21c1e3625ec68f5629baa9f058870c2b6 (patch) | |
tree | 31baa94c691a067d80a2e2d007715336d2b4c17c /lib | |
parent | a3684346f4d60715512c7ca30ba9fc7bb270c38e (diff) |
Extended the template to use GPG.
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/Fripost/Email.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Fripost/Email.pm b/lib/Fripost/Email.pm index 31d0efe..77db104 100755 --- a/lib/Fripost/Email.pm +++ b/lib/Fripost/Email.pm @@ -196,7 +196,7 @@ sub security_status { } else { if ($gpg->is_signed ( $msg )) { - return 'Signed, Plain' + return 'Signed' } else { return 'Plain' |