Gnus development mailing list
 help / color / mirror / Atom feed
From: "Jouni K. Seppänen" <jks@iki.fi>
Subject: Re: Slow expiry with nnimap+Courier [patch]
Date: Fri, 29 Dec 2006 18:18:07 +0200	[thread overview]
Message-ID: <m28xgqu14w.fsf@hella.local> (raw)
In-Reply-To: <v9d5627mam.fsf@marauder.physik.uni-ulm.de>

[-- Attachment #1: Type: text/plain, Size: 589 bytes --]

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> BTW, which spelling of your name in the ChangeLogs do you prefer?
> "Jouni K Seppanen" or "Jouni K. Seppänen".  

It doesn't matter to me. The latter is more correct (in Finnish) but
the former tends to cause fewer encoding problems.

> As your previous patch has already been applied in CVS, this patch
> doesn't apply cleanly.  Could you please provide a patch against HEAD
> (trunk or v5-10 branch).

Attached. This patch also changes all occurrences of my name in the
ChangeLogs to be "Jouni K Seppanen" for the sake of uniformity.


[-- Attachment #2: nnimap-doc.patch --]
[-- Type: text/x-patch, Size: 3042 bytes --]

Index: lisp/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/ChangeLog,v
retrieving revision 7.1446
diff -u -r7.1446 ChangeLog
--- lisp/ChangeLog	28 Dec 2006 19:58:19 -0000	7.1446
+++ lisp/ChangeLog	29 Dec 2006 16:17:22 -0000
@@ -1,3 +1,8 @@
+2006-12-29  Jouni K Seppanen  <jks@iki.fi>
+
+	* nnimap.el (nnimap-expunge-search-string): Mention
+	nnimap-search-uids-not-since-is-evil in docstring.
+
 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* spam.el: Revert to make-obsolete-variable because
@@ -145,7 +150,7 @@
 	* gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
 	Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
 
-2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
+2006-12-04  Jouni K Seppanen  <jks@iki.fi>
 
 	* mm-url.el (mm-url-predefined-programs): Call curl with correct
 	options.
Index: lisp/nnimap.el
===================================================================
RCS file: /usr/local/cvsroot/gnus/lisp/nnimap.el,v
retrieving revision 7.32
diff -u -r7.32 nnimap.el
--- lisp/nnimap.el	21 Mar 2006 19:58:50 -0000	7.32
+++ lisp/nnimap.el	29 Dec 2006 16:17:22 -0000
@@ -375,7 +375,10 @@
 One useful (and perhaps the only useful) value to change this to would
 be `UID %s NOT SENTSINCE %s' to make nnimap use the Date: header
 instead of the internal date of messages.  See section 6.4.4 of RFC
-2060 for more information on valid strings.")
+2060 for more information on valid strings.
+
+However, if `nnimap-search-uids-not-since-is-evil' is true, this
+variable has no effect since the search logic is reversed.")
 
 (defvoo nnimap-importantize-dormant t
   "If non-nil, mark \"dormant\" articles as \"ticked\" for other IMAP clients.
Index: texi/ChangeLog
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/ChangeLog,v
retrieving revision 7.297
diff -u -r7.297 ChangeLog
--- texi/ChangeLog	28 Dec 2006 14:59:17 -0000	7.297
+++ texi/ChangeLog	29 Dec 2006 16:17:23 -0000
@@ -1,3 +1,9 @@
+2006-12-29  Jouni K Seppanen  <jks@iki.fi>
+
+	* gnus.texi (IMAP): Fix incorrect explanation of
+	nnimap-search-uids-not-since-is-evil in documentation for
+	nnimap-expunge-search-string.
+
 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
 
 	* gnus.texi (Mail and Post): Index gnus-message-highlight-citation.
Index: texi/gnus.texi
===================================================================
RCS file: /usr/local/cvsroot/gnus/texi/gnus.texi,v
retrieving revision 7.203
diff -u -r7.203 gnus.texi
--- texi/gnus.texi	28 Dec 2006 14:59:17 -0000	7.203
+++ texi/gnus.texi	29 Dec 2006 16:17:28 -0000
@@ -16783,8 +16783,8 @@
 RFC 2060 for more information on valid strings.
 
 However, if @code{nnimap-search-uids-not-since-is-evil} 
-is true, the command is @code{"UID NOT SINCE @var{date}"},
-regardless of this variable.
+is true, this variable has no effect since the search logic
+is reversed, as described below.
 
 @item nnimap-authinfo-file
 @vindex nnimap-authinfo-file

[-- Attachment #3: Type: text/plain, Size: 45 bytes --]


-- 
Jouni K. Seppänen
http://www.iki.fi/jks

  reply	other threads:[~2006-12-29 16:18 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-26 12:41 Jouni K Seppanen
2005-10-27  8:36 ` Simon Josefsson
2005-10-27  9:01   ` Simon Josefsson
2005-10-27 18:44     ` Jouni K Seppanen
2006-12-26 17:59       ` Reiner Steib
2006-12-26 18:11         ` Jouni K. Seppänen
2006-12-29 14:22           ` Jouni K. Seppänen
2006-12-29 15:29             ` Reiner Steib
2006-12-29 16:18               ` Jouni K. Seppänen [this message]
2006-12-29 18:09                 ` Reiner Steib
2005-11-01 21:19 ` Ted Zlatanov
2005-11-02 10:22   ` Simon Josefsson
2005-11-04 16:06     ` Ted Zlatanov
2005-11-07  3:10       ` Simon Josefsson
2005-11-07  6:47         ` Jouni K Seppanen
2005-11-07 10:33           ` Bjørn Mork
2005-11-07 20:23             ` Jouni K Seppanen

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=m28xgqu14w.fsf@hella.local \
    --to=jks@iki.fi \
    /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).