/[mailutils]/mailutils/pop3d/pop3d.h
ViewVC logotype

Diff of /mailutils/pop3d/pop3d.h

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

revision 1.40 by polak, Mon Jan 13 23:01:30 2003 UTC revision 1.41 by polak, Tue Jan 14 10:23:01 2003 UTC
# Line 59  Line 59 
59  /* An error occured when expunging.  */  /* An error occured when expunging.  */
60  #define FILE_EXP        "Some deleted messages not removed"  #define FILE_EXP        "Some deleted messages not removed"
61    
62    /* Command not permitted when TLS active. */
63    #define TLS_ACTIVE      "Command not permitted when TLS active"
64    
65  /* APOP password file, without .db or .passwd, which are added based on file  /* APOP password file, without .db or .passwd, which are added based on file
66     type automatically */     type automatically */
67  #define APOP_PASSFILE_NAME "apop"  #define APOP_PASSFILE_NAME "apop"
# Line 167  Line 170 
170  #define ERR_TIMEOUT     14  #define ERR_TIMEOUT     14
171  #define ERR_UNKNOWN     15  #define ERR_UNKNOWN     15
172  #define ERR_MBOX_SYNC   16  #define ERR_MBOX_SYNC   16
173    #define ERR_TLS_ACTIVE 17
174    
175  extern mailbox_t mbox;  extern mailbox_t mbox;
176  extern int state;  extern int state;

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26