Skip to content

Commit

Permalink
Reverse logic.
Browse files Browse the repository at this point in the history
Fix sending encrypted messages.
  • Loading branch information
yunosh committed Feb 1, 2016
1 parent 0285f7f commit 97deca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Compose.php
Expand Up @@ -1014,7 +1014,7 @@ protected function _encryptMessage(
case IMP_Pgp::SIGNENC:
case IMP_Pgp::SYM_ENCRYPT:
case IMP_Pgp::SYM_SIGNENC:
if (IMP_Pgp::enabled()) {
if (!IMP_Pgp::enabled()) {
break;
}

Expand Down

0 comments on commit 97deca5

Please sign in to comment.