Re: Remove my alias emails from CC lists.

2015-04-08 Thread Brandon Amos
 You can use the `alternates' command to tell Mutt about e-mail
 addresses that are yours. Once this is done, group-reply should
 properly avoid sending to your addresses.
Thanks David, good to know. `alternates' is working well for me.

-Brandon.


pgpzttcvyjL_Y.pgp
Description: PGP signature


Remove my alias emails from CC lists.

2015-04-08 Thread Brandon Amos
I forward many email accounts to a primary email account.
When I group-reply to emails sent to my non-primary account,
the other account is (reasonably) added to the CC list.

Is there a way to ignore a set of emails when I group-reply
so my aliases aren't added to the CC list?

-Brandon.

P.S. I don't plan to use this feature to automatically remove
other people from the CC list. :-)


Re: OSX Yosemite No Authenticators Available

2014-10-24 Thread Brandon Amos
Hi Jon,

 Has anyone had problems using mutt to send emails after upgrading to Yosemite?
I had problems with HomeBrew and from building from source, but the
MacPorts build is currently working well.
Perhaps this info could help you?

Also, if it helps, I recently posted my issues to the mutt mailing list:
https://www.mail-archive.com/mutt-users@mutt.org/msg48104.html
https://www.mail-archive.com/mutt-users@mutt.org/msg48109.html

Regards,
Brandon.


Re: mutt on OSX 10.10 with gssapi smtp_authenticator error.

2014-10-20 Thread Brandon Amos
Hi, I have resolved this by installing Mutt from MacPorts
rather than Brew or compiling by hand.

Regards,
Brandon.


mutt on OSX 10.10 with gssapi smtp_authenticator error.

2014-10-18 Thread Brandon Amos
Hi, after upgrading to OSX 10.10, I started getting the following
error when sending emails with smtp using smtp_authenticators='gssapi'.

TLSv1 connection using TLSv1/SSLv3 (RC4-SHA)
No authenticators available

I was first using mutt 1.5.23 provided with Homebrew,
and I've tried reinstalling with no success.
I've also built from source with the following
configure options and still get the same error.

Configure options: '--with-sasl' '--with-gss' '--enable-imap'
'--enable-smtp' '--with-ssl' '--enable-hcache'

I have some version of gss headers and the dynamic library:

~ » ls /usr/include/gssapi*
/usr/include/gssapi.h

/usr/include/gssapi:
gssapi.h gssapi_generic.h gssapi_krb5.h

~ » ls /usr/lib/libgssapi_krb5.dylib
/usr/lib/libgssapi_krb5.dylib

The mutt configuration files I'm using (without users/pws) are
uploaded at https://github.com/bamos/dotfiles if these
provide further info.

Does anybody know how I can fix this?
Is there somewhere else I should post this?
Since I'm getting the same errors when building from source,
I thought this mailing list is more appropriate than the Homebrew
issue tracker.

Regards,
Brandon.