SF.net SVN: postfixadmin: [165] trunk/ADDITIONS/fetchmail.pl
Brought to you by:
christian_boltz,
gingerdog
From: <Gin...@us...> - 2007-10-26 06:13:45
|
Revision: 165 http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=165&view=rev Author: GingerDog Date: 2007-10-25 23:13:46 -0700 (Thu, 25 Oct 2007) Log Message: ----------- ADDITIONS/fetchmail.pl: typo fix for field name - use poll_time, not pool_time - thanks to xpoint on irc who reported this Modified Paths: -------------- trunk/ADDITIONS/fetchmail.pl Modified: trunk/ADDITIONS/fetchmail.pl =================================================================== --- trunk/ADDITIONS/fetchmail.pl 2007-10-25 23:12:51 UTC (rev 164) +++ trunk/ADDITIONS/fetchmail.pl 2007-10-26 06:13:46 UTC (rev 165) @@ -20,7 +20,7 @@ $sql=<<SQL; SELECT id,mailbox,src_server,src_auth,src_user,src_password,src_folder,fetchall,keep,protocol,mda,extra_options FROM fetchmail -WHERE unix_timestamp(now())-unix_timestamp(date) > pool_time*60 +WHERE unix_timestamp(now())-unix_timestamp(date) > poll_time*60 SQL my (%config); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |