emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/pop.c


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lib-src/pop.c
Date: Fri, 04 Apr 2003 01:21:37 -0500

Index: emacs/lib-src/pop.c
diff -c emacs/lib-src/pop.c:1.32 emacs/lib-src/pop.c:1.33
*** emacs/lib-src/pop.c:1.32    Sun Jan  5 18:38:59 2003
--- emacs/lib-src/pop.c Tue Feb  4 09:06:56 2003
***************
*** 261,267 ****
  #else
  #define DONT_NEED_PASSWORD 0
  #endif
!  
    if ((! password) && (! DONT_NEED_PASSWORD))
      {
        if (! (flags & POP_NO_GETPASS))
--- 261,267 ----
  #else
  #define DONT_NEED_PASSWORD 0
  #endif
! 
    if ((! password) && (! DONT_NEED_PASSWORD))
      {
        if (! (flags & POP_NO_GETPASS))
***************
*** 560,566 ****
   *            of lines with '>'.
   *    msg_buf Output parameter to which a buffer containing the
   *            message is assigned.
!  * 
   * Return value: The number of bytes in msg_buf, which may contain
   *    embedded nulls, not including its final null, or -1 on error
   *    with pop_error set.
--- 560,566 ----
   *            of lines with '>'.
   *    msg_buf Output parameter to which a buffer containing the
   *            message is assigned.
!  *
   * Return value: The number of bytes in msg_buf, which may contain
   *    embedded nulls, not including its final null, or -1 on error
   *    with pop_error set.
***************
*** 643,649 ****
  
    free (ptr);
    return (-1);
! }     
  
  int
  pop_retrieve_first (server, message, response)
--- 643,649 ----
  
    free (ptr);
    return (-1);
! }
  
  int
  pop_retrieve_first (server, message, response)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]