Linux MIPS Architecture development
 help / color / mirror / Atom feed
* HOWTO submit patches using WebMail - Help appreciated?
@ 2008-07-17 19:59 Daniel Laird
  2008-07-18 13:28 ` Brian Foster
  0 siblings, 1 reply; 7+ messages in thread
From: Daniel Laird @ 2008-07-17 19:59 UTC (permalink / raw)
  To: Ralf Baechle, linux-mips

All,

I am having issues getting patches to the mailing list in a format
that seems to be acceptable.
I have done all I can to the patch itself but I am having mail client
issues as well.
I have tried Gmail with plaintext.
I have also tried Lotus Notes and Nabble however they all seem to get
in the way of submitting a good patch.

Is there anyone who has used a web mail client and had success, most
details out there are for Evolution / Thunderbird users not from
people with Work based mail accounts.

Any help appreciated as I am about to re submit PNX833X patches and
would like to get it right :-)
Cheers
Dan

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-17 19:59 HOWTO submit patches using WebMail - Help appreciated? Daniel Laird
@ 2008-07-18 13:28 ` Brian Foster
  2008-07-18 14:39   ` Ralf Baechle
  0 siblings, 1 reply; 7+ messages in thread
From: Brian Foster @ 2008-07-18 13:28 UTC (permalink / raw)
  To: Daniel Laird; +Cc: Ralf Baechle, linux-mips

On Thursday 17 July 2008 21:59:45 Daniel Laird wrote:
> 
> I am having issues getting patches to the mailing list in a format
> that seems to be acceptable.
> I have done all I can to the patch itself but I am having mail client
> issues as well.
> I have tried Gmail with plaintext.  [ ... ]
> 
> Is there anyone who has used a web mail client and had success, most
> details out there [ ... not for ] people with Work based mail accounts.

Dan,

  Guessing a bit, that sounds a lot like the problem I had:
 It was (and still is) impossible to use the company's SMTP
 MTA to send a patch (or even an acceptable list posting),
 even if the client (MUA) wasn't going to mess things up.

  But, if you have a Gmail account, it can be done!  In fact,
 that is what I'm doing to send this reply:  Using the MUA at
 the company, but *not* using the company's SMTP.  The secret
 is Gmail now has SMTP (and IMAP) support, as well as the POP
 support they've had for awhile.  You need to enable the SMTP
 for your Gmail account, and arrange for a non-corrupting MUA
 to use Gmail's SMTP, and (assuming your company's firewall
 et al. doesn't cause issues), things may just work.

Good luck & cheers!
	-blf-

-- 
“How many surrealists does it take to   | Brian Foster
 change a lightbulb? Three. One calms   | somewhere in south of France
 the warthog, and two fill the bathtub  |   Stop E$$o (ExxonMobil)!
 with brightly-coloured machine tools.” |      http://www.stopesso.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-18 13:28 ` Brian Foster
@ 2008-07-18 14:39   ` Ralf Baechle
  2008-07-18 14:47     ` Martin Gebert
  2008-07-24 14:40     ` Adrian Bunk
  0 siblings, 2 replies; 7+ messages in thread
From: Ralf Baechle @ 2008-07-18 14:39 UTC (permalink / raw)
  To: Brian Foster; +Cc: Daniel Laird, linux-mips

On Fri, Jul 18, 2008 at 03:28:40PM +0200, Brian Foster wrote:

> On Thursday 17 July 2008 21:59:45 Daniel Laird wrote:
> > 
> > I am having issues getting patches to the mailing list in a format
> > that seems to be acceptable.
> > I have done all I can to the patch itself but I am having mail client
> > issues as well.
> > I have tried Gmail with plaintext.  [ ... ]
> > 
> > Is there anyone who has used a web mail client and had success, most
> > details out there [ ... not for ] people with Work based mail accounts.
> 
> Dan,
> 
>   Guessing a bit, that sounds a lot like the problem I had:
>  It was (and still is) impossible to use the company's SMTP
>  MTA to send a patch (or even an acceptable list posting),
>  even if the client (MUA) wasn't going to mess things up.
> 
>   But, if you have a Gmail account, it can be done!  In fact,
>  that is what I'm doing to send this reply:  Using the MUA at
>  the company, but *not* using the company's SMTP.  The secret
>  is Gmail now has SMTP (and IMAP) support, as well as the POP
>  support they've had for awhile.  You need to enable the SMTP
>  for your Gmail account, and arrange for a non-corrupting MUA
>  to use Gmail's SMTP, and (assuming your company's firewall
>  et al. doesn't cause issues), things may just work.

I'd like to remind people of the wiki page on this topic at

  http://www.linux-mips.org/wiki/Mailing-patches

It's not been updated in a while and doesn't cover all clients or
possible solutions so feel free to update it.

  Ralf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-18 14:39   ` Ralf Baechle
