Source: nn Version: 6.7.3-14 Severity: normal Tags: patch Dear Maintainer,
>From 614f794778ddfdb9629a7540888592a215ac154f Mon Sep 17 00:00:00 2001 >From: Bjarni Ingi Gislason <[email protected]> >Date: Sat, 20 Feb 2021 21:34:37 +0000 >Subject: [PATCH] variable.c: define "keep_active_file" Signed-off-by: Bjarni Ingi Gislason <[email protected]> --- variable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/variable.c b/variable.c index 3c50f79..d04b5e5 100644 --- a/variable.c +++ b/variable.c @@ -113,6 +113,7 @@ extern int /* boolean variables */ folder_format_check, folder_rewrite_trace, guard_double_slash, ignore_formfeed, ignore_xon_xoff, ignore_re, include_art_id, include_full_header, include_mark_blanks, inews_pipe_input, + keep_active_file, keep_backup_folder, keep_rc_backup, keep_unsubscribed, keep_unsub_long, long_menu, macro_debug, mailer_pipe_input, mark_overlap, mark_overlap_shading, match_parts_equal, match_parts_begin, -- 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

