* Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
authorArt Cancro <ajc@citadel.org>
Mon, 13 Dec 1999 05:30:58 +0000 (05:30 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 13 Dec 1999 05:30:58 +0000 (05:30 +0000)
commit91930ceaf10889d1e3f0b3bf92736820d2836c18
tree8616757ead5e92f9e793d70dc939df73a013e14d
parent446a19222c59da2b0c92c3f0e686b68e527d8b8e
* Removed our naive 'conv_date()' RFC822-to-unixtime conversion function
  and replaced it with the public domain 'parsedate()' function from UseNet
citadel/ChangeLog
citadel/Makefile.in
citadel/citmail.c
citadel/copyright.txt
citadel/parsedate.c [new file with mode: 0644]
citadel/parsedate.y [new file with mode: 0644]