[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] mail integration, advice?
From: |
Dirk-Jan C . Binnema |
Subject: |
Re: [O] mail integration, advice? |
Date: |
Sat, 28 Apr 2012 20:44:39 +0300 |
User-agent: |
mu4e 0.9.8.4-dev3; emacs 24.1.50.4 |
Stephen Eglen <address@hidden> writes:
> A relatively new emacs mailer, mu4e, is worth mentioning:
>
> http://www.djcbsoftware.nl/code/mu/mu4e.html
>
> I really like it so far + it has support for org mode links.
Thanks :)
If you're interested, in the guile/examples directory, there's a guile
script 'org2mu4e' that turns an arbitrary query into an org-mode file.
I.e., I am using this (from cron)
org2mu4e --tag=mu4e "maildir:/todo" > /home/djcb/Documents/org/mu4e.org
where '/todo' is my folder of mails I need to do something with (think
'NextAction' in GTD terms).
I use it to make a block agenda (i.e., `org-agenda-custom-commands');
this gives me a list of my agenda for today, my todo list, e-mail that
require some action, and a list of co
----------------------------------------------------------------------------
("x" "Overview for today"
( (agenda ""
((org-agenda-ndays 1)))
(todo "TODO"
((org-agenda-overriding-header "Tasks")
(org-agenda-todo-ignore-timestamp 1)
(org-agenda-todo-ignore-scheduled t)))
(tags "+mu4e"
((org-agenda-overriding-header "E-mail")
;; ---> this is the mu/guile generated org-file
(org-agenda-files '("/home/djcb/Documents/org/mu4e.org"))
(org-agenda-filter-preset nil)))))
---------------------------------------------------------------------------
which gives me something like the below, a nice overview of the things
to work on. The e-mail entries links to the actual messages in mu4e.
----------------------------------------------------------------------------
Day-agenda (W17):
Saturday 28 April 2012
misc: Sched.13x: APPT Get haircut
weekly: Sched. 1x: TODO Weekly Review [Link]
birthday: Kurt Gödel (106 years ago)
===========================================================================
Tasks
task: TODO [#A] Fix bicycle
task: TODO [#B] get rid of old monitor
task: TODO [#C] visit dentist
===========================================================================
E-mail
mu4e: "Can you endorse me?" :mu4e::
mu4e: "Re: hi Dirk!" :mu4e::
mu4e: "Hi!" :mu4e::
----------------------------------------------------------------------------
Best wishes,
Dirk.
--
Dirk-Jan C. Binnema Helsinki, Finland
e:address@hidden w:www.djcbsoftware.nl
pgp: D09C E664 897D 7D39 5047 A178 E96A C7A1 017D DA3C
- Re: [O] mail integration, advice?, (continued)
- Re: [O] mail integration, advice?, Eric Schulte, 2012/04/27
- Re: [O] mail integration, advice?, Eric Fraga, 2012/04/28
- Re: [O] mail integration, advice?, RC, 2012/04/28
- Re: [O] mail integration, advice?, Richard Riley, 2012/04/28
- Re: [O] mail integration, advice?, Rasmus, 2012/04/28
- Re: [O] [OT] mail integration, advice?, Eric Schulte, 2012/04/28
- Re: [O] mail integration, advice?, Charles Philip Chan, 2012/04/26
- Re: [O] mail integration, advice?, Eric Abrahamsen, 2012/04/27
- Re: [O] mail integration, advice?, Stephen Eglen, 2012/04/27
- Re: [O] mail integration, advice?, Eric Fraga, 2012/04/28
- Re: [O] mail integration, advice?,
Dirk-Jan C . Binnema <=
- Re: [O] mail integration, advice?, Neil Smithline, 2012/04/28
- Re: [O] mail integration, advice?, Stephen Eglen, 2012/04/29
- Re: [O] mail integration, advice?, Bastien, 2012/04/29
- Re: [O] mail integration, advice?, Mikkel Kristiansen, 2012/04/29
- Re: [O] mail integration, advice?, Richard Riley, 2012/04/30