Source: nn
Version: 6.7.3-14
Severity: normal
Tags: patch

Dear Maintainer,

>From 3b6b67d3ad6628029c366f59f34f0576138260d8 Mon Sep 17 00:00:00 2001
>From: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
>Date: Sat, 20 Feb 2021 22:40:56 +0000
>Subject: [PATCH] save.c: define "DO_MIME" and "pager"

Signed-off-by: Bjarni Ingi Gislason <bjarn...@rhi.hi.is>
---
 save.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/save.c b/save.c
index b35211f..2b14d6b 100644
--- a/save.c
+++ b/save.c
@@ -93,6 +93,7 @@ int             print_header_type = SHORT_HEADER;
 #define        DO_UNSHAR       0x2000  /* unshar article (or patch) */
 #define        DO_PATCH        0x4000  /* patch article */
 #define        DO_DECODE       0x8000  /* uudecode article */
+#define        DO_MIME         0x10000 /* make mime article readable */
 
 /* open modes for open_news_article for the various HEADER_HANDLINGs */
 
@@ -194,6 +195,7 @@ set_folder_type(char *name)
 char           *
 init_save(int command, char **mode_textp)
 {
+    extern char    *pager;
     char           *mode_text;
     static char     last_input[FILENAME] = "";
     static char     name_buf[512];     /* buffer for file name expansion */
-- 
2.30.0




-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 5.10.9-1 (SMP w/2 CPU threads)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1), 
LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

-- debconf information excluded

-- 
Bjarni I. Gislason

Reply via email to