On Fri, Jul 17, 2009 at 09:13:22AM -0600, Brian Paul wrote:
> >> Sorry for the delay. I attempted to test this, but your patches are
> >> pasted inline in the email body, and I don't know an easy way to extract
> >> them from evolution without copying and pasting manually. 
> > File -> Save Message...
> > seems to work. :)
> It seems to be a Thunderbird issue.  I'd love to learn how to fix 
> this.  As a work-around, I've been doing Select All / Copy and then 
> pasting into a terminal window where I've run cat > file.  It's really 
> annoying.
I am really sorry for the convenience :(

I use

  $ git format-patch -s <commit>
  $ git send-email *.patch

to send patches.  It is the suggested way to send patches to kernel
mailing list so I apply it here.

I've done some experiments and

  $ git format-patch -s --attach <commit>
  $ git send-email *.patch

should send patches as attachements.  I will use that next time.

-- 
Regards,
olv

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to