Function: message-disassociate-draft

message-disassociate-draft is a byte-compiled function defined in message.el.gz.

Signature

(message-disassociate-draft)

Documentation

Disassociate the message buffer from the drafts directory.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defun message-disassociate-draft ()
  "Disassociate the message buffer from the drafts directory."
  (when message-draft-article
    (nndraft-request-expire-articles
     (list message-draft-article) "drafts" nil t)))