diff options
author | Adam <Adam@anope.org> | 2010-08-14 12:21:39 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-08-14 12:21:39 -0400 |
commit | d1b5797f5d742fdd18a8fd6ae31e20992182155c (patch) | |
tree | 655e99a1ebc1693d962b5722b69c9c0c35fa3fcc /include | |
parent | a2e9e45e3778c7a29a30fbe3523026df5a5b8304 (diff) |
Added a config option that allows nix users to fork when sending mail, can drastically speed up mail sending on some boxes
Diffstat (limited to 'include')
-rw-r--r-- | include/extern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/extern.h b/include/extern.h index c9d67cdbb..b46b4abc9 100644 --- a/include/extern.h +++ b/include/extern.h @@ -370,6 +370,7 @@ E char *SendFrom; E int RestrictMail; E int MailDelay; E int DontQuoteAddresses; +E int ForkForMail; E int NSDefFlags; E int NSDefLanguage; |