branch: externals/debbugs
commit 6f5d15b6940ad6715a3549a79a8f744d2dfb9a51
Author: Lars Magne Ingebrigtsen <[email protected]>
Commit: Lars Magne Ingebrigtsen <[email protected]>

    (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  <[email protected]>
 
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