Skip to content
Snippets Groups Projects
Commit d54a8c9d authored by runemaster's avatar runemaster
Browse files

Indentation fixes.

parent 0972c366
No related branches found
No related tags found
No related merge requests found
...@@ -67,10 +67,10 @@ if(sub != 'mail') { ...@@ -67,10 +67,10 @@ if(sub != 'mail') {
if(sub=="mail" && hdrs.to_net_type==NET_NONE && system.settings&SYS_DELREADM) if(sub=="mail" && hdrs.to_net_type==NET_NONE && system.settings&SYS_DELREADM)
hdrs.attr|=MSG_KILLREAD; hdrs.attr|=MSG_KILLREAD;
if(sub != 'mail') { if(sub != 'mail') {
if(msgbase.cfg.settings&SUB_KILL) if(msgbase.cfg.settings&SUB_KILL)
hdrs.attr|=MSG_KILLREAD; hdrs.attr|=MSG_KILLREAD;
if(msgbase.cfg.settings&SUB_KILLP && hdrs.attr&MSG_PRIVATE) if(msgbase.cfg.settings&SUB_KILLP && hdrs.attr&MSG_PRIVATE)
hdrs.attr|=MSG_KILLREAD; hdrs.attr|=MSG_KILLREAD;
} }
/* Sig stuff */ /* Sig stuff */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment