git.fiddlerwoaroof.com
Browse code

2006-08-17 Kevin Layer <layer@gemini>

layer authored on 17/08/2006 18:16:09
Showing 1 changed files
... ...
@@ -1,7 +1,6 @@
1 1
 #+(version= 7 0)
2
-(sys:defpatch "imap" 2
3
-  "v1: fix nameserver lookup if *dns-mode* is just :clib;
4
-v2: fetch-letter-sequence support."
2
+(sys:defpatch "imap" 1
3
+  "v1: fetch-letter-sequence support."
5 4
   :type :system
6 5
   :post-loadable t)
7 6
 
... ...
@@ -30,7 +29,7 @@ v2: fetch-letter-sequence support."
30 29
 ;; merchantability or fitness for a particular purpose.  See the GNU
31 30
 ;; Lesser General Public License for more details.
32 31
 ;;
33
-;; $Id: imap.cl,v 1.29 2006/08/17 18:07:34 layer Exp $
32
+;; $Id: imap.cl,v 1.30 2006/08/17 18:16:09 layer Exp $
34 33
 
35 34
 ;; Description:
36 35
 ;;- This code in this file obeys the Lisp Coding Standard found in