summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-10-29 05:43:19 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-10-29 05:43:19 +0000
commit18b9d02a09666e31fcb6d0858eb862521145c848 (patch)
tree7eb6333f98685f9de65472985602d3f7f3f29567 /globals.h
parent4f2a8707c16d2b1fbf5ca9d06e1aeaecbf97b052 (diff)
Don't check the number of postponed messages every time the status
line is updated - this gets quite slow when used with slow IMAP connections.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 36ed6350..1de45f52 100644
--- a/globals.h
+++ b/globals.h
@@ -126,6 +126,7 @@ WHERE short HistSize;
WHERE short PagerContext;
WHERE short PagerIndexLines;
WHERE short PopPort;
+WHERE short PostCount INITVAL(0);
WHERE short ReadInc;
WHERE short SendmailWait;
WHERE short Timeout;