Changeset 21


Ignore:
Timestamp:
10/02/02 16:19:32 (20 years ago)
Author:
piso
Message:

public static void openMailbox(String args)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/src/org/armedbear/j/mail/MailCommands.java

    r2 r21  
    33 *
    44 * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: MailCommands.java,v 1.1.1.1 2002-09-24 16:09:51 piso Exp $
     5 * $Id: MailCommands.java,v 1.2 2002-10-02 16:19:32 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    6666        final Editor editor = Editor.currentEditor();
    6767        openMailbox(editor);
     68    }
     69
     70    public static void openMailbox(String args)
     71    {
     72        openMailbox(Editor.currentEditor(), args);
    6873    }
    6974
Note: See TracChangeset for help on using the changeset viewer.