X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fm_maildir.c;h=1ba21c8f4ea5c7289e9c0f5b747fc189595cae6d;hp=15e4a66ad06c5dc2f05d7ed46f23a79591cd9545;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/m_maildir.c b/sbr/m_maildir.c index 15e4a66..1ba21c8 100644 --- a/sbr/m_maildir.c +++ b/sbr/m_maildir.c @@ -1,10 +1,10 @@ /* - * m_maildir.c -- get the path for the mail directory - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** m_maildir.c -- get the path for the mail directory +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include @@ -18,8 +18,8 @@ static char mailfold[BUFSIZ]; /* - * static prototypes - */ +** static prototypes +*/ static char *exmaildir (char *);