/[mailutils]/mailutils/mailbox/pop/mbox.c
ViewVC logotype

Diff of /mailutils/mailbox/pop/mbox.c

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

revision 1.80 by polak, Sat Aug 30 10:17:38 2003 UTC revision 1.81 by polak, Tue Sep 2 16:37:47 2003 UTC
# Line 990  pop_get_message (mailbox_t mbox, size_t Line 990  pop_get_message (mailbox_t mbox, size_t
990    }    }
991    
992    /* Set the UIDL call on the message. */    /* Set the UIDL call on the message. */
993    message_set_uidl (msg, pop_uidl, mpm);    if (mpd->capa & CAPA_UIDL)
994        message_set_uidl (msg, pop_uidl, mpm);
995    
996    /* Set the UID on the message. */    /* Set the UID on the message. */
997    message_set_uid (msg, pop_uid, mpm);    message_set_uid (msg, pop_uid, mpm);

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

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