From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/80828 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.gnus.general Subject: Re: Mails read in other gnusae still showing in gnus as unread Date: Sat, 7 Jan 2012 19:14:19 +0100 Message-ID: References: <87bor7jw18.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1325960124 20829 80.91.229.12 (7 Jan 2012 18:15:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2012 18:15:24 +0000 (UTC) Cc: ding@gnus.org To: Lars Magne Ingebrigtsen Original-X-From: ding-owner+M29110@lists.math.uh.edu Sat Jan 07 19:15:21 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjanY-0008Tg-Aj for ding-account@gmane.org; Sat, 07 Jan 2012 19:15:20 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Rjamj-0006z3-KR; Sat, 07 Jan 2012 12:14:29 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Rjami-0006yu-Cq for ding@lists.math.uh.edu; Sat, 07 Jan 2012 12:14:28 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rjamh-0002uT-7T for ding@lists.math.uh.edu; Sat, 07 Jan 2012 12:14:27 -0600 Original-Received: from mail-wi0-f172.google.com ([209.85.212.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Rjamf-0001sV-Dq; Sat, 07 Jan 2012 19:14:25 +0100 Original-Received: by wibhj6 with SMTP id hj6so2953300wib.17 for ; Sat, 07 Jan 2012 10:14:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OKZnNl1L7ctjRzC6SGFws2cRNptwK9N0BIXUYYqllNE=; b=e6fk86RG7ZEQv9U2LP0PIWa1BRTq1TRmNH0AswP2tbPv/aqVDwAO7TJohaXn4Pqd64 fvtLeAubfOJfBeMsoOV+X+7vcJtK8JjH+i+9wDNRr5OFW48IehUd4Vj0JVUjuuHURF1z tijq9rLLTuV14FWZC+UzC+KZxGL7NHHxZtO/o= Original-Received: by 10.180.98.193 with SMTP id ek1mr15574wib.1.1325960060037; Sat, 07 Jan 2012 10:14:20 -0800 (PST) Original-Received: by 10.216.93.85 with HTTP; Sat, 7 Jan 2012 10:14:19 -0800 (PST) In-Reply-To: X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:80828 Archived-At: > .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.