all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 42491@debbugs.gnu.org
Subject: bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme
Date: Fri, 24 Jul 2020 18:50:54 +0200	[thread overview]
Message-ID: <87r1t0voup.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87sgdganpv.fsf@gnus.org> (Lars Ingebrigtsen's message of "Fri, 24 Jul 2020 18:21:00 +0200")

Lars Ingebrigtsen <larsi@gnus.org> writes:

> David Kastrup <dak@gnu.org> writes:
>
>> Next try for extract all MIME...
>
> Looks like the MIME structure survived intact...  but I'm still not able
> to reproduce this bug.  (Cc'd to the bug report again.)
>
> I've had a look at the code that's failing, and that bit of
> gnus-summary-save-parts-1 hasn't changed in more than 20 years.
>
> Has this problem started happening recently?

I think it's the first time I tried that menu entry.

> Do you have any customisations in this area?

For sure.  I sent this using gnus-bug so it is a bit disappointing that
it didn't list gnus-related options.  Let me check my .emacs.

I think the relevant lines would likely be

 '(gnus-novice-user nil)
 '(gnus-secondary-select-methods
   '((nnml "private")
     (nnnil "news.arcor.de"
	    (nntp-open-connection-function nntp-open-ssl-stream)
	    (nntp-port-number 563))
     (nnnil "imap.arcor.de"
	    (nnimap-stream ssl))))
 '(gnus-select-method '(nnnil "localhost"))
 '(gnus-show-mime t)
 '(gnus-strict-mime nil)
 '(gnus-summary-goto-unread nil)
 '(gnus-use-adaptive-scoring '(word line))
 '(gnus-use-header-prefetch t)

 '(message-default-news-headers
   "X-Face: 2FEFf>]>q>2iw=B6,xrUubRI>pR&Ml9=ao@P@i)L:\\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl
 \\!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN;i\";/yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^
 Vc\\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\\z]|;&=NP3AhB!B_bi^]Pfkw
Organization: Organization?!?
")
 '(message-dont-reply-to-names
   "\\<dak\\(@tupik.goethe.zz\\)?\\|\\<David.Kastrup@\\|\\<dakas@")
 '(message-forward-as-mime t)
 '(message-send-mail-function 'smtpmail-send-it)
 '(message-sendmail-f-is-evil t)
 '(message-user-fqdn "fencepost.gnu.org")

 '(mm-coding-system-priorities '(iso-8859-1 iso-8859-15 utf-8))
 '(mm-discouraged-alternatives '("text/html"))
 '(mml-secure-key-preferences
   '((OpenPGP
      (sign)
      (encrypt
       ("wl@gnu.org" "E30674707856409FF1948010BE6C3AAC63AD8E3F")))
     (CMS
      (sign)
      (encrypt))))

 '(nnmail-split-methods '(("mail.misc" gnus-group-split)))

 '(query-user-mail-address nil)

 '(send-mail-function 'smtpmail-send-it)
 '(smtpmail-smtp-server "fencepost.gnu.org")
 '(smtpmail-smtp-service 587)

That should be about anything gnus/mail related.

-- 
David Kastrup





  reply	other threads:[~2020-07-24 16:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87y2nauphf.fsf@fencepost.gnu.org>
2020-07-24 16:21 ` bug#42491: [gbrouwer@web.de] Aw: Re: Konzertaufnahme Lars Ingebrigtsen
2020-07-24 16:50   ` David Kastrup [this message]
2020-07-27 21:36     ` Lars Ingebrigtsen
2020-07-27 21:49       ` David Kastrup
2020-07-27 21:52         ` Lars Ingebrigtsen
2020-08-02  5:09           ` Lars Ingebrigtsen
2020-10-26 15:46             ` bug#42491: 28.0.50; Gnus: Extract all Mime parts crashes Lars Ingebrigtsen

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=87r1t0voup.fsf@fencepost.gnu.org \
    --to=dak@gnu.org \
    --cc=42491@debbugs.gnu.org \
    --cc=larsi@gnus.org \
    /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.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.