(uncompface): Be verbose when changing `uncompface-use-external'.
[gnus] / lisp / ietf-drums.el
index eec283b..07fbc46 100644 (file)
@@ -263,6 +263,11 @@ backslash and doublequote.")
       (concat "\"" string "\"")
     string))
 
+(defun ietf-drums-make-address (name address)
+  (if name
+      (concat (ietf-drums-quote-string name) " <" address ">")
+    address))
+
 (provide 'ietf-drums)
 
 ;;; ietf-drums.el ends here