Harry Putnam <[email protected]> writes: > send emails to a couple dozen recipients ...
Put, on one line, this alias friends "name_1 <[email protected]>, ..., name_N <[email protected]>" 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 _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
