From: Marius Gavrilescu Date: Thu, 10 Jul 2014 15:05:06 +0000 (+0300) Subject: Prevent undef warning on plain mesasges X-Git-Url: http://git.ieval.ro/?p=app-edwardng.git;a=commitdiff_plain;h=2601b44a11d012215c88c8683178a933da63c422 Prevent undef warning on plain mesasges --- diff --git a/lib/App/EdwardNG.pm b/lib/App/EdwardNG.pm index 94a5a20..7d32be1 100644 --- a/lib/App/EdwardNG.pm +++ b/lib/App/EdwardNG.pm @@ -110,7 +110,7 @@ sub process_message { } debug 'This mail doesn\'t seem to be signed or encrypted'; - return 'plain' + return 'plain', message => '' } sub run {