-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.muttrc_nntp
33 lines (29 loc) · 1.17 KB
/
.muttrc_nntp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# NNTP: http://strcat.neessen.net/mutt/mutt.nntp.html
# To be sourced via ~/.muttrc_site ("source ~/.muttrc_nntp")
# set news_server = news.de.ingenico.com
# set ask_follow_up
set catchup_newsgroup = ask-no
set group_index_format = "%4C %M%N %5s %-45.45f %d"
set newsrc = "~/.mutt/nntp.d/.newsrc-%s"
set news_cache_dir = ~/.mutt/nntp.d
set nntp_load_description
set nntp_poll = 60
set post_moderated = ask-yes
set show_new_news
# up to 10k messages to be displayed
set nntp_context="10000"
unset show_only_unread
# set save_unsubscribed
unset mime_subject
# "reply" to news (followup-message)
folder-hook "nntp://" bind attach r followup-message
folder-hook "nntp://" bind index r followup-message
folder-hook "nntp://" bind pager r followup-message
folder-hook "nntp://" bind attach g followup-message
folder-hook "nntp://" bind index g followup-message
folder-hook "nntp://" bind pager g followup-message
# bind pager 'r' followup-message
bind index 'p' change-newsgroup
# http://vim.wikia.com/wiki/Forcing_UTF-8_Vim_to_read_Latin1_as_Latin1
# Currency sign: "¤"
# vim: et sw=2 ts=2 tw=2 tw=0: