unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28013: 26.0.50; Gnus signals error on deleting attachment
@ 2017-08-08 15:16 Stephen Berman
  2017-08-08 23:41 ` Katsumi Yamaoka
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Berman @ 2017-08-08 15:16 UTC (permalink / raw)
  To: 28013

I typed `d' in the Gnus *Article* buffer on the button of the attachment
to a mail delete to delete the attachment, and while the deletion
succeeded, the following error was signalled:

Debugger entered--Lisp error: (error "No such part")
  signal(error ("No such part"))
  error("No such part")
  gnus-article-jump-to-part(0)
  gnus-mime-delete-part()
  funcall-interactively(gnus-mime-delete-part)
  call-interactively(gnus-mime-delete-part nil nil)
  command-execute(gnus-mime-delete-part)

This occurred because the message body consisted only of the attachment.
The mail was in mbox format and the mail back end was nnfolder.

In GNU Emacs 26.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.22.8)
 of 2017-08-08 built on rosalinde
Repository revision: 846870e508021ee8d1099280b3f40fe108a34bf0





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28013: 26.0.50; Gnus signals error on deleting attachment
  2017-08-08 15:16 bug#28013: 26.0.50; Gnus signals error on deleting attachment Stephen Berman
@ 2017-08-08 23:41 ` Katsumi Yamaoka
  2017-08-09  8:58   ` Stephen Berman
  0 siblings, 1 reply; 3+ messages in thread
From: Katsumi Yamaoka @ 2017-08-08 23:41 UTC (permalink / raw)
  To: Stephen Berman; +Cc: 28013

On Tue, 08 Aug 2017 17:16:15 +0200, Stephen Berman wrote:
> I typed `d' in the Gnus *Article* buffer on the button of the attachment
> to a mail delete to delete the attachment, and while the deletion
> succeeded, the following error was signalled:

> Debugger entered--Lisp error: (error "No such part")
>   signal(error ("No such part"))
>   error("No such part")
>   gnus-article-jump-to-part(0)
>   gnus-mime-delete-part()
>   funcall-interactively(gnus-mime-delete-part)
>   call-interactively(gnus-mime-delete-part nil nil)
>   command-execute(gnus-mime-delete-part)

This is the case where there is the only one part in the article,
isn't it?  I think I've fixed it.  Could you give it a try?





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#28013: 26.0.50; Gnus signals error on deleting attachment
  2017-08-08 23:41 ` Katsumi Yamaoka
@ 2017-08-09  8:58   ` Stephen Berman
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Berman @ 2017-08-09  8:58 UTC (permalink / raw)
  To: Katsumi Yamaoka; +Cc: 28013

On Wed, 09 Aug 2017 08:41:00 +0900 Katsumi Yamaoka <yamaoka@jpl.org> wrote:

> On Tue, 08 Aug 2017 17:16:15 +0200, Stephen Berman wrote:
>> I typed `d' in the Gnus *Article* buffer on the button of the attachment
>> to a mail delete to delete the attachment, and while the deletion
>> succeeded, the following error was signalled:
>
>> Debugger entered--Lisp error: (error "No such part")
>>   signal(error ("No such part"))
>>   error("No such part")
>>   gnus-article-jump-to-part(0)
>>   gnus-mime-delete-part()
>>   funcall-interactively(gnus-mime-delete-part)
>>   call-interactively(gnus-mime-delete-part nil nil)
>>   command-execute(gnus-mime-delete-part)
>
> This is the case where there is the only one part in the article,
> isn't it?  I think I've fixed it.  Could you give it a try?

Yes, that fixes the problem; thanks.

Steve Berman





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-09  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 15:16 bug#28013: 26.0.50; Gnus signals error on deleting attachment Stephen Berman
2017-08-08 23:41 ` Katsumi Yamaoka
2017-08-09  8:58   ` Stephen Berman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).