On 16/03/10 13:16, Kevin LaCoste wrote:
> Hmm... unfortunately, neither of these suggestions has fixed the problem.
> Changing the IMAP settings still returns "Result: OK" without any emails
> showing up. Following along with the setup in the blog post noted below
> results in a bunch of Perl errors for missing libraries. This is on a 10.6.2
> install without much modification.

I don't like git accessing my SMTP/IMAP server directly and I don't like
repeating configuration in two places, so I'm using msmtp to deliver
mail from my local host (from mutt and git-send-email). I haven't used
it with gmail, but there are a lot of guides out there. For example:

.msmtprc
--------
account gmail
host smtp.gmail.com
from [email protected]
auth on
tls on
tls_trust_file /etc/ssl/cert.pem
user [email protected]
password 1234
port 587

account default : gmail

.gitconfig
----------
[sendemail]
        smtpserver = /usr/bin/msmtp

And you're all set. Inline-Patches are well worth the initial extra effort in
my experience ;)

Greetings,
Jojo

-- 
Johannes Gilger <[email protected]>
http://heipei.net
GPG-Key: 0xD47A7FFC
GPG-Fingerprint: 5441 D425 6D4A BD33 B580  618C 3CDC C4D0 D47A 7FFC

Reply via email to