Skip to content
Snippets Groups Projects
Commit 996a120e authored by rswindell's avatar rswindell
Browse files

Fix jashud-reported typo: "forwaded to".

parent 4807bdaa
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
* @format.tab-size 4 (Plain Text/Source Code File Header) *
* @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) *
* *
* Copyright 2005 Rob Swindell - http://www.synchro.net/copyright.html *
* Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html *
* *
* This program is free software; you can redistribute it and/or *
* modify it under the terms of the GNU General Public License *
......@@ -2549,7 +2549,7 @@ static void smtp_thread(void* arg)
,timestr(&scfg,(time_t*)&newmsg.hdr.when_imported.time,tmp)
,sender,sender_addr);
if(!newmsg.idx.to) { /* Forwarding */
strcat(str,"\1mand it was automatically forwaded to: \1h");
strcat(str,"\1mand it was automatically forwarded to: \1h");
strcat(str,user.netmail);
strcat(str,"\1n\r\n");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment