Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/mc/menu
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ n Inspect gzip'ed newsbatch file

= t r &
+ ! t t
h Strip headers from current newsarticle
h Strip headers from current news article
CHECK=`awk '{print $1 ; exit}' %f` 2>/dev/null
case "$CHECK" in
Newsgroups:|Path:)
Expand All @@ -165,7 +165,7 @@ h Strip headers from current newsarticle
esac

+ t t
H Strip headers from the marked newsarticles
H Strip headers from the marked news articles
set %t
while [ -n "$1" ]; do
CHECK=`awk '{print $1 ; exit}' $1` 2>/dev/null
Expand Down