Next: , Previous: Unix mail, Up: E-mail


7.1.2 Gnus

To use this module, make sure that it is in your load path and put this in your .emacs (or _emacs):

     (require 'planner-gnus)
     (planner-gnus-insinuate)

With this module loaded, when you create tasks from Gnus summary or message buffers, the tasks will be annotated with information from the message you were looking at when you created each task. A link will also be created on your planner page that you can select in order to return to the message.

So, the created task will look something like this:

     #A34 _ Send writing to publishme.com from
     [[gnus://alt.books.beatgeneration/<Ifo5c.24632$F9.9567@nwrddc01.gnilink.net>][E-Mail
     from editor@verizon.net]] {{Tasks:71}} ([[Writing]])

This module also binds C-c C-t in the Gnus summary and article views to the command to create a new task.

planner-gnus.el does not define any interactive functions.

For more information about Gnus, see see The Gnus Newsreader.