diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-06-27 19:22:33 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-06-27 19:22:33 +0000 |
commit | c4aa3433b8d186e07678a2c40b2a12751fe975cf (patch) | |
tree | bf8a6fbeb506587b745985ec79d1c46eac379e17 /README | |
parent | d98d211d8b8832c01d8ccccb501fd419b8f430e1 (diff) | |
download | fetchmail-c4aa3433b8d186e07678a2c40b2a12751fe975cf.tar.gz fetchmail-c4aa3433b8d186e07678a2c40b2a12751fe975cf.tar.bz2 fetchmail-c4aa3433b8d186e07678a2c40b2a12751fe975cf.zip |
Sent to ceharris.
svn path=/trunk/; revision=10
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,9 @@ Popclient README $Log: README,v $ + Revision 1.3 1996/06/27 19:22:31 esr + Sent to ceharris. + Revision 1.2 1996/06/26 19:08:55 esr This is what I sent Harris. @@ -89,6 +92,10 @@ FUNCTIONAL ENHANCEMENTS * I have implemented daemon mode. +* I have added a lock check to ensure that there is only one popclient + running per user, and a --quit option to kill the currently running + one. + DOCUMENTATION * All changes and feature additions have been tested in actual use and are |