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

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

Re: Define "Group" of mail recipients in Gnus?


From: Dan Christensen
Subject: Re: Define "Group" of mail recipients in Gnus?
Date: Tue, 08 Nov 2016 08:39:31 -0500
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/24.3 (gnu/linux)

Gnus can parse a ~/.mailrc file containing mail aliases such as:

alias groupname  "Person One <p1@address>, Person Two <p2@address>"

Then, if you type groupname in a header, followed by a space or
punctuation character, it should complete.

You need to restart Gnus or run

(rebuild-mail-abbrevs (concat (getenv "HOME") "/.mailrc")

after editing .mailrc in order for Gnus to know about your changes.

Dan




reply via email to

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