diff options
| -rw-r--r-- | imap/ChangeLog | 4 | ||||
| -rw-r--r-- | rfc822/configure.ac | 15 | ||||
| -rw-r--r-- | sqwebmail/ChangeLog | 4 | 
3 files changed, 8 insertions, 15 deletions
| diff --git a/imap/ChangeLog b/imap/ChangeLog index 527eee2..00088e0 100644 --- a/imap/ChangeLog +++ b/imap/ChangeLog @@ -1,3 +1,7 @@ +2017-09-27  Giovanni Bechis <giovanni@paclan.it> + +	* Fix to configure.ac +  2017-09-19  Sam Varshavchik  <mrsam@courier-mta.com>  	* courier: switch default header encoding to UTF-8. diff --git a/rfc822/configure.ac b/rfc822/configure.ac index 8dfee01..62579e8 100644 --- a/rfc822/configure.ac +++ b/rfc822/configure.ac @@ -64,23 +64,13 @@ AC_CACHE_CHECK([how to calculate alternate timezone],librfc822_cv_SYS_TIMEZONE,  AC_TRY_COMPILE([  #include	<time.h>  ],[ -int main() -{  time_t	t=altzone; - -	return (0); -}  ], librfc822_cv_SYS_TIMEZONE=altzone,  	AC_TRY_COMPILE([  #include	<time.h>  ],[ -int main() -{  int	n=daylight; - -	return (0); -}  	], librfc822_cv_SYS_TIMEZONE=daylight,  	AC_TRY_COMPILE([ @@ -88,12 +78,7 @@ int	n=daylight;  extern struct tm dummy;  ],[ -int main() -{  long	n=dummy.tm_gmtoff; - -	return (0); -}  	] ,librfc822_cv_SYS_TIMEZONE=tm_gmtoff,  		librfc822_cv_SYS_TIMEZONE=unknown  			) diff --git a/sqwebmail/ChangeLog b/sqwebmail/ChangeLog index 0fd76e1..29f387c 100644 --- a/sqwebmail/ChangeLog +++ b/sqwebmail/ChangeLog @@ -1,3 +1,7 @@ +2017-09-27  Giovanni Bechis <giovanni@paclan.it> + +	* Fix to configure.ac +  2017-09-19  Sam Varshavchik  <mrsam@courier-mta.com>  	* courier: switch default header encoding to UTF-8. | 
