summaryrefslogtreecommitdiff
path: root/include/extern.h
diff options
context:
space:
mode:
authorNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 23:55:49 +0000
committerNaram Qashat cyberbotx@cyberbotx.com <Naram Qashat cyberbotx@cyberbotx.com@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-09 23:55:49 +0000
commit359e7ebdeff9206e4f702a090a8806c322709a49 (patch)
tree5bd0397d15b390cea84b59cf6518c8b5db45e43c /include/extern.h
parent2b07bdbf2f4ef0d3a55c6bbc460a73b1fbc708af (diff)
Added dontquoteaddresses directive to mail block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1626 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'include/extern.h')
-rw-r--r--include/extern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/extern.h b/include/extern.h
index 99f049200..3a1cb8cf5 100644
--- a/include/extern.h
+++ b/include/extern.h
@@ -315,7 +315,7 @@ E char *SendMailPath;
E char *SendFrom;
E bool RestrictMail;
E time_t MailDelay;
-E int DontQuoteAddresses;
+E bool DontQuoteAddresses;
E int NSDefFlags;
E int NSDefLanguage;