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
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,
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
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
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 #
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
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
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