add sync = 1 documentation
This commit is contained in:
parent
0b8c977aad
commit
59173f055e
@ -77,12 +77,14 @@ exmaple feeds.ini:
|
|||||||
|
|
||||||
# section pair in feeds.ini
|
# section pair in feeds.ini
|
||||||
# connects to nntp.something.tld:1199 and authenticates with a username and password
|
# connects to nntp.something.tld:1199 and authenticates with a username and password
|
||||||
|
# sync = 1 makes you download all applicable posts from the remote server on startup
|
||||||
|
|
||||||
[feed-authenticated]
|
[feed-authenticated]
|
||||||
host = nntp.something.tld
|
host = nntp.something.tld
|
||||||
port = 1199
|
port = 1199
|
||||||
username = user-user-here
|
username = user-user-here
|
||||||
password = pass-word-here
|
password = pass-word-here
|
||||||
|
sync = 1
|
||||||
|
|
||||||
[authenticated]
|
[authenticated]
|
||||||
overchan.* = 1
|
overchan.* = 1
|
||||||
|
Reference in New Issue
Block a user