[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't send mail with smtpmail "any more" (Gmail and other providers)
From: |
Jean Louis |
Subject: |
Re: Can't send mail with smtpmail "any more" (Gmail and other providers) |
Date: |
Mon, 2 Nov 2020 00:19:38 +0300 |
User-agent: |
Mutt/+ (1036f0e) (2020-10-18) |
* Saša Janiška <gour@atmarama.com> [2020-11-01 22:03]:
> On Sun, 1 Nov 2020 18:30:16 +0300
> Jean Louis <bugs@gnu.support> wrote:
> > * Saša Janiška <gour@atmarama.com> [2020-11-01 16:31]:
>
> > When you wish to change to anything you can do that. Every email
> > format can be changed to other format.
>
> Even from rmail?
My sieve recipe shown is doing it from rmail saved mail box.
> > Which Org integration you need?
>
> Just ability to create the task from within mutt and after completing it in
> org
> to jump back to mutt...
My key binding {C-c c} is bound to `org-capture' that opens various
capture templates that use in turn various Org files, I can quickly
add a task by using template and quickly come back to whatever buffer
I was. Would that be something for you?
On the other hand sometimes I simply want to record TODO in the
database straight from mutt, by simply pressing F12:
macro index,pager <F12>
"<pipe-entry>/home/data1/protected/bin/rcd/email-pipe-simpletodo.lisp<enter>"
"Quickly add TODO to RCD Business"
So that records for me the contact and subject of email, so instead of
keeping email in inbox to represent unhandled tasks, I transfer the
TODO into the database.
That principle could be used to transform email into Org task without
any further interaction or with interaction if necessary.
Simple example without interaction (without asking user for anything):
macro index,pager <F12> "<pipe-entry>cat | grep \"^Subject: \\|^From: \\|Date:
\" | sed -E '1,1s/^(.*)/** TODO \\1/' >> my-file.org<enter>" "Quickly add TODO
to my org file"
--
There are 57 messages yet in my incoming mailbox.
Re: Can't send mail with smtpmail "any more". (Gmail and other providers), Vladimir Nikishkin, 2020/11/01
Re: Can't send mail with smtpmail "any more". (Gmail and other providers), Eli Zaretskii, 2020/11/01