Snapshot release 20030318-1718
Charles Cazabon <[email protected]> 18 Mar 2003 23:18:50 -0000
| Newsgroups | gmane.mail.bikini.devel |
|---|---|
| Message-ID | <[email protected]> |
Snapshot 20030318-1718 released and uploaded. From the CHANGELOG:
2003-03-18
Move LISTMSGS response grammar to right place, add LISTDIRS response
grammer.
Fix some tabs.
Diff follows.
diff -urN --exclude=bikini.html --exclude=bikini.txt --exclude=CHANGELOG bikini-20030318-1713/bikini.texi bikini-20030318-1718/bikini.texi
--- bikini-20030318-1713/bikini.texi Tue Mar 18 17:13:37 2003
+++ bikini-20030318-1718/bikini.texi Tue Mar 18 17:18:24 2003
@@ -1842,13 +1842,13 @@
; uppercase "LISTDIRS"
listdirs-response = ( negative-response )
-listdirs-response =/ ( *(%x2B SP message-listing CR LF) positive-response )
+listdirs-response =/ ( 1*(%x2B SP (folder-path / directory-path) CR LF) positive-response )
;
@end example
@strong{Notes:}
@itemize @bullet
-@item
+@item All directory listings contain at least one folder, the inbox
@end itemize
@c ----------------------------------------------------------------------------
@@ -1944,6 +1944,7 @@
; uppercase "LISTMSGS", space, folder path and name
listmsgs-response = ( negative-response )
+listmsgs-response =/ ( *(%x2B SP message-listing CR LF) positive-response )
;
@end example