Sending from multiple accounts

2012-05-23 Thread Michal Sojka
Hi Doug,

Doug Penner  writes:
> I am in the process of trying to migrate from alpine (which handles 
> separate accounts *very* distinctly) to notmuch (which combines them). I 
> have no problem with incoming e-mails being combined (actually looking 
> forward to it) but am having a little trouble configuring outgoing e-mails 
> to work correctly.
>
> I am currently using the vim interface (never like emacs, sorry) and have 
> noticed that when replying, notmuch correctly uses the appropriate e-mail 
> address (as defined in the To: or Cc: fields of the original), but does 
> not have the ability to change the sender's "name".
>
> Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
> noticed with this on), but I also manage some other accounts where I do 
> not go by this name. I manage a local organization's e-mail and need my 
> sending name to be non-personal (ex: "This organization's Webmaster"). I 
> can manually change the name before sending, but this gets very 
> repetitive and annoying.
>
>
> Is there any way to add names to the "alternate e-mails" setting in the 
> .notmuch-config file? 

I don't think so. I use some elisp hooks within emacs interface for
similar functionality but this wouldn't help in your case.

> I've tried switching to the standard "My Name"  and it then
> completely fails to even detect that e-mail address as mine.

This should not be too hard to implement. There are gmime functions for
email address manipulations which can be used to parse email addresses
from .notmuch-config and to separate names from addresses.

Regards,
-Michal


Sending from multiple accounts

2012-05-23 Thread Patrick Totzke
try alot: multiple accounts [0] for free 
/p

[0] http://alot.readthedocs.org/en/latest/configuration/index.html#accounts

Quoting Michal Sojka (2012-05-23 11:29:27)
> Hi Doug,
> 
> Doug Penner  writes:
> > I am in the process of trying to migrate from alpine (which handles 
> > separate accounts *very* distinctly) to notmuch (which combines them). I 
> > have no problem with incoming e-mails being combined (actually looking 
> > forward to it) but am having a little trouble configuring outgoing e-mails 
> > to work correctly.
> >
> > I am currently using the vim interface (never like emacs, sorry) and have 
> > noticed that when replying, notmuch correctly uses the appropriate e-mail 
> > address (as defined in the To: or Cc: fields of the original), but does 
> > not have the ability to change the sender's "name".
> >
> > Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
> > noticed with this on), but I also manage some other accounts where I do 
> > not go by this name. I manage a local organization's e-mail and need my 
> > sending name to be non-personal (ex: "This organization's Webmaster"). I 
> > can manually change the name before sending, but this gets very 
> > repetitive and annoying.
> >
> >
> > Is there any way to add names to the "alternate e-mails" setting in the 
> > .notmuch-config file? 
> 
> I don't think so. I use some elisp hooks within emacs interface for
> similar functionality but this wouldn't help in your case.
> 
> > I've tried switching to the standard "My Name"  and it then
> > completely fails to even detect that e-mail address as mine.
> 
> This should not be too hard to implement. There are gmime functions for
> email address manipulations which can be used to parse email addresses
> from .notmuch-config and to separate names from addresses.
> 
> Regards,
> -Michal
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: signature
URL: 



Re: Sending from multiple accounts

2012-05-23 Thread Patrick Totzke
try alot: multiple accounts [0] for free 
/p

[0] http://alot.readthedocs.org/en/latest/configuration/index.html#accounts

Quoting Michal Sojka (2012-05-23 11:29:27)
> Hi Doug,
> 
> Doug Penner  writes:
> > I am in the process of trying to migrate from alpine (which handles 
> > separate accounts *very* distinctly) to notmuch (which combines them). I 
> > have no problem with incoming e-mails being combined (actually looking 
> > forward to it) but am having a little trouble configuring outgoing e-mails 
> > to work correctly.
> >
> > I am currently using the vim interface (never like emacs, sorry) and have 
> > noticed that when replying, notmuch correctly uses the appropriate e-mail 
> > address (as defined in the To: or Cc: fields of the original), but does 
> > not have the ability to change the sender's "name".
> >
> > Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
> > noticed with this on), but I also manage some other accounts where I do 
> > not go by this name. I manage a local organization's e-mail and need my 
> > sending name to be non-personal (ex: "This organization's Webmaster"). I 
> > can manually change the name before sending, but this gets very 
> > repetitive and annoying.
> >
> >
> > Is there any way to add names to the "alternate e-mails" setting in the 
> > .notmuch-config file? 
> 
> I don't think so. I use some elisp hooks within emacs interface for
> similar functionality but this wouldn't help in your case.
> 
> > I've tried switching to the standard "My Name"  and it then
> > completely fails to even detect that e-mail address as mine.
> 
> This should not be too hard to implement. There are gmime functions for
> email address manipulations which can be used to parse email addresses
> from .notmuch-config and to separate names from addresses.
> 
> Regards,
> -Michal
> ___
> notmuch mailing list
> notmuch@notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


