From: Pierre Bellec <pierre.bellec.2008@polytechnique.org>
To: mblaze <mblaze@googlegroups.com>
Subject: Re: Email address aliases
Date: Wed, 24 Jun 2020 13:07:09 -0700 (PDT) [thread overview]
Message-ID: <37d1f718-192a-4bb3-93ee-a89db62604f1n@googlegroups.com> (raw)
In-Reply-To: <3CPF2KFLU5TP7.242WO6ROBA9PE@homearch.localdomain>
[-- Attachment #1.1: Type: text/plain, Size: 1748 bytes --]
Hi Silvan,
The following works with vim. It requires fzf and fzf.vim.
Once in a while, you can use
maddr \| sort \| uniq > ~/my.contacts
to dump all contacts found in your emails in that file.
Then in .vimrc:
inoremap <expr> <c-x><c-k> fzf#vim#complete('cat ~/my.contacts')
will let you complete emails inside vim using fzf when writing an email in
vim.
Best wishes,
Pierre
On Saturday, July 6, 2019 at 5:02:13 PM UTC-4 Silvan Jegen wrote:
> Heyho
>
> Ideally I don't want to type out people's whole email addresses when
> composing emails. My first thought was to use an alias file with my
> SMTP client (msmtp). This works fine for sending emails, except that
> the aliases are not replaced in the mail headers. That means if a person
> replies to all people in a mail from me, and the CC header contains an
> alias like 'friend1', the email addressed to 'friend1' one will never
> arrive since it's not a valid email address.
>
> Currently I am using a new approach where I simply run 'sed' over the
> headers of an email at composiition time to replace all my aliases with
> the proper email addresses.
>
> I feel like there should be a more elegant solution to this (involving
> 'msed' being invoked before passing an email to the sendmail program
> perhaps?). Is there an easy way to get simple email address aliases
> working that I am missing?
>
>
> Cheers,
>
> Silvan
>
--
You received this message because you are subscribed to the Google Groups "mblaze" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mblaze+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mblaze/37d1f718-192a-4bb3-93ee-a89db62604f1n%40googlegroups.com.
[-- Attachment #1.2: Type: text/html, Size: 2548 bytes --]
next prev parent reply other threads:[~2020-06-24 20:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-06 21:02 Silvan Jegen
2020-06-24 20:07 ` Pierre Bellec [this message]
2020-12-30 10:52 ` Silvan Jegen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=37d1f718-192a-4bb3-93ee-a89db62604f1n@googlegroups.com \
--to=pierre.bellec.2008@polytechnique.org \
--cc=mblaze@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.vuxu.org/mblaze/
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 NNTP newsgroup(s).