On 2009-02-02 10:08 (-0600), Ted Zlatanov wrote:
> 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'.
Ah, true:
(mapcar 'cadr (append cc-lst to-lst))
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english