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

Previous Next

Packages: emacs, gnus;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19041 in the body.
You can then email your comments to 19041 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#19041; Package emacs. (Thu, 13 Nov 2014 16:09:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Christoph Egger <christoph <at> debian.org>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Thu, 13 Nov 2014 16:09:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Christoph Egger <christoph <at> debian.org>
To: Rob Browning <rlb <at> defaultvalue.org>
Cc: bug-gnu-emacs <at> gnu.org, 769340-forwarded <at> bugs.debian.org,
 769340 <at> bugs.debian.org
Subject: Re: 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)




Forcibly Merged 19035 19041. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Fri, 14 Nov 2014 03:54:01 GMT) Full text and rfc822 format available.

Added tag(s) fixed. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 14 Feb 2015 05:47:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 25.1, send any further explanations to 19035 <at> debbugs.gnu.org and Rob Browning <rlb <at> defaultvalue.org> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 14 Feb 2015 05:47:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 14 Mar 2015 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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