Gnus development mailing list
 help / color / mirror / Atom feed
From: ciaran@member.fsf.org (Ciarán O'Riordan)
To: ding@lists.math.uh.edu
Subject: mailboxes disappeared, some mail missing, suggestions welcome
Date: Mon, 20 Jan 2014 20:53:13 +0000	[thread overview]
Message-ID: <7oeh42wf2d.fsf@neghvar.compsoc.com> (raw)


Hi all,

I hit some key and all but one of my inboxes disappeared from the Groups
buffer.  This is the third time I've had this problem and I think I've
figured out what happened: I probably hit C-w, which is a shortcut for
gnus-group-kill-region.  I tried to undo but it just said the buffer was
read-only.  By the time I thought of checking lossage, I'd already hit too
many other keys so I couldn't confirm C-w is the culprit.

I know how to get my inboxes to re-appear: I hit U and subscribe to them
again.  I've done this, but my sent-mail inbox just contains four seemingly
randomly selected mails I sent.  The other 1500 are gone.

I dropped to the command line and went to my mail directory and grepped for
the name of someone I've sent a dozen mails to, but the only hits I got were
in my inbox.  I opened my sent-mail file (I'm using nnfolder, one file per
inbox) with 'less' and confirmed that the only contents were those four
random surviving mails.  The related files are similarly small: 

-rw------- 1 coriordan coriordan 5985 Aug 29 19:19 Back2Gnus/sent-mail~
-rw------- 1 coriordan coriordan 6729 Sep  2 01:43 Back2Gnus/sent-mail
-rw------- 1 coriordan coriordan   34 Jan 20 20:00 Back2Gnus/sent-mail.mrk
-rw------- 1 coriordan coriordan 1315 Sep  2 01:57 Back2Gnus/sent-mail.nov

One other problem is that after I resubscribed to my other inboxes, every
mail is listed as unread.

Anyone think there's any hope of getting all my sent-mails back?

If anyone knows how to fix the "read" markings in my other inboxes, that
would be nice, but I can do all that manually if necessary.

My .gnus (below) is quite plain.


Thanks in advance.

===========================
(setq gnus-select-method '(nnfolder ""))

(setq gnus-group-line-format "%S %5y : %G (%s) m:%m\n")

(setq gnus-sorted-header-list '("^From:" "^Date:" "^Subject:"
				"^To:" "^Cc:" "^Reply-To:"
				"^In-Reply-To:" "^Cc:" "^Reply-To:"
				"^User-Agent:" "^X-Mailer:"))
(setq gnus-visible-headers gnus-sorted-header-list)

(setq gnus-message-archive-group "nnfolder:sent-mail")

(setq mail-sources '((file :path "/var/spool/mail/coriordan")))
(setq mail-yank-prefix "> ")

(setq nnmail-crosspost t)
(setq nnmail-split-methods
      '(("spam" "^X-Spam-Flag:.*YES")
	("spam" "From: .*prconsulting2012.*@yahoo.com")
;;;;;;;;;;;;;
;;  to keep this mail short I trimmed 50 lines here
;;;;;;;;;;;;;
	("epfsug" "List-Id: <epfsug.epfsug.eu>")
 	("other" ""))))

(setq nnfolder-directory "~/Back2Gnus/")

(defun my-message-mode-setup ()
  (setq fill-column 76)
  (turn-on-auto-fill)
  (font-lock-mode nil))
(add-hook 'message-mode-hook 'my-message-mode-setup)
===========================


-- 
Ciarán O'Riordan
+32 (0) 485 118 029
http://ciaran.compsoc.com/

http://EndSoftwarePatents.org/ - http://en.swpat.org/



             reply	other threads:[~2014-01-20 20:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-20 20:53 Ciarán O'Riordan [this message]
2014-01-20 21:40 ` mails found (was: Re: mailboxes disappeared, some mail missing, suggestions welcome) Ciarán O'Riordan
2014-01-21  2:57   ` Ciarán O'Riordan
2014-01-21  7:06   ` mails found Steinar Bang
2014-01-21 13:59     ` Ciarán O'Riordan

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=7oeh42wf2d.fsf@neghvar.compsoc.com \
    --to=ciaran@member.fsf.org \
    --cc=ding@lists.math.uh.edu \
    /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.
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 NNTP newsgroup(s).