> ~/.gitconfig > [sendemail] > smtpserver = smtp.gmail.com > smtpserverport = 587 > smtpuser = your.email@xxxxxxxxx > smtppass = yourPassword > smtpencryption = tls > > $ git format-patch <options> > # add comments to 00*.patch files. > $ git send-email 00* > I've never seen any mangling using send-email, and the gmail SMTP > server. I've never actually tried using imap-send. Not quite the > answer to your question, but hopefully, it's another option. > [sendmail] smtpserver = smtp.gmail.com smtpserverport = 587 smtpuser = xenoterracide@xxxxxxxxx smtppass = YeahITypedThisRight smtpencryption = tls everything look good here? because mail isn't actually reaching it's destination. I have a feeling that's because the MTA isn't set up. I /could/ set that up... but I don't think that's something that anyone should have to do to send email patches. also according to someone else the reason git can't handle the attachments is because they are still base64 encoded. -- Caleb Cushing http://xenoterracide.blogspot.com -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html