Skip to content
Snippets Groups Projects
Commit 0a0a87bf authored by deuce's avatar deuce
Browse files

Attach sig to email.

parent d54a8c9d
Branches
Tags
No related merge requests found
......@@ -75,7 +75,7 @@ if(sub != 'mail') {
/* Sig stuff */
if(sub != 'mail') {
if(!(msgbase.cfg.settings&SUB_NOUSERSIG) && !(hdrs.attr&MSG_ANONYMOUS)) {
if(sub=='mail' || (!(msgbase.cfg.settings&SUB_NOUSERSIG) && !(hdrs.attr&MSG_ANONYMOUS))) {
sigfile=new File(format("%suser/%04u.sig",system.data_dir,user.number));
if(sigfile.exists) {
sigfile.open("r",true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment