summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2001-11-21 13:56:40 +0000
committerThomas Roessler <roessler@does-not-exist.org>2001-11-21 13:56:40 +0000
commitc688a00e320c241b82982eee0deadc067330eaea (patch)
tree2248148ab1a7ef4651ce962e14cc5febcc9e77f5 /globals.h
parente554325940bef9d26a4d05cc9b8263216dd9e5fb (diff)
Add a $wrapmargin configuration variable to fine-tune
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index f50da8b2..b9b8d81e 100644
--- a/globals.h
+++ b/globals.h
@@ -146,10 +146,13 @@ WHERE short ReadInc;
WHERE short SendmailWait;
WHERE short SleepTime INITVAL (1);
WHERE short Timeout;
+WHERE short WrapMargin;
WHERE short WriteInc;
+
WHERE short ScoreThresholdDelete;
WHERE short ScoreThresholdRead;
WHERE short ScoreThresholdFlag;
+
#ifdef USE_IMAP
WHERE short ImapKeepalive;
#endif