fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 62 forks source link

is_smime undefined #204

Closed norm2k closed 9 years ago

norm2k commented 9 years ago

ERROR: /usr/share/z-push-master/backend/imap/mime_encode.php:309 Use of undefined constant is_smime - assumed 'is_smime'

I Think line 309 should be: if (is_smime($message) && !($message->ctype_primary == "multipart" && $message->ctype_secondary == "signed")) {

fmbiete commented 9 years ago

Of course!! Fixed.