On Sat, 31 Jan 2009 06:09:12 GMT Teemu Likonen <[email protected]> wrote:
TL> (dolist (item (append to-lst cc-lst) recipients) TL> (add-to-list 'recipients TL> (nth 1 item))))) You may be able to simplify this to just a (mapcar(append(...))) call using `cadr'. Ted _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
