From 32b10e9e33c10dd3223fde2541bbfea0852c2af5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 14 Oct 1996 05:12:35 +0000 Subject: Try to change permissions when delivering from root. svn path=/trunk/; revision=330 --- fetchmail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fetchmail.h') 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]; }; -- cgit v1.2.3