/[pkg-mixmaster]/branches/mixmaster_2_9_STABLE/Mix/Src/stats.c
ViewVC logotype

Diff of /branches/mixmaster_2_9_STABLE/Mix/Src/stats.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 61 by rabbi, Wed Oct 31 08:19:51 2001 UTC revision 62 by rabbi, Thu Jan 10 23:59:16 2002 UTC
# Line 6  Line 6 
6     details.     details.
7    
8     Remailer statistics     Remailer statistics
9     $Id: stats.c,v 1.1 2001/10/31 08:19:53 rabbi Exp $ */     $Id: stats.c,v 1.2 2002/01/10 23:59:16 rabbi Exp $ */
10    
11    
12  #include "mix3.h"  #include "mix3.h"
# Line 305  void conf_premail(BUFFER *out) Line 305  void conf_premail(BUFFER *out)
305      buf_appends(out, " pgp");      buf_appends(out, " pgp");
306    if (PGP && !UNENCRYPTED)    if (PGP && !UNENCRYPTED)
307      buf_appends(out, " pgponly");      buf_appends(out, " pgponly");
308      if (REPGP) {
309        if (REMIX == 1)
310          buf_appends(out, " repgp");
311        else
312          buf_appends(out, " repgp2");
313      }
314    if (REMIX == 1)    if (REMIX == 1)
315      buf_appends(out, " remix");      buf_appends(out, " remix");
316    else if (REMIX)    else if (REMIX)

Legend:
Removed from v.61  
changed lines
  Added in v.62

  ViewVC Help
Powered by ViewVC 1.1.5