signature.asc
Description: signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: Sending from multiple accounts

2012-05-23 Thread Michal Sojka
Hi Doug,

Doug Penner  writes:
> I am in the process of trying to migrate from alpine (which handles 
> separate accounts *very* distinctly) to notmuch (which combines them). I 
> have no problem with incoming e-mails being combined (actually looking 
> forward to it) but am having a little trouble configuring outgoing e-mails 
> to work correctly.
>
> I am currently using the vim interface (never like emacs, sorry) and have 
> noticed that when replying, notmuch correctly uses the appropriate e-mail 
> address (as defined in the To: or Cc: fields of the original), but does 
> not have the ability to change the sender's "name".
>
> Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
> noticed with this on), but I also manage some other accounts where I do 
> not go by this name. I manage a local organization's e-mail and need my 
> sending name to be non-personal (ex: "This organization's Webmaster"). I 
> can manually change the name before sending, but this gets very 
> repetitive and annoying.
>
>
> Is there any way to add names to the "alternate e-mails" setting in the 
> .notmuch-config file? 

I don't think so. I use some elisp hooks within emacs interface for
similar functionality but this wouldn't help in your case.

> I've tried switching to the standard "My Name"  and it then
> completely fails to even detect that e-mail address as mine.

This should not be too hard to implement. There are gmime functions for
email address manipulations which can be used to parse email addresses
from .notmuch-config and to separate names from addresses.

Regards,
-Michal
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Sending from multiple accounts

2012-05-22 Thread Doug Penner
I am in the process of trying to migrate from alpine (which handles 
separate accounts *very* distinctly) to notmuch (which combines them). I 
have no problem with incoming e-mails being combined (actually looking 
forward to it) but am having a little trouble configuring outgoing e-mails 
to work correctly.

I am currently using the vim interface (never like emacs, sorry) and have 
noticed that when replying, notmuch correctly uses the appropriate e-mail 
address (as defined in the To: or Cc: fields of the original), but does 
not have the ability to change the sender's "name".

Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
noticed with this on), but I also manage some other accounts where I do 
not go by this name. I manage a local organization's e-mail and need my 
sending name to be non-personal (ex: "This organization's Webmaster"). I 
can manually change the name before sending, but this gets very 
repetitive and annoying.


Is there any way to add names to the "alternate e-mails" setting in the 
.notmuch-config file? I've tried switching to the standard "My Name" 
 and it then completely fails to even detect that e-mail address 
as mine.

One other thing, I didn't see any keybindings in the vim interface for 
"forwarding" an e-mail.


~Doug


Sending from multiple accounts

2012-05-22 Thread Doug Penner
I am in the process of trying to migrate from alpine (which handles 
separate accounts *very* distinctly) to notmuch (which combines them). I 
have no problem with incoming e-mails being combined (actually looking 
forward to it) but am having a little trouble configuring outgoing e-mails 
to work correctly.


I am currently using the vim interface (never like emacs, sorry) and have 
noticed that when replying, notmuch correctly uses the appropriate e-mail 
address (as defined in the To: or Cc: fields of the original), but does 
not have the ability to change the sender's "name".


Ex: My "name" for my gmail account is "Doug Penner" (as you probably 
noticed with this on), but I also manage some other accounts where I do 
not go by this name. I manage a local organization's e-mail and need my 
sending name to be non-personal (ex: "This organization's Webmaster"). I 
can manually change the name before sending, but this gets very 
repetitive and annoying.



Is there any way to add names to the "alternate e-mails" setting in the 
.notmuch-config file? I've tried switching to the standard "My Name" 
 and it then completely fails to even detect that e-mail address 
as mine.


One other thing, I didn't see any keybindings in the vim interface for 
"forwarding" an e-mail.



~Doug
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch