Changeset 1625:5092b72d4cae

Show
Ignore:
Timestamp:
2000-03-13 14:36:55 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Various nits, noted by Gero Treuner.

Files:
4 modified

Legend:

Unmodified
Added
Removed
  • charset.h

    r1601 r1625  
    1919#ifndef _CHARSET_H 
    2020#define _CHARSET_H 
    21  
    22 #define CHARSET_MAGIC "Mutt Character Set Definition 1.1\n" 
    23  
    24 #ifndef _GEN_CHARSETS 
    2521 
    2622typedef int CHARSET_MAP[256]; 
     
    9692void mutt_decode_utf8_string(char *, CHARSET *); 
    9793 
    98 #endif 
    99  
    10094#endif /* _CHARSET_H */ 
  • init.h

    r1601 r1625  
    14031403  ** for retrieving only unread messages from the POP server. 
    14041404  */ 
    1405   { "pop_user",         DT_STR,  R_NONE, UL &PopUser, UL "" }, 
     1405  { "pop_user",         DT_STR,  R_NONE, UL &PopUser, 0 }, 
    14061406  /* 
    14071407  ** .pp 
  • makedoc.c

    r1611 r1625  
    206206  } 
    207207  flush_doc (docstat, out); 
     208  fputs ("\n", out); 
    208209} 
    209210 
  • send.c

    r1609 r1625  
    10491049    msg = mutt_new_header (); 
    10501050 
    1051 #if 0 
    1052      
    1053     /* this is no longer used. */ 
    1054      
    1055     if (flags == SENDRESEND) 
    1056     { 
    1057       if (mutt_prepare_template (fp, ctx, msg, cur, 1) < 0) 
    1058         goto cleanup; 
    1059     } 
    1060     else 
    1061  
    1062 #endif 
    1063  
    10641051    if (flags == SENDPOSTPONED) 
    10651052    {