Changeset 21
- Timestamp:
- 10/02/02 16:19:32 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/src/org/armedbear/j/mail/MailCommands.java
r2 r21 3 3 * 4 4 * Copyright (C) 1998-2002 Peter Graves 5 * $Id: MailCommands.java,v 1. 1.1.1 2002-09-24 16:09:51piso Exp $5 * $Id: MailCommands.java,v 1.2 2002-10-02 16:19:32 piso Exp $ 6 6 * 7 7 * This program is free software; you can redistribute it and/or … … 66 66 final Editor editor = Editor.currentEditor(); 67 67 openMailbox(editor); 68 } 69 70 public static void openMailbox(String args) 71 { 72 openMailbox(Editor.currentEditor(), args); 68 73 } 69 74
Note: See TracChangeset
for help on using the changeset viewer.