[Reproducible-commits] [misc] 01/01: reports: review-bugs: stop constantly asking me to create ~/Mail

Ximin Luo infinity0 at debian.org
Mon Aug 8 21:24:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

infinity0 pushed a commit to branch master
in repository misc.

commit 6eaeab315f667fb8417943d014042d393bca49e8
Author: Ximin Luo <infinity0 at debian.org>
Date:   Mon Aug 8 23:23:45 2016 +0200

    reports: review-bugs: stop constantly asking me to create ~/Mail
---
 reports/bin/review-bugs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reports/bin/review-bugs b/reports/bin/review-bugs
index 3a18881..ac6d58a 100755
--- a/reports/bin/review-bugs
+++ b/reports/bin/review-bugs
@@ -24,5 +24,5 @@ if ! $offline; then
 	done | pv -t -e -p -l -s "$TOTAL"
 fi
 for bug in $(cat "$bugs"); do
-	bts -o show --mbox "$bug"
+	bts --mailreader="mutt -e \"set folder='$(dirname $bugs)';\" -f %s" -o show --mbox "$bug"
 done

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list