Re: [sup-devel] [PATCH] Bugfix: Don’t display thread participants twice

2010-10-08 Thread Gaute Hope
On Fri, Oct 8, 2010 at 6:17 AM, Rich Lane wrote: > Excerpts from Michael Stapelberg's message of Thu Oct 07 13:21:26 -0400 2010: >> Hi, >> >> Quote from the commit message: >>   When a participant of a thread uses different email addresses, but the same >>   name, he would be displayed twice in th

Re: [sup-devel] [PATCH] Bugfix: Don’t display thread participants twice

2010-10-08 Thread Gaute Hope
On Fri, Oct 8, 2010 at 1:41 PM, Michael Stapelberg wrote: > Hi Gaute, > > Excerpts from Gaute Hope's message of 2010-10-08 12:05:29 +0200: >> What if someone has the same name ? ;) Is it more >> important/likely/intuitive than anyone using two addresses? > If two people have exactly the same name,

Re: [sup-devel] [PATCH] Bugfix: Don’t display thread participants twice

2010-10-08 Thread Michael Stapelberg
Hi Gaute, Excerpts from Gaute Hope's message of 2010-10-08 12:05:29 +0200: > What if someone has the same name ? ;) Is it more > important/likely/intuitive than anyone using two addresses? If two people have exactly the same name, you would not benefit in seeing that same name twice, either. Even

Re: [sup-devel] [PATCH] Bugfix: Don’t display thread participants twice

2010-10-08 Thread Ben Walton
Excerpts from Gaute Hope's message of Fri Oct 08 06:05:29 -0400 2010: > What if someone has the same name ? ;) Is it more > important/likely/intuitive than anyone using two addresses? A good point, but I'd still rather see a shorter list. The space is limited, so squashing duplicate names is fin

Re: [sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature)

2010-10-08 Thread Michael Hamann
Hi, Excerpts from Sascha Silbe's message of 2010-10-05 13:25:33 +0200: > -message = run_gpg "--output #{output_fn.path} --skip-verify --yes > --decrypt #{payload_fn.path}", :interactive => true > +message = run_gpg "--output #{output_fn.path} --multifile --skip-verify > --yes --decrypt #

[sup-devel] [PATCH] Fix monkey-patching of Tempfile

2010-10-08 Thread Michael Hamann
In Ruby 1.9.2 the interal function make_tmpname has changed it's parameters and the second parameter can be nil now. This breaks the monkey-patched Tempfile class in sup. Additionally, monkey-patching is not really necessary as the Tempfile class supports an array as basename instead of a string co

Re: [sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature)

2010-10-08 Thread Christopher Bertels
Excerpts from Michael Hamann's message of Fr Okt 08 14:53:56 +0200 2010: > Hi, > > Excerpts from Sascha Silbe's message of 2010-10-05 13:25:33 +0200: > > -message = run_gpg "--output #{output_fn.path} --skip-verify --yes > > --decrypt #{payload_fn.path}", :interactive => true > > +message

Re: [sup-devel] [PATCH] fix GPG "hang" on malformed PGP message (detached signature)

2010-10-08 Thread Rich Lane
Excerpts from Christopher Bertels's message of Fri Oct 08 10:36:04 -0400 2010: > Excerpts from Michael Hamann's message of Fr Okt 08 14:53:56 +0200 2010: > > Hi, > > > > Excerpts from Sascha Silbe's message of 2010-10-05 13:25:33 +0200: > > > -message = run_gpg "--output #{output_fn.path} --ski