diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-14 05:12:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-14 05:12:35 +0000 |
commit | 32b10e9e33c10dd3223fde2541bbfea0852c2af5 (patch) | |
tree | 1c19d2fce7dcf75617c2fc17455d801ddf0279c3 /fetchmail.h | |
parent | 2bdac43bdd6dbcc9bcd03083bf7384e3c64e2cfc (diff) | |
download | fetchmail-32b10e9e33c10dd3223fde2541bbfea0852c2af5.tar.gz fetchmail-32b10e9e33c10dd3223fde2541bbfea0852c2af5.tar.bz2 fetchmail-32b10e9e33c10dd3223fde2541bbfea0852c2af5.zip |
Try to change permissions when delivering from root.
svn path=/trunk/; revision=330
Diffstat (limited to 'fetchmail.h')
-rw-r--r-- | fetchmail.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index 8120af3d..9819e6ba 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -93,6 +93,7 @@ struct hostrec /* internal use */ int active; struct hostrec *next; /* next host in chain */ + int uid; /* UID of user to deliver to */ char digest [DIGESTLEN]; }; |