Gnus development mailing list
 help / color / mirror / Atom feed
From: Ulrich Pfeifer <pfeifer@buster.informatik.uni-dortmund.de>
Subject: sgnus 0.27, gnus-summary-move-article (nnml)
Date: Wed, 17 Jan 96 15:20:42 +0100	[thread overview]
Message-ID: <9601171420.AA02562@buster.informatik.uni-dortmund.de> (raw)

This kinof avoids the problem. Not shure if it is solved - but I can
move articles now (from nnml to nnml).

*** ./gnus.el~	Wed Jan 17 09:55:45 1996
--- ./gnus.el	Wed Jan 17 15:13:56 1996
***************
*** 10746,10757 ****
    (gnus-set-global-variables)
    ;; Check whether the source group supports the required functions.
    (cond ((and (eq action 'move)
! 	      (gnus-check-backend-function
! 	       'request-move-article gnus-newsgroup-name))
  	 (error "The current group does not support article moving"))
  	((and (eq action 'crosspost)
! 	      (gnus-check-backend-function
! 	       'request-replace-article gnus-newsgroup-name))
  	 (error "The current group does not support article editing")))
    (let ((articles (gnus-summary-work-articles n))
  	(prefix (gnus-group-real-prefix gnus-newsgroup-name))
--- 10747,10758 ----
    (gnus-set-global-variables)
    ;; Check whether the source group supports the required functions.
    (cond ((and (eq action 'move)
! 	      (not (gnus-check-backend-function
!                     'request-move-article gnus-newsgroup-name)))
  	 (error "The current group does not support article moving"))
  	((and (eq action 'crosspost)
! 	      (not (gnus-check-backend-function
!                     'request-replace-article gnus-newsgroup-name)))
  	 (error "The current group does not support article editing")))
    (let ((articles (gnus-summary-work-articles n))
  	(prefix (gnus-group-real-prefix gnus-newsgroup-name))
***************
*** 10885,10891 ****
  
  	(gnus-summary-goto-subject article)
  	(gnus-summary-mark-article article gnus-canceled-mark))
!       (gnus-summary-remove-process-mark (car articles)))
      (gnus-kill-buffer copy-buf)
      (gnus-set-mode-line 'summary)))
  
--- 10886,10892 ----
  
  	(gnus-summary-goto-subject article)
  	(gnus-summary-mark-article article gnus-canceled-mark))
!       (and (car articles) (gnus-summary-remove-process-mark (car articles))))
      (gnus-kill-buffer copy-buf)
      (gnus-set-mode-line 'summary)))
  

Ulrich Pfeifer
--
@J = split //,"J!k Phau^eHeens%rarrot&\ncl t ";
for(0..24){print $J[$_*7%($#J+1)]}


             reply	other threads:[~1996-01-17 14:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-01-17 14:20 Ulrich Pfeifer [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-01-17 14:00 Ulrich Pfeifer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9601171420.AA02562@buster.informatik.uni-dortmund.de \
    --to=pfeifer@buster.informatik.uni-dortmund.de \
    --cc=pfeifer@charly.informatik.uni-dortmund.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).