+ } elsif ("k" eq $input) {
+ # Skip this group and move to the next group
+ $aktive = 0;
+ } elsif ("f" eq $input) {
+ # View message header and body
+ my $articleref = $nntp->article($curmsgnum);
+ list_lines($articleref);
+ $curmsgnum--;
+ } elsif ("b" eq $input) {
+ # View message body
+ my $bodyref = $nntp->body($curmsgnum);
+ list_lines($bodyref);
+ $curmsgnum--;
+ } elsif ("h" eq $input) {
+ # print help