From 925887ce8a40a07da92f5baecd29b229fe9c0f85 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 30 Nov 2023 10:35:12 -0500 Subject: Move neomutt config around --- dot_mutt/news.rc | 71 -------------------------------------------------------- 1 file changed, 71 deletions(-) delete mode 100644 dot_mutt/news.rc (limited to 'dot_mutt/news.rc') diff --git a/dot_mutt/news.rc b/dot_mutt/news.rc deleted file mode 100644 index 2b2d57b..0000000 --- a/dot_mutt/news.rc +++ /dev/null @@ -1,71 +0,0 @@ -# Example NeoMutt config file for the nntp feature. - -# -------------------------------------------------------------------------- -# VARIABLES - shown with their default values -# -------------------------------------------------------------------------- -set ask_follow_up = no -set ask_x_comment_to = no -set catchup_newsgroup = ask-yes -set followup_to_poster = ask-yes -set group_index_format = '%4C %M%N %5s %-45.45f %d' -set inews = '' -set mime_subject = yes -set newsgroups_charset = utf-8 -set newsrc = '~/.newsrc' -set news_cache_dir = '~/.mutt/cache/' -set news_server = 'news.club.cc.cmu.edu' -set nntp_authenticators = '' -set nntp_context = 1000 -set nntp_listgroup = yes -set nntp_load_description = yes -set nntp_pass = '' -set nntp_poll = 60 -set nntp_user = '' -set post_moderated = ask-yes -set save_unsubscribed = no -set show_new_news = yes -set show_only_unread = no -set x_comment_to = no -# -------------------------------------------------------------------------- -# FUNCTIONS - shown with an example mapping -# -------------------------------------------------------------------------- -# mark all articles in newsgroup as read -bind browser,index y catchup -# open a different newsgroup -bind index i change-newsgroup -# edit the Followup-To field -bind compose o edit-followup-to -# edit the newsgroups list -bind compose N edit-newsgroups -# edit the X-Comment-To field -bind compose x edit-x-comment-to -# followup to newsgroup -bind attach,index,pager F followup-message -# post message to newsgroup -bind index,pager P post-message -# load list of all newsgroups from NNTP server -bind browser g reload-active -# subscribe to current mbox (IMAP/NNTP only) -bind browser s subscribe -# subscribe to newsgroups matching a pattern -bind browser S subscribe-pattern -# mark all articles in newsgroup as unread -bind browser Y uncatchup -# unsubscribe from current mbox (IMAP/NNTP only) -bind browser u unsubscribe -# unsubscribe from newsgroups matching a pattern -bind browser U unsubscribe-pattern -# open a different newsgroup in read only mode -bind index,pager \ei change-newsgroup-readonly -# forward to newsgroup -bind attach,index,pager \eF forward-to-group -# get all children of the current message -# bind index ??? get-children -# get parent of the current message -bind index \eG get-parent -# reconstruct thread containing current message -# bind index ??? reconstruct-thread -# get message with Message-Id -bind index \CG get-message -# -------------------------------------------------------------------------- -# vim: syntax=neomuttrc -- cgit v1.2.3