Gnus development mailing list
 help / color / mirror / Atom feed
From: Vitalie Spinu <spinuvit.list@gmail.com>
To: Lars Magne Ingebrigtsen <larsi@gnus.org>
Cc: ding@gnus.org
Subject: Re: Mails read in other gnusae still showing in gnus as unread
Date: Sat, 7 Jan 2012 19:14:19 +0100	[thread overview]
Message-ID: <CAAd3K4jMpcmrL6Vrq5mqQsf++BTbbTKPLjLsGWYS2gHFMwdP5A@mail.gmail.com> (raw)
In-Reply-To: <m3ehvgjzj3.fsf@stories.gnus.org>

> .newsrc-dribble may also be relevant...
>

Thanks, I synchronized all gnus directories and it works properly now.

Here is my full sync setup in case anyone else will ever stumble on this.

(require 'gnus)
(setq message-directory "~/Dropbox/.main/Mail/"
      gnus-home-directory "~/Dropbox/.main/"
      gnus-default-directory "~/Dropbox/.main/"
      gnus-directory "~/Dropbox/.main/News/"
      gnus-article-save-directory "~/Dropbox/.main/News/"
      gnus-kill-files-directory "~/Dropbox/.main/News/"
      gnus-cache-directory "~/Dropbox/.main/News/cache/"
      )

;;;;_ ARCHIVE
;; takes effect only on the very first initialization of gnus
(setq gnus-message-archive-method
      '(nnfolder "archive"
		 (nnfolder-inhibit-expiry t)
		 (nnfolder-get-new-mail nil)
		 (nnfolder-active-file "~/Dropbox/.main/Mail/archive/active")
		 (nnfolder-directory "~/Dropbox/.main/Mail/archive")))
;; (setq gnus-update-message-archive-method t) ;; doesn't seem to work
as advertised, edit gnus.eld directly to have an effect

Cheers,
Vitalie.



      reply	other threads:[~2012-01-07 18:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-17 11:08 Vitalie Spinu
2011-12-17 14:21 ` Vitalie Spinu
2012-01-03 20:34 ` Lars Magne Ingebrigtsen
2012-01-07 18:14   ` Vitalie Spinu [this message]

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=CAAd3K4jMpcmrL6Vrq5mqQsf++BTbbTKPLjLsGWYS2gHFMwdP5A@mail.gmail.com \
    --to=spinuvit.list@gmail.com \
    --cc=ding@gnus.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.
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).