Le lundi 08 juin 2015 à 09:26, d'après
Thorsten Glaser <[email protected]> :

> So please don't override my mail frontend, thank you very much.

Sorry for the side effect. Can you try this patch?

--- /usr/bin/apt-listchanges    2015-06-17 15:49:00.118359447 +0200
+++ /tmp/apt-listchanges.new    2015-06-17 15:48:55.718281577 +0200
@@ -66,7 +66,8 @@
         sys.exit(0)
 
     # Force quiet (loggable) mode if not running interactively
-    if not sys.stdout.isatty() and not config.quiet:
+    if not sys.stdout.isatty() and not config.quiet and \
+            config.frontend != 'mail':
         config.quiet = 1
 
     # If apt is in quiet (loggable) mode, we should make our output

-- 
Thomas Parmelan


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to