Re: http://dev.mutt.org/trac/ticket/3638

2015-05-09 Thread acefael
On Sat, May 09, 2015 at 03:22:46PM +0200, Vincent Lefevre wrote: > On 2015-05-01 20:58:37 +0100, acefael wrote: > > what do you think about the attached patch for > > fixing one of the issues mentioned in ticket > > http://dev.mutt.org/trac/ticket/3638 > > > > this one is about main.c:75 > > IMHO

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-09 Thread Vincent Lefevre
On 2015-05-01 20:58:37 +0100, acefael wrote: > what do you think about the attached patch for > fixing one of the issues mentioned in ticket > http://dev.mutt.org/trac/ticket/3638 > > this one is about main.c:75 IMHO, this is just a spurious warning that the user should be able to disable. Are th

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-05 Thread acefael
hi, check_seg.sh returns 0 with my change. acefael On Sun, May 03, 2015 at 12:03:41PM +0100, acefael wrote: > hi, > > thanks for the quick reply. > > attached is another patch. suffix number is 2, correct? > this one now puts N_ around the strings in the Copyright[] array. > tested my running

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread acefael
hi Andriy, On Sun, May 03, 2015 at 05:33:48PM +0300, Andrej N. Gritsenko wrote: > Hello! > > acefael has written on Sunday, 3 May, at 12:06: > > >the diff removes "puts (_(Copyright));" > >and it adds the loop wherein it calls "puts (_(Copyright[i]));". > >agreed? > > Mea culpa. I paid

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread Andrej N. Gritsenko
Hello! acefael has written on Sunday, 3 May, at 12:06: >the diff removes "puts (_(Copyright));" >and it adds the loop wherein it calls "puts (_(Copyright[i]));". >agreed? Mea culpa. I paid not enough attention to the diff, I'm sorry. Your recent patch looks pretty much fine although if

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread acefael
On Sun, May 03, 2015 at 12:55:00PM +0300, Andrej N. Gritsenko wrote: > Hello! > > I have written on Sunday, 3 May, at 12:14: > >Eike Rathke has written on Saturday, 2 May, at 23:58: > >>On Saturday, 2015-05-02 13:32:23 +0100, acefael wrote: > > >>> [...] > >>> +"Many others not mentioned he

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread acefael
hi, thanks for the quick reply. attached is another patch. suffix number is 2, correct? this one now puts N_ around the strings in the Copyright[] array. tested my running mutt -v -v -v. sorry for sending the original mail twice, had technical difficulty. kind regards, acefael On Sun, May 03,

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread Andrej N. Gritsenko
Hello! I have written on Sunday, 3 May, at 12:14: >Eike Rathke has written on Saturday, 2 May, at 23:58: >>On Saturday, 2015-05-02 13:32:23 +0100, acefael wrote: >>> [...] >>> +"Many others not mentioned here contributed code, fixes," , >>> +"and suggestions." }; >>> >>> - puts (_(Co

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-03 Thread Andrej N. Gritsenko
Hello! Eike Rathke has written on Saturday, 2 May, at 23:58: >On Saturday, 2015-05-02 13:32:23 +0100, acefael wrote: >> [...] >> +"Many others not mentioned here contributed code, fixes," , >> +"and suggestions." }; >> >> - puts (_(Copyright)); >> + { >> +int csize = size

Re: http://dev.mutt.org/trac/ticket/3638

2015-05-02 Thread Eike Rathke
Hi acefael, On Saturday, 2015-05-02 13:32:23 +0100, acefael wrote: > what do you think about the attached patch Why send the mail twice? Anyway.. > [...] > +"Many others not mentioned here contributed code, fixes," , > +"and suggestions." }; > > - puts (_(Copyright)); > + { > +