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 /bubger.1 | |
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-- | bubger.1 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bubger.1 b/bubger.1 index fb349e7..6f0c4d7 100644 --- a/bubger.1 +++ b/bubger.1 @@ -1,4 +1,4 @@ -.Dd March 3, 2021 +.Dd June 9, 2021 .Dt BUBGER 1 .Os . @@ -9,6 +9,7 @@ .Sh SYNOPSIS .Nm .Op Fl iqtv +.Op Fl A Ar entries .Op Fl C Ar path .Op Fl H Ar head .Op Fl S Ar search @@ -40,6 +41,13 @@ is written to standard output. The arguments are as follows: . .Bl -tag -width Ds +.It Fl A Ar entries +Limit the number of entries +in the index Atom feed. +The default limit is 20. +Thread Atom feeds +always contain all entries. +. .It Fl C Ar path Change directory to .Ar path @@ -160,7 +168,7 @@ The IMAP password. .Sh FILES .Bl -tag -width Ds .It Pa index.atom -Rendered Atom feed of all messages. +Rendered Atom feed of recent messages. .It Pa index.html Rendered HTML index of all threads. .It Pa thread/*.atom , Pa thread/*.html , Pa thread/*.mbox |