Hello, Am Dienstag 08 Mai 2012 13:07:04 schrieb Bron Gondwana: > On Tue, May 8, 2012, at 11:54 AM, Philipp Hahn wrote: > > For converting days to seconds and the inverse I always explicitly wrote > > 24 * 60 * 60. Is there a good location for defining this as a macro? > > lib/util.h ?
Will take a look. Would the following be fine: #define DAY2SEC(x) ((x) * 24 * 60 * 60) Or is there a more preferrable name? > > Philipp Hahn (4): > > autobuild: Fix directory handling > > Change vacation day to seconds > > Add VACATION :seconds support > > Support VACACTION :seconds 0 > > Looks like the output of git. I don't suppose you have a repository online > somewhere that you could point to? Cherry-picking from an upstream is even > easier than applying patches from emails :) git://github.com/pmhahn/cyrus-imapd.git seconds Sincerely Philipp -- Philipp Hahn Open Source Software Engineer h...@univention.de Univention GmbH be open. fon: +49 421 22 232- 0 Mary-Somerville-Str.1 D-28359 Bremen fax: +49 421 22 232-99 http://www.univention.de/
signature.asc
Description: This is a digitally signed message part.