Changeset 2761


Ignore:
Timestamp:
07/04/03 15:01:13 (20 years ago)
Author:
piso
Message:

getMailboxBuffer()

File:
1 edited

Legend:

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

    r1643 r2761  
    22 * MailCommands.java
    33 *
    4  * Copyright (C) 1998-2002 Peter Graves
    5  * $Id: MailCommands.java,v 1.3 2003-04-18 16:50:20 piso Exp $
     4 * Copyright (C) 1998-2003 Peter Graves
     5 * $Id: MailCommands.java,v 1.4 2003-07-04 15:01:13 piso Exp $
    66 *
    77 * This program is free software; you can redistribute it and/or
     
    170170            editor.switchToBuffer(mb);
    171171        }
     172    }
     173
     174    public static Buffer getMailboxBuffer(Editor editor, MailboxURL url)
     175    {
     176        return getMailbox(editor, url);
    172177    }
    173178
Note: See TracChangeset for help on using the changeset viewer.