masqmail

diff src/fail_msg.c @ 367:b27f66555ba8

Reformated multiline comments to have leading asterisks on each line Now we use: /* ** comment */ This makes the indent style simpler, too.
author markus schnalke <meillo@marmaro.de>
date Thu, 20 Oct 2011 10:20:59 +0200
parents 41958685480d
children 8518fe2b0f36
line diff
     1.1 --- a/src/fail_msg.c	Thu Sep 22 15:07:40 2011 +0200
     1.2 +++ b/src/fail_msg.c	Thu Oct 20 10:20:59 2011 +0200
     1.3 @@ -1,20 +1,21 @@
     1.4 -/*  MasqMail
     1.5 -    Copyright (C) 2000-2001 Oliver Kurth
     1.6 - *
     1.7 - * This program is free software; you can redistribute it and/or modify
     1.8 - * it under the terms of the GNU General Public License as published by
     1.9 - * the Free Software Foundation; either version 2 of the License, or
    1.10 - * (at your option) any later version.
    1.11 - *
    1.12 - * This program is distributed in the hope that it will be useful,
    1.13 - * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.14 - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.15 - * GNU General Public License for more details.
    1.16 - *
    1.17 - * You should have received a copy of the GNU General Public License
    1.18 - * along with this program; if not, write to the Free Software
    1.19 - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1.20 - */
    1.21 +/*
    1.22 +**  MasqMail
    1.23 +**  Copyright (C) 2000-2001 Oliver Kurth
    1.24 +**
    1.25 +**  This program is free software; you can redistribute it and/or modify
    1.26 +**  it under the terms of the GNU General Public License as published by
    1.27 +**  the Free Software Foundation; either version 2 of the License, or
    1.28 +**  (at your option) any later version.
    1.29 +**
    1.30 +**  This program is distributed in the hope that it will be useful,
    1.31 +**  but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.32 +**  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.33 +**  GNU General Public License for more details.
    1.34 +**
    1.35 +**  You should have received a copy of the GNU General Public License
    1.36 +**  along with this program; if not, write to the Free Software
    1.37 +**  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1.38 +*/
    1.39  
    1.40  #include <sys/wait.h>
    1.41  
    1.42 @@ -23,7 +24,8 @@
    1.43  #include "readsock.h"
    1.44  
    1.45  gboolean
    1.46 -fail_msg(message *msg, gchar *template, GList *failed_rcpts, gchar *err_fmt, va_list args)
    1.47 +fail_msg(message *msg, gchar *template, GList *failed_rcpts, gchar *err_fmt,
    1.48 +		va_list args)
    1.49  {
    1.50  	gboolean ok = FALSE;
    1.51  	address *ret_path = NULL;
    1.52 @@ -124,11 +126,10 @@
    1.53  }
    1.54  
    1.55  /*
    1.56 -ival  : |--|--|----|--------|--------|
    1.57 -warned: |-------W-------------W------
    1.58 -result: |nnnyyyynnnnyyyyyyyyyynnnnnnn
    1.59 +**  ival  : |--|--|----|--------|--------|
    1.60 +**  warned: |-------W-------------W------
    1.61 +**  result: |nnnyyyynnnnyyyyyyyyyynnnnnnn
    1.62  */
    1.63 -
    1.64  static gboolean
    1.65  warn_msg_is_due(message *msg)
    1.66  {
    1.67 @@ -155,7 +156,8 @@
    1.68  }
    1.69  
    1.70  gboolean
    1.71 -warn_msg(message *msg, gchar *template, GList *defered_rcpts, gchar *err_fmt, va_list args)
    1.72 +warn_msg(message *msg, gchar *template, GList *defered_rcpts, gchar *err_fmt,
    1.73 +		va_list args)
    1.74  {
    1.75  	time_t now = time(NULL);
    1.76