1. 09 Oct, 2010 1 commit
  2. 05 Jan, 2010 1 commit
  3. 12 Jul, 2009 1 commit
    • * mail/mail.h (MAIL_ATTRIBUTE_PRESERVED)
      (MAIL_ATTRIBUTE_TOUCHED): New define.
      * mail/from.c (mail_from0): Mark with 'R' only those messages that
      have been read in this mail session.
      * mail/hold.c (hold0): Set MAIL_ATTRIBUTE_PRESERVED
      * mail/mbox.c (mbox0): Don't mark message as read.
      * mail/quit.c (mail_mbox_commit): Force keepsave on
      not system mailboxes.
      * mail/touch.c: Use MAIL_ATTRIBUTE_TOUCHED
      * mail/undelete.c: Clear MAIL_ATTRIBUTE_PRESERVED and
      MAIL_ATTRIBUTE_MBOXED bits.
      * mail/testsuite/mail/write.exp: Account for the above changes.
      Paul Vojta authored
  4. 27 Jun, 2007 1 commit
  5. 27 Aug, 2005 1 commit
  6. 26 Aug, 2005 1 commit
  7. 15 Jun, 2005 1 commit
  8. 17 May, 2005 1 commit
  9. 09 Feb, 2003 1 commit
  10. 29 Dec, 2002 1 commit
  11. 23 Dec, 2002 1 commit
  12. 05 Nov, 2002 1 commit
  13. 13 Oct, 2002 1 commit
  14. 04 Sep, 2001 1 commit
    • 	* include/mailutils/parse822.h: Add a prototype for
      	parse822_skip_nl().
      
      	* lib/Makefile.am: add fgetpwent.c
      	* lib/fgetpwent.c: New file.
      
      	* mail/from.c (mail_from): Use the cover functions
      	attribute_is_xxxx() instead of getting the flag.
      
      	* mailbox/attribute.c: Cleanup the mess.
      	attribute_set_{read,delete,seen,flagged,answered}.
      	attribute_unset_{read,delete,seen,flagged,answered}.
      	attribute_is_{read,delete,seen,flagged,answered}
      	should be no more then cover functions calling
      	attribute_set_flags(), attribute_get_flags() and
      	attribute_unset_flags().
      
      	* mailbox/folder_imap.c: MU_ATTRIBUTE_READ, is not
      	part of IMAP protocol use \\Seen.
      	* mailbox/mbx_imap.c: Remove the hack trying to reconnect,
      	it does not work.
      
      	* mailbox/mbx_pop.c(pop_get_messages): Set the new
      	functions for the attribute.
      	(pop_get_attribute): New functions.
      	(pop_set_attribute): New functions.
      	(pop_unset_attribute): New functions.
      	(pop_attr_flags): Removed.
      
      	* mutil.c (mu_hex2ul): GNU coding std.
      	(parse822_time): Do not use tzname as a variable name tzname
      	is global variable in libc, better clear away.
      	(parse822_date_time): Likewised.
      
      	* pop3d/Makefile.am: add virtual.c
      	* pop3d/pop3d.c (main): register getpwnam_ip_virtual,
      	getpwnam_host_virtual
      	* pop3d/pop3d.h: declare,
      	getpwnam_ip_virtual(), getpwnam_host_virtual().
      	* pop3d/virtual.c: New file.
      Alain Magloire authored
  15. 30 Jun, 2001 1 commit
  16. 26 Jun, 2001 1 commit
  17. 25 Jun, 2001 1 commit
  18. 16 Apr, 2001 1 commit
    •         attempt to assign to it.  To be able to redirect at will stdout
              we need to assign it.  In GNU lib C, it was not error since stdout
              stderr, and stdin are variables, but to be portable we can not
              assume this.  The way out is to always use fprintf () and have
              a global varialbe "ofile" pointing to stdout.
      
              * mail/*: All the files under mail been change to use fprintf()
              and ofile as the default stdout.
              Copyright updated.
      Alain Magloire authored
  19. 02 Sep, 2000 1 commit