* Sending from multiple accounts
@ 2012-05-23 1:43 Doug Penner
2012-05-23 10:29 ` Michal Sojka
0 siblings, 1 reply; 3+ messages in thread
From: Doug Penner @ 2012-05-23 1:43 UTC (permalink / raw)
To: Notmuch Mail Mailing List
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"
<e-mail> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sending from multiple accounts
2012-05-23 1:43 Sending from multiple accounts Doug Penner
@ 2012-05-23 10:29 ` Michal Sojka
2012-05-23 10:34 ` Patrick Totzke
0 siblings, 1 reply; 3+ messages in thread
From: Michal Sojka @ 2012-05-23 10:29 UTC (permalink / raw)
To: Doug Penner, Notmuch Mail Mailing List
Hi Doug,
Doug Penner <darwinsurvivor@gmail.com> 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" <e-mail> 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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Sending from multiple accounts
2012-05-23 10:29 ` Michal Sojka
@ 2012-05-23 10:34 ` Patrick Totzke
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Totzke @ 2012-05-23 10:34 UTC (permalink / raw)
To: Michal Sojka, Doug Penner, Notmuch Mail Mailing List
[-- Attachment #1: Type: text/plain, Size: 2086 bytes --]
try alot: multiple accounts [0] for free </spam>
/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 <darwinsurvivor@gmail.com> 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" <e-mail> 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
[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEABECAAYFAk+8vT4ACgkQlDQDZ9fWxarutgCfVhoyimK6/0fOeRuPcDL68/JH
lPgAnjnWjYvta537spODsCmXNg96GgG2
=0o5D
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-05-23 10:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 1:43 Sending from multiple accounts Doug Penner
2012-05-23 10:29 ` Michal Sojka
2012-05-23 10:34 ` Patrick Totzke
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).