/[classpath]/inetlib/source/gnu/inet/imap/ListEntry.java
ViewVC logotype

Diff of /inetlib/source/gnu/inet/imap/ListEntry.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by dog, Sun Oct 19 08:51:37 2003 UTC revision 1.2 by dog, Sun Oct 19 16:16:50 2003 UTC
# Line 51  public class ListEntry implements IMAPCo Line 51  public class ListEntry implements IMAPCo
51     * Constructor.     * Constructor.
52     * The list entry is otherwise immutable.     * The list entry is otherwise immutable.
53     */     */
54    ListEntry(String mailbox, char delimiter, boolean noinferiors,      ListEntry(String mailbox, char delimiter, boolean noinferiors,
55        boolean noselect, boolean marked, boolean unmarked)                boolean noselect, boolean marked, boolean unmarked)
56    {    {
57      this.mailbox = mailbox;      this.mailbox = mailbox;
58      this.delimiter = delimiter;      this.delimiter = delimiter;
# Line 140  public class ListEntry implements IMAPCo Line 140  public class ListEntry implements IMAPCo
140    }    }
141    
142    private static boolean conditionalAppend(StringBuffer buffer,    private static boolean conditionalAppend(StringBuffer buffer,
143        boolean seq, boolean test, String value)                                             boolean seq, boolean test,
144                                               String value)
145    {    {
146      if (test)      if (test)
147      {      {
# Line 151  public class ListEntry implements IMAPCo Line 152  public class ListEntry implements IMAPCo
152      }      }
153      return seq;      return seq;
154    }    }
155      
156  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26