@ 2008-07-18 14:47     ` Martin Gebert
  2008-07-19  7:15       ` Ralf Baechle
  2008-07-24 14:40     ` Adrian Bunk
  1 sibling, 1 reply; 7+ messages in thread
From: Martin Gebert @ 2008-07-18 14:47 UTC (permalink / raw)
  To: linux-mips


> I'd like to remind people of the wiki page on this topic at
>
>   http://www.linux-mips.org/wiki/Mailing-patches
>
> It's not been updated in a while and doesn't cover all clients or
> possible solutions so feel free to update it.
>   
Which brings me to a question I've been wondering for some days now: Is 
the [PATCH] prefix in the subject mandatory for a patch proposal being 
noticed by the maintainers?

Martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-18 14:47     ` Martin Gebert
@ 2008-07-19  7:15       ` Ralf Baechle
  2008-07-21  9:18         ` Martin Gebert
  0 siblings, 1 reply; 7+ messages in thread
From: Ralf Baechle @ 2008-07-19  7:15 UTC (permalink / raw)
  To: Martin Gebert; +Cc: linux-mips

On Fri, Jul 18, 2008 at 04:47:35PM +0200, Martin Gebert wrote:

>> I'd like to remind people of the wiki page on this topic at
>>
>>   http://www.linux-mips.org/wiki/Mailing-patches
>>
>> It's not been updated in a while and doesn't cover all clients or
>> possible solutions so feel free to update it.
>>   
> Which brings me to a question I've been wondering for some days now: Is  
> the [PATCH] prefix in the subject mandatory for a patch proposal being  
> noticed by the maintainers?

That's simply a question of working style and mail volume of the maintainer.

In the past I used to miss patches that were not sent to me directly at
times.  I solved that by filtering for patches using procmail.  But that
scheme also has its shortcomings; it would miss patches being sent in
too creative MIME encodings but people aren't supposed to do that anyway.

  Ralf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-19  7:15       ` Ralf Baechle
@ 2008-07-21  9:18         ` Martin Gebert
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Gebert @ 2008-07-21  9:18 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: linux-mips

Hi Ralf!

> In the past I used to miss patches that were not sent to me directly at
> times.  I solved that by filtering for patches using procmail.

Thanks for this clarification. Perhaps the Mailing-patches FAQ could be 
updated with this detail?

Martin

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: HOWTO submit patches using WebMail - Help appreciated?
  2008-07-18 14:39   ` Ralf Baechle
  2008-07-18 14:47     ` Martin Gebert
@ 2008-07-24 14:40     ` Adrian Bunk
  1 sibling, 0 replies; 7+ messages in thread
From: Adrian Bunk @ 2008-07-24 14:40 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: Brian Foster, Daniel Laird, linux-mips

On Fri, Jul 18, 2008 at 03:39:13PM +0100, Ralf Baechle wrote:
> On Fri, Jul 18, 2008 at 03:28:40PM +0200, Brian Foster wrote:
> 
> > On Thursday 17 July 2008 21:59:45 Daniel Laird wrote:
> > > 
> > > I am having issues getting patches to the mailing list in a format
> > > that seems to be acceptable.
> > > I have done all I can to the patch itself but I am having mail client
> > > issues as well.
> > > I have tried Gmail with plaintext.  [ ... ]
> > > 
> > > Is there anyone who has used a web mail client and had success, most
> > > details out there [ ... not for ] people with Work based mail accounts.
> > 
> > Dan,
> > 
> >   Guessing a bit, that sounds a lot like the problem I had:
> >  It was (and still is) impossible to use the company's SMTP
> >  MTA to send a patch (or even an acceptable list posting),
> >  even if the client (MUA) wasn't going to mess things up.
> > 
> >   But, if you have a Gmail account, it can be done!  In fact,
> >  that is what I'm doing to send this reply:  Using the MUA at
> >  the company, but *not* using the company's SMTP.  The secret
> >  is Gmail now has SMTP (and IMAP) support, as well as the POP
> >  support they've had for awhile.  You need to enable the SMTP
> >  for your Gmail account, and arrange for a non-corrupting MUA
> >  to use Gmail's SMTP, and (assuming your company's firewall
> >  et al. doesn't cause issues), things may just work.
> 
> I'd like to remind people of the wiki page on this topic at
> 
>   http://www.linux-mips.org/wiki/Mailing-patches
> 
> It's not been updated in a while and doesn't cover all clients or
> possible solutions so feel free to update it.

What about replacing it with a link to
http://www.linux-mips.org/git?p=linux.git;a=blob;f=Documentation/email-clients.txt
?

>   Ralf

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2008-07-24 14:41 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-17 19:59 HOWTO submit patches using WebMail - Help appreciated? Daniel Laird
2008-07-18 13:28 ` Brian Foster
2008-07-18 14:39   ` Ralf Baechle
2008-07-18 14:47     ` Martin Gebert
2008-07-19  7:15       ` Ralf Baechle
2008-07-21  9:18         ` Martin Gebert
2008-07-24 14:40     ` Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox