Your message dated Thu, 29 Dec 2011 15:02:47 +0000
with message-id <[email protected]>
and subject line Bug#653578: fixed in xdg-utils 1.1.0~rc1+git20111210-4
has caused the Debian Bug report #653578,
regarding xdg-email always opens mutt, regardless of user desktop settings
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.)
--
653578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653578
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: xdg-utils
Version: 1.1.0~rc1+git20111210-3
The following code in xdg-email makes the script always open mutt,
regardless of the desktop environment and its settings, if the user
ever launched mutt.
if [ -r ~/.muttrc ] || [ -r ~/.mutt/muttrc ] && \ which mutt
>/dev/null 2>&1; then MAILER="x-terminal-emulator -e mutt"fi
if [ x"$MAILER" != x"" ]; then DE=envvarfi
IMHO MAILER=mutt should be used only when the desktop environment is
not detected and MAILER is not specified, e.g.
--- xdg-email 2011-12-29 14:58:57.299258705 +0100
+++ /usr/bin/xdg-email 2011-12-20 23:46:07.000000000 +0100
@@ -855,11 +855,9 @@
DE=generic
fi
-if [ -z "$MAILER" && -z "$DE" ]; then
- if [ -r ~/.muttrc ] || [ -r ~/.mutt/muttrc ] && \
- which mutt >/dev/null 2>&1; then
- MAILER="x-terminal-emulator -e mutt"
- fi
+if [ -r ~/.muttrc ] || [ -r ~/.mutt/muttrc ] && \
+ which mutt >/dev/null 2>&1; then
+ MAILER="x-terminal-emulator -e mutt"
fi
if [ x"$MAILER" != x"" ]; then
--
Jindřich Makovička
--- End Message ---
--- Begin Message ---
Source: xdg-utils
Source-Version: 1.1.0~rc1+git20111210-4
We believe that the bug you reported is fixed in the latest version of
xdg-utils, which is due to be installed in the Debian FTP archive:
xdg-utils_1.1.0~rc1+git20111210-4.debian.tar.gz
to main/x/xdg-utils/xdg-utils_1.1.0~rc1+git20111210-4.debian.tar.gz
xdg-utils_1.1.0~rc1+git20111210-4.dsc
to main/x/xdg-utils/xdg-utils_1.1.0~rc1+git20111210-4.dsc
xdg-utils_1.1.0~rc1+git20111210-4_all.deb
to main/x/xdg-utils/xdg-utils_1.1.0~rc1+git20111210-4_all.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.
Per Olofsson <[email protected]> (supplier of updated xdg-utils 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.8
Date: Thu, 29 Dec 2011 15:46:25 +0100
Source: xdg-utils
Binary: xdg-utils
Architecture: source all
Version: 1.1.0~rc1+git20111210-4
Distribution: unstable
Urgency: low
Maintainer: Per Olofsson <[email protected]>
Changed-By: Per Olofsson <[email protected]>
Description:
xdg-utils - desktop integration utilities from freedesktop.org
Closes: 653578
Changes:
xdg-utils (1.1.0~rc1+git20111210-4) unstable; urgency=low
.
* Use 'set -e' in the for loops in debian/rules.
* Only fallback on mutt if MAILER is not set and not running under a
DE. Thanks to Jindřich Makovička. Closes: #653578.
Checksums-Sha1:
f66df28f558fc15c9d92fbd6027cbb5f42698596 1379
xdg-utils_1.1.0~rc1+git20111210-4.dsc
a7336930dd74b0d853db4a722080c4f9e82874d8 8664
xdg-utils_1.1.0~rc1+git20111210-4.debian.tar.gz
bd5c36922fe07be082c72a18177e57fad274f946 83272
xdg-utils_1.1.0~rc1+git20111210-4_all.deb
Checksums-Sha256:
c74dd5cf11f985c4eca0242f4c96409200a9e1420b8269118d15e4d41b163528 1379
xdg-utils_1.1.0~rc1+git20111210-4.dsc
71ca93a21e32f974260335bca5c730cf372703aa656ba675ec39f2b28ec06b3c 8664
xdg-utils_1.1.0~rc1+git20111210-4.debian.tar.gz
877e5ed7161752fb96e3406fd66be733472df75ca9e42d26464db585dc3f2d4e 83272
xdg-utils_1.1.0~rc1+git20111210-4_all.deb
Files:
a8125ba144612b25edf4f58264a94ca7 1379 utils optional
xdg-utils_1.1.0~rc1+git20111210-4.dsc
d8d9eab5d383a131efc334d32a5f8aee 8664 utils optional
xdg-utils_1.1.0~rc1+git20111210-4.debian.tar.gz
67b9646789b3b28661fd1c4b273fcc72 83272 utils optional
xdg-utils_1.1.0~rc1+git20111210-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk78fa4ACgkQeDAsS42/7C/naACg319v9cViA8+D/LjzpeOn4HgQ
pMcAoJCHPsO6AmNgijbKju85RScggnb2
=nf7q
-----END PGP SIGNATURE-----
--- End Message ---