Package: devscripts
Version: 2.10.6
Severity: wishlist
File: /usr/bin/bts

Observe:

    $ bts show --mbox from:[EMAIL PROTECTED]
    bts: you can only request a mailbox for a single bug report.

I much prefer to read bug reports in an MUA than a web browser -- for
example, I can only customize threading in the former.  It would be
nice if I could view a number of bugs in my MUA concurrently; as it is
I have to do

    #!/bin/sh -e
    x=`mktemp`
    trap "rm \"$x\"" 0 TERM INT QUIT
    for bug in $bugs
    do querybts -m $bug
    done >"$x"
    mutt -f "$x"


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

Reply via email to