mu/contrib
mmirate e9db0df402 mu-sexp-convert: Fix conversion of elisp times.
Previously, the first element was used where the second should have been.

In essence, whereas the algorithm is T[0]<<16 & T[1], the code was previously performing T[0]<<16 & T[0].

The timestamp produced was therefore inaccurate by up to about 18 hours.
2013-01-23 17:22:21 -05:00
..
Makefile.am * use AM_CPPFLAGS instead of INCLUDES 2012-12-22 22:54:50 +02:00
gmime-test.c * gmime-test.c: set up locale 2012-05-17 10:57:40 +03:00
mu-completion.zsh * minor change to mu-completion.zsh 2012-04-30 08:17:43 +03:00
mu-sexp-convert mu-sexp-convert: Fix conversion of elisp times. 2013-01-23 17:22:21 -05:00