Skip to content

Instantly share code, notes, and snippets.

@univrsal
Last active July 10, 2022 11:21
Show Gist options
  • Save univrsal/9be0909c0fb1735339f6a0104a3ea301 to your computer and use it in GitHub Desktop.
Save univrsal/9be0909c0fb1735339f6a0104a3ea301 to your computer and use it in GitHub Desktop.
Fix empty subjects for Squirrelmail

Apply with patch functions/mailbox_display.php < empty_subject.patch while in the root directory of the squirrelmail installation

271a272,275
> if ($subject == '') {
> $subject = '(No subject)';
> }
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment