info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lamer... how to send group email efficiently


From: Emanuel Berg
Subject: Re: lamer... how to send group email efficiently
Date: Tue, 25 Jun 2013 22:37:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)

Harry Putnam <reader@newsguy.com> writes:

> send emails to a couple dozen recipients ...

Put, on one line, this

alias friends "name_1 <f1@f1.com>, ..., name_N <fN@fN.com>"

in ~/.mailrc (it seems to be case-insensitive).

If you'd like to put additional info (like phone numbers), comment
with the hash/pound sign, like this: # don't mail this guy

To edit the file fast, you could use

(global-set-key (kbd "C-j") 'jump-to-register)
(set-register ?m (cons 'file "~/.mailrc"))

and then hit [C-j m].

To sort it, use `sort-lines`.

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573


reply via email to

[Prev in Thread] Current Thread [Next in Thread]