Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > Dan Nicolaescu writes: > > > I have a backend that I have been using for a while that does > > something similar to nndiary. > > I think it would be a good idea for someone to look at nntodo, nndiary > and your backend and make a comparison. Maybe the best parts of all > of this could be integrated somehow... I attach my backend here. I have been using it for quite a while. Just add (require 'nnlater) in your startup files. It creates an nnlater group that cannot be deleted (so that you don't lose whatever is in there by mistake). I copy stuff to the nnlater group from other groups using 'B c', it will ask when to show the message in the nnlater group. It uses nnoo and inherits from nnml, it uses the NOV file so it does not have to parse the messages in the group all the time. It's not totally bug-free... Hope this helps...