>> "Bastien" == Bastien writes:
Hi Bastien
I just saw your code
> Hi Ivan,
> this is what I use :
>
> ;; Hack to store Org links upon sending Gnus messages
> (defun bzg-message-send-and-org-gnus-store-link
On Sat, 14 Jun 2014 10:32:49 +0200 Ivan Kanis wrote:
IK> I would like to capture outgoing e-mail in my org file.
IK> I use the gcc mechanism in gnus with a nnml backend.
IK> I think I have read on the org mailing list that someone has implemented
IK> that feature. I did a search but could not
Esben Stien writes:
> Eric Abrahamsen writes:
>
>> [1]: https://github.com/girzel/gnorb
>
> "Some way to create a TODO for an outgoing mail, saying 'this mail needs
> a response, check in N days to see if we’ve got one.'"
>
> That's really cool and I've been looking for ages for something like t
Eric Abrahamsen writes:
> [1]: https://github.com/girzel/gnorb
"Some way to create a TODO for an outgoing mail, saying 'this mail needs
a response, check in N days to see if we’ve got one.'"
That's really cool and I've been looking for ages for something like that;)
--
Esben Stien is b0ef@e
I love it
Thanks
Cheers,
M
Sent from my iPhone
** May contain typos**
Ivan Kanis writes:
> Hi,
>
> I would like to capture outgoing e-mail in my org file.
>
> I use the gcc mechanism in gnus with a nnml backend.
>
> I think I have read on the org mailing list that someone has implemented
> that feature. I did a search but could not find the article.
>
> I tried imp
Hi Ivan,
this is what I use :
;; Hack to store Org links upon sending Gnus messages
(defun bzg-message-send-and-org-gnus-store-link (&optional arg)
"Send message with `message-send-and-exit' and store org link to message
Hi,
I would like to capture outgoing e-mail in my org file.
I use the gcc mechanism in gnus with a nnml backend.
I think I have read on the org mailing list that someone has implemented
that feature. I did a search but could not find the article.
I tried implementing it myself. I had a look at