[PATCHv2] emacs: derive correct timestamp in FCC unique name

2012-06-14 Thread Tomi Ollila
On Thu, Jun 14 2012, Jesse Rosenthal wrote: > Previously, the timestamp at the beginning of the FCC unique maildir > name was derived incorrectly, thanks to an integer overflow. This > changes the derivation of timestamp to use a float, and so will get > the number correct at least until 2038.

Any tips on emacs and different signatures per address

2012-06-14 Thread Michael Hudson-Doyle
Tomi Ollila writes: > On Wed, Jun 13 2012, Svend Sorensen wrote: > >> On Wed, 06 Jun 2012 09:16:16 +0300, Tomi Ollila >> wrote: >>> >>> could you write a wiki page about gnus-alias, like >>> emacstips/gnus-alias.mdwn. >>> >>> That would be very useful. >>> >>> Tomi >> >> I've added

[PATCHv2] emacs: derive correct timestamp in FCC unique name

2012-06-14 Thread Jesse Rosenthal
Previously, the timestamp at the beginning of the FCC unique maildir name was derived incorrectly, thanks to an integer overflow. This changes the derivation of timestamp to use a float, and so will get the number correct at least until 2038. (It is still formatted with "%d" so it will show up as

[PATCH] emacs: derive correct timestamp in FCC unique name

2012-06-14 Thread Tomi Ollila
On Wed, Jun 13 2012, Jesse Rosenthal wrote: > Previously, the timestamp at the beginning of the FCC maildir unique > maildir name was derived incorrectly, thanks to an integer > overflow. This changes the derivation of timestamp to float > arithmetic, and so gets the number correct. (It is still

[PATCH] emacs: derive correct timestamp in FCC unique name

2012-06-14 Thread Jesse Rosenthal
Hi, thanks for thinking this through. On Thu, 14 Jun 2012, Tomi Ollila wrote: > Alternatives: > > 1) Use current patch, filenames will have extra '-' in 2038 on 32-bit > systems. Well, that assumes there is still the same arithmetic operations -- the calendar issue will probably push them to

Any tips on emacs and different signatures per address

2012-06-14 Thread Michal Sojka
Tomi Ollila writes: > On Wed, Jun 13 2012, Svend Sorensen wrote: > >> On Wed, 06 Jun 2012 09:16:16 +0300, Tomi Ollila >> wrote: >>> >>> could you write a wiki page about gnus-alias, like >>> emacstips/gnus-alias.mdwn. >>> >>> That would be very useful. >>> >>> Tomi >> >> I've added

Any tips on emacs and different signatures per address

2012-06-14 Thread Tomi Ollila
On Wed, Jun 13 2012, Svend Sorensen wrote: > On Wed, 06 Jun 2012 09:16:16 +0300, Tomi Ollila wrote: >> >> could you write a wiki page about gnus-alias, like >> emacstips/gnus-alias.mdwn. >> >> That would be very useful. >> >> Tomi > > I've added information on gnus-alias to the emacstips