Skip to content

Instantly share code, notes, and snippets.

@flatcap
Created February 3, 2021 10:48
Show Gist options
  • Select an option

  • Save flatcap/26acec1de187613d8298e5b20d0c125f to your computer and use it in GitHub Desktop.

Select an option

Save flatcap/26acec1de187613d8298e5b20d0c125f to your computer and use it in GitHub Desktop.
neomutt nntp example config
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