Your message dated Mon, 19 Mar 2007 17:17:07 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#415442: fixed in reportbug-ng 0.2007.03.19.2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: reportbug-ng
Version: 0.2007.03.19
Severity: wishlist
Tags: patch

--- Please enter the report below this line. ---

The attached patch enables using mutt for reporting bugs
(this mail is in fact created with reportbug-ng and mutt :-))

The patch against the version in svn.

Cheers,
gregor

-- 
 .''`.   http://info.comodo.priv.at/ | gpg key ID: 0x00F3CFE4
 : :' :  debian: the universal operating system - http://www.debian.org/
 `. `'   member of https://www.vibe.at/ | how to reply: http://got.to/quote/
   `-    NP: Metloaf: I'd Do Anything For Love
Index: debian/changelog
===================================================================
--- debian/changelog	(revision 30)
+++ debian/changelog	(working copy)
@@ -1,3 +1,9 @@
+reportbug-ng (0.2007.03.19.1) unstable; urgency=low
+
+  * Enable mutt by calling it with x-terminal-emulator.
+
+ -- gregor herrmann <[EMAIL PROTECTED]>  Mon, 19 Mar 2007 17:02:25 +0100
+
 reportbug-ng (0.2007.03.19) unstable; urgency=low
 
   * Added getSourceName, but don't use it for now since bugreports for source 
Index: src/ui/MyMainWindow.py
===================================================================
--- src/ui/MyMainWindow.py	(revision 30)
+++ src/ui/MyMainWindow.py	(working copy)
@@ -150,6 +150,8 @@
         if dialog.exec_loop() == dialog.Accepted:
             subject = unicode(dialog.lineEditSummary.text())
             mua = dialog.comboBoxMUA.currentText().lower()
+            if mua == 'mutt':
+              mua = 'x-terminal-emulator -e mutt'
             package = dialog.lineEditPackage.text()
             version = dialog.lineEditVersion.text()
             to = "[EMAIL PROTECTED]" % self.currentBug.nr
@@ -179,6 +181,8 @@
                 tags.append("security")
             
             mua = dialog.comboBoxMUA.currentText().lower()
+            if mua == 'mutt':
+              mua = 'x-terminal-emulator -e mutt'
             package = dialog.lineEditPackage.text()
             version = dialog.lineEditVersion.text()
             to = "[EMAIL PROTECTED]"

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
Source: reportbug-ng
Source-Version: 0.2007.03.19.2

We believe that the bug you reported is fixed in the latest version of
reportbug-ng, which is due to be installed in the Debian FTP archive:

reportbug-ng_0.2007.03.19.2.dsc
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2.dsc
reportbug-ng_0.2007.03.19.2.tar.gz
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2.tar.gz
reportbug-ng_0.2007.03.19.2_i386.deb
  to pool/main/r/reportbug-ng/reportbug-ng_0.2007.03.19.2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Venthur <[EMAIL PROTECTED]> (supplier of updated reportbug-ng package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon, 19 Mar 2007 17:55:50 +0100
Source: reportbug-ng
Binary: reportbug-ng
Architecture: source i386
Version: 0.2007.03.19.2
Distribution: unstable
Urgency: low
Maintainer: Bastian Venthur <[EMAIL PROTECTED]>
Changed-By: Bastian Venthur <[EMAIL PROTECTED]>
Description: 
 reportbug-ng - Graphical version of the classic reportbug
Closes: 415442
Changes: 
 reportbug-ng (0.2007.03.19.2) unstable; urgency=low
 .
   * Finally got mutt running (Closes: #415442)
     Thanks Gregor Herrmann for sending the patch!
   * Improved handling of sylpheed and sylpheed-claws
Files: 
 02e693116ed8671b7498af022fb18f6b 583 utils extra 
reportbug-ng_0.2007.03.19.2.dsc
 e6d485ac4fb526e6bcb33084e175a94a 21189 utils extra 
reportbug-ng_0.2007.03.19.2.tar.gz
 713b94e411348244e351e69e56fa6d9c 16146 utils extra 
reportbug-ng_0.2007.03.19.2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFF/sHomj66P/Yfc/gRAp3oAJ9TMTM71c5he9JMiFzyi0vZNUa5DQCcCLC3
w8tr9J76lZP73kWK6DyGI7s=
=nIW3
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to