Your message dated Tue, 20 Jan 2026 18:20:41 +0000 with message-id <[email protected]> and subject line Bug#1122570: Removed package(s) from unstable has caused the Debian Bug report #162784, regarding slrnface: a way to redefine the hide_article key to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 162784: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=162784 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: slrnface Version: 2.1.1-2 Tags: patch Currently slrnface package forces the "h" key to call slrnface->my_hide_article ie. decreases slrn's configurability. Ideally it would automatically change all and only the keys bound to hide_article to call its function instead. But it seems impossible with current slrn. So I'd suggest a simple patch. Or maybe something more complicated would ba appropriate, like reading a configuration file? But this simple change would be definitely enough for me. --- /usr/share/slrn/macros/slrnface.sl 2002-09-09 18:01:45.000000000 +0200 +++ /home/mike/.slrn.sl/slrnface.sl 2002-09-29 23:04:28.000000000 +0200 @@ -18,6 +18,7 @@ implements ("slrnface"); variable fp; % Pipe to slrnface +variable hide_key = NULL; define clear () { @@ -76,6 +77,11 @@ fp = NULL; + if (hide_key == NULL) + { + hide_key = "h"; + } + home = make_home_filename (".slrnfaces"); if (home == NULL) { @@ -161,7 +167,7 @@ register_hook ("supersede_hook", "slrnface->clear"); register_hook ("read_article_hook", "slrnface->read"); - definekey ("slrnface->my_hide_article", "h", "article"); + definekey ("slrnface->my_hide_article", hide_key, "article"); return; } else -- MichaĆ Politowski -- [email protected] Warning: this is a memetically modified message
--- End Message ---
--- Begin Message ---Version: 2.1.1-7+rm Dear submitter, as the package slrnface has just been removed from the Debian archive unstable we hereby close the associated bug reports. We are sorry that we couldn't deal with your issue properly. For details on the removal, please see https://bugs.debian.org/1122570 The version of this package that was in Debian prior to this removal can still be found using https://snapshot.debian.org/. Please note that the changes have been done on the master archive and will not propagate to any mirrors until the next dinstall run at the earliest. This message was generated automatically; if you believe that there is a problem with it please contact the archive administrators by mailing [email protected]. Debian distribution maintenance software pp. Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---

