> Uwe Brauer writes: > You'll just have to let-bind the cc field and then check it. (Or > `when-let', if your Emacs has that.) You can put this inside the > `with-current-buffer': > (let ((cc (gnus-fetch-original-field "cc"))) > (if cc (mail-decode-encoded-address-string cc) > "")) Thanks, that was extremely useful