Renaming mbox utilities as per humdingers request in #4582. Part 1/2.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SubDir HAIKU_TOP src bin bemail_utils ;
|
||||
SubDir HAIKU_TOP src bin mail_utils ;
|
||||
|
||||
SetSubDirSupportedPlatformsBeOSCompatible ;
|
||||
|
||||
@@ -9,21 +9,21 @@ if $(TARGET_PLATFORM) != haiku {
|
||||
UsePrivateHeaders mail ;
|
||||
|
||||
StdBinCommands
|
||||
bemailtombox.cpp
|
||||
mail2mbox.cpp
|
||||
: be
|
||||
: bemailtombox.rdef
|
||||
: mail2mbox.rdef
|
||||
;
|
||||
Package haiku-maildaemon-cvs :
|
||||
bemailtombox :
|
||||
mail2mbox :
|
||||
boot home config bin ;
|
||||
|
||||
StdBinCommands
|
||||
mboxtobemail.cpp
|
||||
mbox2mail.cpp
|
||||
: be libmail.so
|
||||
: mboxtobemail.rdef
|
||||
: mbox2mail.rdef
|
||||
;
|
||||
Package haiku-maildaemon-cvs :
|
||||
mboxtobemail :
|
||||
mbox2mail :
|
||||
boot home config bin ;
|
||||
|
||||
StdBinCommands
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
* $Id:$
|
||||
* $Id$
|
||||
*
|
||||
* BeMailToMBox is a utility program (requested by Frank Zschockelt) that
|
||||
* converts BeOS e-mail files into Unix mailbox files (the kind that Pine
|
||||
@@ -392,7 +392,7 @@ int main (int argc, char** argv)
|
||||
printf ("output. Usage:\n\n");
|
||||
printf ("bemailtombox InputDirectory >OutputFile\n\n");
|
||||
printf ("Public domain, by Alexander G. M. Smith.\n");
|
||||
printf ("$Id:$\n");
|
||||
printf ("$Id$\n");
|
||||
printf ("$HeadURL$\n");
|
||||
return -10;
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
/******************************************************************************
|
||||
* $Id:$
|
||||
* $Id$
|
||||
*
|
||||
* MboxToBeMail is a utility program that converts Unix mailbox (mbox) files
|
||||
* (the kind that Pine uses) into e-mail files for use with BeOS. It also
|
||||
Reference in New Issue
Block a user