Skip to content

Commit 791a9d2

Browse files
committed
reindenting a line
1 parent 03bc5ce commit 791a9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parse.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1802,7 +1802,7 @@ int parsemail(char *mbox, /* file name */
18021802
else if (!strncasecmp(head->line, "From:", 5)) {
18031803
getname(head->line, &namep, &emailp);
18041804
head->parsedheader = TRUE;
1805-
if (set_spamprotect) {
1805+
if (set_spamprotect) {
18061806
emailp=spamify(emailp);
18071807
/* we need to "fix" the name as well, as sometimes
18081808
the email ends up in the name part */

0 commit comments

Comments
 (0)