X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fm_msgdef.c;h=cdab622c1293104216913ad3a7f9546533a0598a;hp=cddb4e9f0a65764f0b83a473079f53b4060d51f7;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/m_msgdef.c b/sbr/m_msgdef.c index cddb4e9..cdab622 100644 --- a/sbr/m_msgdef.c +++ b/sbr/m_msgdef.c @@ -1,32 +1,32 @@ /* - * m_msgdef.c -- some defines for sbr/m_getfld.c - * - * 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_msgdef.c -- some defines for sbr/m_getfld.c +** +** 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 /* - * disgusting hack for "inc" so it can know how many characters - * were stuffed in the buffer on the last call (see comments - * in uip/scansbr.c) - */ +** disgusting hack for "inc" so it can know how many characters +** were stuffed in the buffer on the last call (see comments +** in uip/scansbr.c) +*/ int msg_count = 0; int msg_style = MS_DEFAULT; /* - * The "full" delimiter string for a packed maildrop consists - * of a newline followed by the actual delimiter. E.g., the - * full string for a Unix maildrop would be: "\n\nFrom ". - * "Fdelim" points to the start of the full string and is used - * in the BODY case of the main routine to search the buffer for - * a possible eom. Msg_delim points to the first character of - * the actual delim. string (i.e., fdelim+1). Edelim - * points to the 2nd character of actual delimiter string. It - * is used in m_Eom because the first character of the string - * has been read and matched before m_Eom is called. - */ +** The "full" delimiter string for a packed maildrop consists +** of a newline followed by the actual delimiter. E.g., the +** full string for a Unix maildrop would be: "\n\nFrom ". +** "Fdelim" points to the start of the full string and is used +** in the BODY case of the main routine to search the buffer for +** a possible eom. Msg_delim points to the first character of +** the actual delim. string (i.e., fdelim+1). Edelim +** points to the 2nd character of actual delimiter string. It +** is used in m_Eom because the first character of the string +** has been read and matched before m_Eom is called. +*/ char *msg_delim = "";