Re: Send mail in background with built-in SMTP client?

2016-04-16 Thread Matthias Apitz
El día Saturday, April 16, 2016 a las 03:25:31PM -0400, Xu Wang escribió:

> > I understand this config value for the $sendmail proc, as the man page
> > also explains. Does this really also affect the built-in SMTP client
> > functionality?
> 
> Yes I understand the same as you, so there is no solution for built-in
> SMTP client?

No. I understand SMTP in mutt as "mutt is directly talking SMTP to peer"
and this not in some child proc or thread. It will just wait whatever
the result of the SMTP chat will be, ofc with timeouts if the peer is
not responding (anymore).

matthias
-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA!
My Lord, give us back the problems of yesterday, those we have had in the GDR.


Re: Send mail in background with built-in SMTP client?

2016-04-16 Thread Xu Wang
On Fri, Apr 15, 2016 at 1:25 AM, Matthias Apitz  wrote:
> El día Thursday, April 14, 2016 a las 07:59:56PM -0700, Claus Assmann 
> escribió:
>
>> On Thu, Apr 14, 2016, Xu Wang wrote:
>>
>> > I use mutt's built-in SMTP client. I would like to press 'y' and
>> > immediately be able to move on to my next email without waiting. I
>>
>> Did you check the fine manual?
>>
>> 3.234. sendmail_wait
>>
>> ...
>
> I understand this config value for the $sendmail proc, as the man page
> also explains. Does this really also affect the built-in SMTP client
> functionality?

Yes I understand the same as you, so there is no solution for built-in
SMTP client?

Kind regards,

Xu


Re: Send mail in background with built-in SMTP client?

2016-04-14 Thread Matthias Apitz
El día Thursday, April 14, 2016 a las 07:59:56PM -0700, Claus Assmann escribió:

> On Thu, Apr 14, 2016, Xu Wang wrote:
> 
> > I use mutt's built-in SMTP client. I would like to press 'y' and
> > immediately be able to move on to my next email without waiting. I
> 
> Did you check the fine manual?
> 
> 3.234. sendmail_wait
> 
> ...

I understand this config value for the $sendmail proc, as the man page
also explains. Does this really also affect the built-in SMTP client
functionality?

matthias


-- 
Matthias Apitz, ✉ g...@unixarea.de, ⌂ http://www.unixarea.de/  ☎ 
+49-176-38902045
¡Dios querido denos otra vez los problemas de ayer, los que tuvimos en la RDA!
My Lord, give us back the problems of yesterday, those we have had in the GDR.


Re: Send mail in background with built-in SMTP client?

2016-04-14 Thread Xu Wang
On Thu, Apr 14, 2016 at 10:59 PM, Claus Assmann  wrote:
> On Thu, Apr 14, 2016, Xu Wang wrote:
>
>> I use mutt's built-in SMTP client. I would like to press 'y' and
>> immediately be able to move on to my next email without waiting. I
>
> Did you check the fine manual?
>
> 3.234. sendmail_wait
>
> Type: number
> Default: 0
>
> Specifies the number of seconds to wait for the $sendmail process to finish
> before giving up and putting delivery in the background.
>
> Mutt interprets the value of this variable as follows:
>
> +-+
> |>0|number of seconds to wait for sendmail to finish before continuing|
> |--+--|
> |0 |wait forever for sendmail to finish   |
> |--+--|
> |<0|always put sendmail in the background without waiting |
> +-+
>
> Note that if you specify a value other than 0, the output of the child process
> will be put in a temporary file. If there is some error, you will be informed
> as to where to find the output.
>

Thank you very much Claus. I did not check manual (I have read it two
times all the way through before, but I forget details). Thank you for
walking me through it and getting started. For more details I will
read manual.

Kind regards!

Xu


Re: Send mail in background with built-in SMTP client?

2016-04-14 Thread Claus Assmann
On Thu, Apr 14, 2016, Xu Wang wrote:

> I use mutt's built-in SMTP client. I would like to press 'y' and
> immediately be able to move on to my next email without waiting. I

Did you check the fine manual?

3.234. sendmail_wait

Type: number
Default: 0

Specifies the number of seconds to wait for the $sendmail process to finish
before giving up and putting delivery in the background.

Mutt interprets the value of this variable as follows:

+-+
|>0|number of seconds to wait for sendmail to finish before continuing|
|--+--|
|0 |wait forever for sendmail to finish   |
|--+--|
|<0|always put sendmail in the background without waiting |
+-+

Note that if you specify a value other than 0, the output of the child process
will be put in a temporary file. If there is some error, you will be informed
as to where to find the output.



Send mail in background with built-in SMTP client?

2016-04-14 Thread Xu Wang
Dear all,

I use mutt's built-in SMTP client. I would like to press 'y' and
immediately be able to move on to my next email without waiting. I
understand why it is important to wait---if the email send failed,
then it is important for you to know that. But is it possible to be
notified of a failed email in another way instead of having to wait?

Kind regards,

Xu