diff options
author | June McEnroe <june@causal.agency> | 2021-06-09 17:20:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-09 17:20:17 -0400 |
commit | 92b58f22afbf44f4b87ce9856c6fd14b1f04da37 (patch) | |
tree | 37a8be58b361221e8413ccc8af96b0f49dceed43 /archive.h | |
parent | Use LDADD variables and BINDIR (diff) | |
download | bubger-92b58f22afbf44f4b87ce9856c6fd14b1f04da37.tar.gz bubger-92b58f22afbf44f4b87ce9856c6fd14b1f04da37.zip |
Limit number of entries in index Atom feed
Diffstat (limited to '')
-rw-r--r-- | archive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archive.h b/archive.h index 5c7dfcf..1a94744 100644 --- a/archive.h +++ b/archive.h @@ -214,6 +214,7 @@ bool exportFetch(FILE *imap, enum Atom tag, struct List threads); bool exportData(FILE *imap, enum Atom tag, struct List items); extern const char *concatHead; +extern size_t concatIndexEntries; void concatFetch(FILE *imap, enum Atom tag, struct List threads); void concatData( struct List threads, struct Envelope *envelopes, struct List items |