[Reportbug-commits] [SCM] Reportbug - reports bugs in the Debian distribution branch, master, updated. 4.2-12-gdd14d15

Sandro Tosi morph at debian.org
Sat May 9 09:39:45 UTC 2009


The following commit has been merged in the master branch:
commit dd14d15b9d9159476afc5ff8170b6e3f8d24ec66
Author: Sandro Tosi <morph at debian.org>
Date:   Sat May 9 11:37:05 2009 +0200

    mimick nmh key mgmt for MUAVERSION as done in MUA

diff --git a/reportbug/utils.py b/reportbug/utils.py
index 9077d41..8eda059 100644
--- a/reportbug/utils.py
+++ b/reportbug/utils.py
@@ -765,6 +765,7 @@ MUAVERSION = {
     'mh' : '/usr/bin/mh/comp -use -file',
     'gnus' : 'emacs --version',
     }
+MUAVERSION['nmh'] = MUAVERSION['mh']
 
 def mua_exists(mua):
     output = '/dev/null'

-- 
Reportbug - reports bugs in the Debian distribution



More information about the Reportbug-commits mailing list