Changeset 2761
- Timestamp:
- 07/04/03 15:01:13 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/MailCommands.java
r1643 r2761 2 2 * MailCommands.java 3 3 * 4 * Copyright (C) 1998-200 2Peter Graves5 * $Id: MailCommands.java,v 1. 3 2003-04-18 16:50:20piso Exp $4 * Copyright (C) 1998-2003 Peter Graves 5 * $Id: MailCommands.java,v 1.4 2003-07-04 15:01:13 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 170 170 editor.switchToBuffer(mb); 171 171 } 172 } 173 174 public static Buffer getMailboxBuffer(Editor editor, MailboxURL url) 175 { 176 return getMailbox(editor, url); 172 177 } 173 178
Note: See TracChangeset
for help on using the changeset viewer.