X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnndraft.el;h=98c14d4cab266f9482fd51567cd83aa14873d2cf;hb=0007de6d40db139c025a8b2cba9ef04ee4837608;hp=313675c2facc514e35a3d34bb944413ae7c49915;hpb=435e61039b321875335f6be0941d9e7a09997207;p=gnus diff --git a/lisp/nndraft.el b/lisp/nndraft.el index 313675c2f..98c14d4ca 100644 --- a/lisp/nndraft.el +++ b/lisp/nndraft.el @@ -222,6 +222,11 @@ are generated if and only if they are also in `message-draft-headers'.") (deffoo nndraft-request-expire-articles (articles group &optional server force) (nndraft-possibly-change-group group) (let* ((nnmh-allow-delete-final t) + (nnmail-expiry-target + (or (gnus-group-find-parameter + (gnus-group-prefixed-name group (list 'nndraft server)) + 'expiry-target t) + nnmail-expiry-target)) (res (nnoo-parent-function 'nndraft 'nnmh-request-expire-articles (list articles group server force)))