GNU bug report logs - #19041
Bug#769340: GNUS Mails marked read after connection dropps

Previous Next

Packages: gnus, emacs;

Reported by: Christoph Egger <christoph <at> debian.org>

Date: Thu, 13 Nov 2014 16:09:01 UTC

Severity: normal

Tags: fixed

Merged with 19035

Fixed in version 25.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Christoph Egger <christoph <at> debian.org>
To: Rob Browning <rlb <at> defaultvalue.org>
Cc: 19041 <at> debbugs.gnu.org, 769340-forwarded <at> bugs.debian.org, 769340 <at> bugs.debian.org
Subject: bug#19041: Bug#769340: GNUS Mails marked read after connection dropps
Date: Thu, 13 Nov 2014 10:20:15 +0100
Hi!

Rob Browning <rlb <at> defaultvalue.org> writes:
> [If possible, please preserve the -forwarded address in any replies.]
>
> I realize we may need more information, but this seems potentially
> serious enough that I wanted to go ahead and forward it immediately.

It did happen twice for me yesterday (really bad WLAN) and once during
debconf though it's certainly not happening always.

  Christoph

FWIW:

(require 'epa)
(require 'bbdb)
(bbdb-initialize 'gnus)
(require 'gnus)

(setq message-send-mail-function 'message-send-mail-with-sendmail)
(add-hook 'gnus-group-mode-hook 'gnus-topic-mode)

(gnus-demon-add-handler 'gnus-demon-scan-news 5 t)
(gnus-demon-init)

(setq user-mail-address "christoph <at> christoph-egger.org"
      user-full-name "Christoph Egger"
      mm-verify-option 'known
      mm-decrypt-option 'known
      gnus-buttonized-mime-types '("multipart/signed" "multipart/encrypted")
      gnus-select-method '(nntp "news.gmane.org")
      mail-user-agent 'sendmail-user-agent
      bbdb-send-mail-style 'message)

(add-hook 'kill-emacs-hook (lambda () (let ((gnus-interactive-exit nil)) (gnus-group-exit))))
      
(setq gnus-secondary-select-methods '((nnimap "Main"
                                              (nnimap-address "oteiza.siccegge.de")
                                              (nnimap-authenticator login)
                                              (nnimap-stream tls)
                                              (nnimap-authinfo-file "/home/christoph/.imap-authinfo"))))

(mml-signencrypt-style "pgpmime" 'combined)

(setq gnus-extra-headers '(To Cc Newsgroups Keywords List-Id Message-Id)
      nnmail-extra-headers gnus-extra-headers)

(ad-activate 'mm-url-insert)

(add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)




This bug report was last modified 10 years and 95 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.