Function: nnmaildir-article-number-to-base-name

nnmaildir-article-number-to-base-name is a byte-compiled function defined in nnmaildir.el.gz.

Signature

(nnmaildir-article-number-to-base-name NUMBER GROUP-NAME SERVER-ADDRESS-STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmaildir.el.gz
(defun nnmaildir-article-number-to-base-name
  (number group-name server-address-string)
  (let ((x (nnmaildir--prepare server-address-string group-name)))
    (when x
      (setq x (nnmaildir--nlist-art x number))
      (and x (cons (nnmaildir--art-prefix x)
		   (nnmaildir--art-suffix x))))))