Re: [O] Capturing outgoing gnus e-mail

2014-12-15 Thread Uwe Brauer
>> "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

Re: [O] Capturing outgoing gnus e-mail

2014-09-24 Thread Ted Zlatanov
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

Re: [O] Capturing outgoing gnus e-mail

2014-06-16 Thread Eric Abrahamsen
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

Re: [O] Capturing outgoing gnus e-mail

2014-06-15 Thread Esben Stien
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

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Marvin Doyley
I love it Thanks Cheers, M Sent from my iPhone ** May contain typos**

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Eric Abrahamsen
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

Re: [O] Capturing outgoing gnus e-mail

2014-06-14 Thread Bastien
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

[O] Capturing outgoing gnus e-mail

2014-06-14 Thread Ivan Kanis
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