NEWSBEUTER: Save only 1000 articles per feed
This commit is contained in:
parent
7b6c5b0254
commit
3b6f4e27a6
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ auto-reload yes
|
||||||
browser luakit
|
browser luakit
|
||||||
confirm-exit yes
|
confirm-exit yes
|
||||||
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
||||||
max-items 2000
|
max-items 1000
|
||||||
notify-program notify-send
|
notify-program notify-send
|
||||||
notify-beep yes
|
notify-beep yes
|
||||||
reload-threads 3
|
reload-threads 3
|
||||||
|
|
Loading…
Reference in a new issue