Created
February 3, 2021 10:48
-
-
Save flatcap/26acec1de187613d8298e5b20d0c125f to your computer and use it in GitHub Desktop.
neomutt nntp example config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set newsrc = "~/.newsrc" # File containing list of subscribed newsgroups | |
| set news_cache_dir = "~/.neomutt" # Directory for cached news articles | |
| # set catchup_newsgroup = ask-yes # Mark all articles as read when leaving a newsgroup | |
| # set nntp_context = 1000 # Maximum number of articles to list (0 for all articles) | |
| # set nntp_poll = 60 # Interval between checks for new posts | |
| set news_server = "news://nntp.lore.kernel.org" | |
| set folder = "$news_server" | |
| mailboxes +org.kernel.vger.linux-doc | |
| mailboxes +org.kernel.vger.netdev | |
| mailboxes +org.kernel.vger.selinux | |
| set sidebar_indent_string = " " | |
| set sidebar_short_path = yes | |
| set sidebar_visible = yes | |
| set sidebar_delim_chars = "/." | |
| bind index,pager \CP sidebar-prev | |
| bind index,pager \CN sidebar-next | |
| bind index,pager \CO sidebar-open |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment