* bug#19035: Bug#769340: GNUS Mails marked read after connection dropps [not found] <20141112223321.7151.91701.reportbug@mitoraj.siccegge.de> @ 2014-11-12 22:46 ` Rob Browning 2014-11-13 9:20 ` Christoph Egger 2015-02-14 5:43 ` bug#19035: " Lars Ingebrigtsen 0 siblings, 2 replies; 3+ messages in thread From: Rob Browning @ 2014-11-12 22:46 UTC (permalink / raw) To: 19035; +Cc: Christoph Egger, 769340-forwarded, 769340 [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. Thanks Christoph Egger <christoph@debian.org> writes: > Package: emacs24 > Version: 24.4+1-4 > Severity: important > > Hi! > > I have had a strange problem with gnus now several times. After > trying to load a group in gnus -- if the connection dies while doing > so -- I sometimes end up with the whole imap folder marked as read. I > consider this read information important user data and it's almost as > paoinfull as loosing email outright > > Christoph > > -- System Information: > Debian Release: jessie/sid > APT prefers testing > APT policy: (990, 'testing'), (500, 'buildd-unstable'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') > Architecture: kfreebsd-amd64 (x86_64) > > Kernel: kFreeBSD 10.1-0-amd64 > Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) > Shell: /bin/sh linked to /bin/dash > > Versions of packages emacs24 depends on: > ii emacs24-bin-common 24.4+1-4 > ii gconf-service 3.2.6-3 > ii libacl1 2.2.52-2 > ii libatk1.0-0 2.14.0-1 > ii libc0.1 2.19-13 > ii libcairo-gobject2 1.14.0-2.1 > ii libcairo2 1.14.0-2.1 > ii libdbus-1-3 1.8.8-2 > ii libfontconfig1 2.11.0-6.1 > ii libfreetype6 2.5.2-2 > ii libgconf-2-4 3.2.6-3 > ii libgdk-pixbuf2.0-0 2.31.1-2+b1 > ii libgif4 4.1.6-11 > ii libglib2.0-0 2.42.0-2 > ii libgnutls-deb0-28 3.3.8-3 > ii libgomp1 4.9.1-19 > ii libgtk-3-0 3.14.4-2 > ii libice6 2:1.0.9-1 > ii libjpeg62-turbo 1:1.3.1-10 > ii libm17n-0 1.6.4-3 > ii libmagickcore-6.q16-2 8:6.8.9.9-2 > ii libmagickwand-6.q16-2 8:6.8.9.9-2 > ii libotf0 0.9.13-2 > ii libpango-1.0-0 1.36.8-2 > ii libpangocairo-1.0-0 1.36.8-2 > ii libpng12-0 1.2.50-2+b1 > ii librsvg2-2 2.40.5-1 > ii libsm6 2:1.2.2-1 > ii libtiff5 4.0.3-10+b3 > ii libtinfo5 5.9+20140913-1 > ii libx11-6 2:1.6.2-3 > ii libxft2 2.3.2-1 > ii libxinerama1 2:1.1.3-1+b1 > ii libxml2 2.9.1+dfsg1-4 > ii libxpm4 1:3.5.11-1 > ii libxrandr2 2:1.4.2-1+b1 > ii libxrender1 1:0.9.8-1+b1 > ii zlib1g 1:1.2.8.dfsg-2 > > emacs24 recommends no packages. > > Versions of packages emacs24 suggests: > ii emacs24-common-non-dfsg 24.4+1-2 -- Rob Browning rlb @defaultvalue.org and @debian.org GPG as of 2011-07-10 E6A9 DA3C C9FD 1FF8 C676 D2C4 C0F0 39E9 ED1B 597A GPG as of 2002-11-03 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 ^ permalink raw reply [flat|nested] 3+ messages in thread
* Bug#769340: GNUS Mails marked read after connection dropps 2014-11-12 22:46 ` bug#19035: Bug#769340: GNUS Mails marked read after connection dropps Rob Browning @ 2014-11-13 9:20 ` Christoph Egger 2015-02-14 5:43 ` bug#19035: " Lars Ingebrigtsen 1 sibling, 0 replies; 3+ messages in thread From: Christoph Egger @ 2014-11-13 9:20 UTC (permalink / raw) To: Rob Browning; +Cc: bug-gnu-emacs, 769340, 769340-forwarded Hi! Rob Browning <rlb@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@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) ^ permalink raw reply [flat|nested] 3+ messages in thread
* bug#19035: Bug#769340: GNUS Mails marked read after connection dropps 2014-11-12 22:46 ` bug#19035: Bug#769340: GNUS Mails marked read after connection dropps Rob Browning 2014-11-13 9:20 ` Christoph Egger @ 2015-02-14 5:43 ` Lars Ingebrigtsen 1 sibling, 0 replies; 3+ messages in thread From: Lars Ingebrigtsen @ 2015-02-14 5:43 UTC (permalink / raw) To: Rob Browning; +Cc: 19035, 769340-forwarded, Christoph Egger, 769340 Rob Browning <rlb@defaultvalue.org> writes: >> I have had a strange problem with gnus now several times. After >> trying to load a group in gnus -- if the connection dies while doing >> so -- I sometimes end up with the whole imap folder marked as read. I >> consider this read information important user data and it's almost as >> paoinfull as loosing email outright I think this should be fixed in git Gnus now (and in the Emacs trunk soon). It's a bit difficult to test though. Should probably be backported to emacs-24, too. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-14 5:43 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <20141112223321.7151.91701.reportbug@mitoraj.siccegge.de> 2014-11-12 22:46 ` bug#19035: Bug#769340: GNUS Mails marked read after connection dropps Rob Browning 2014-11-13 9:20 ` Christoph Egger 2015-02-14 5:43 ` bug#19035: " Lars Ingebrigtsen
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.