emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/debbugs 6f5d15b 078/311: (debbugs-gnu-show-reports): In


From: Stefan Monnier
Subject: [elpa] externals/debbugs 6f5d15b 078/311: (debbugs-gnu-show-reports): Increase the stale time to two weeks.
Date: Sun, 29 Nov 2020 18:41:44 -0500 (EST)

branch: externals/debbugs
commit 6f5d15b6940ad6715a3549a79a8f744d2dfb9a51
Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
Commit: Lars Magne Ingebrigtsen <larsi@gnus.org>

    (debbugs-gnu-show-reports): Increase the stale time to two weeks.
---
 ChangeLog      | 1 +
 debbugs-gnu.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6a16527..656721f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * debbugs-gnu.el (debbugs-gnu-show-reports): Only list merged bugs
        once.
+       (debbugs-gnu-show-reports): Increase the stale time to two weeks.
 
 2011-09-11  Michael Albinus  <michael.albinus@gmx.de>
 
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index ed603c8..e4995cc 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -590,7 +590,7 @@ marked as \"client-side filter\"."
                'debbugs-gnu-new)
               ((< (- (float-time)
                      (cdr (assq 'log_modified status)))
-                  (* 60 60 24 7))
+                  (* 60 60 24 7 2))
                'debbugs-gnu-handled)
               (t
                'debbugs-gnu-stale)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]