From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: [PATCH 1/2] nnmaildir: Mirror Gnus flags to IMAP flags Date: Thu, 27 May 2010 17:25:38 -0600 Message-ID: References: <8855E4C3-2279-43C8-8AB9-E709654897EA@gmail.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1275002772 10639 80.91.229.12 (27 May 2010 23:26:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 May 2010 23:26:12 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 28 01:26:11 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OHmSo-0002K9-68 for ged-emacs-devel@m.gmane.org; Fri, 28 May 2010 01:26:10 +0200 Original-Received: from localhost ([127.0.0.1]:47567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHmSn-0007T1-Et for ged-emacs-devel@m.gmane.org; Thu, 27 May 2010 19:26:09 -0400 Original-Received: from [140.186.70.92] (port=53992 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHmSf-0007Hw-J9 for emacs-devel@gnu.org; Thu, 27 May 2010 19:26:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHmSe-0001dM-Hu for emacs-devel@gnu.org; Thu, 27 May 2010 19:26:01 -0400 Original-Received: from mail-pz0-f192.google.com ([209.85.222.192]:50902) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHmSe-0001dH-Bz for emacs-devel@gnu.org; Thu, 27 May 2010 19:26:00 -0400 Original-Received: by pzk30 with SMTP id 30so540459pzk.6 for ; Thu, 27 May 2010 16:25:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:in-reply-to :references:user-agent:x-draft-from:date:message-id; bh=u0MEsoPumi378GnSjiJA786n4hCqh0PRtTj29zfSOcM=; b=HnMCrLgmmYRKR2hdxmkY3uq/wBbi4rUa67qpIv5nLPJ7K3AFqgWs/Oy6TTEWKTCTI4 v95SWsP1pKPS9LxzZvEbBeRvUmZP/4bDYXr+pJxL223u6RUScfkwgbCi0dxruiGQKh9b hvQK3kdue37DmGZQ50U0+njF3KW0g7cyMd8xs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:x-draft-from:date :message-id; b=CjG5xi2ZBPe2hKf1kiL7TLHQZEyD0WH/TFHnEhVXYPi2KJWGa03GN46cr+azUKKY8I LoitG4XOSflpcnkuVruL8j+HAb41oSZTPD1rwRpesjUeQhPOAuRtgs5LDIN+0tJfuRyw T9dN4goopryki1DcJ9rEPpXiKDK+0nKWalS9Q= Original-Received: by 10.143.153.9 with SMTP id f9mr7859974wfo.29.1275002759281; Thu, 27 May 2010 16:25:59 -0700 (PDT) Original-Received: from Hermes.local.gmail.com (174-24-43-180.clsp.qwest.net [174.24.43.180]) by mx.google.com with ESMTPS id 21sm1331712pzk.4.2010.05.27.16.25.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 May 2010 16:25:57 -0700 (PDT) In-Reply-To: <8855E4C3-2279-43C8-8AB9-E709654897EA@gmail.com> (John Wiegley's message of "Thu, 27 May 2010 15:07:13 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (darwin) X-Draft-From: ("nntp+news.gmane.org:gmane.emacs.devel" 125313) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125315 Archived-At: John Wiegley writes: > The following patch causes nnmaildir.el to mirror Gnus marks to IMAP flags, > so that offlineimap can work sanely without needing a helper script. Please ignore this patch for the moment. It does not work in both directions as it should. John