-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resend async email. #64
Comments
See log, I could see: Sending via mail...
Delivering message to opensuse@opensuse.org... If internet is available when sent, correct output is: [mu4e] Message sent
Delivering message to opensuse@opensuse.org...done Current, my internet is not so stable, is there exist a workaround for this? thanks |
Billy.Zheng notifications@github.com writes:
If your connection is unstable, you should use by default mu4e in queued I agree this is a problem but it is hard to fix this only on the async Thierry |
I create a issue for mu project too, thanks My network is not so bad in most case though. But this case will happen occasionally. the problem is if this case happen, I hard to do the resend operation. It is a very bad experience for me, currently, I prefer to waiting email is sent |
This is definitely a bug. The a sinking on package is supposed to signal an error if the email fails to send, which would leave the buffer in an unsent status. At the moment, this is just an experimental package to show proof of concept. I would recommend not using it in light of this problem. |
John Wiegley notifications@github.com writes:
This is too late, when the error is sent (if it was) mu4e or whatever mua have moved
I use it since months, and when used on a valid connection it is safe to Thierry |
You can modify the value of (use-package NetworkManager
:config
(NetworkManager-add-listener
(lambda (state)
(setq smtpmail-queue-mail (not state))
(when (eq major-mode 'mu4e-main-mode)
(let ((pos (point)))
(mu4e~main-view-real nil nil)
(goto-char pos)))))) |
@thierryvolpiatto , Cool! I will try it later. Thanks |
Hi, I use mu4e, and use emacs-async package to sent email.
But, in some case, when I sent, I found the internet is not connect.
In this case, my sent email is moved to
Maildir: /sent
, But, the emailis not sent out actually.
How to do for this case?
Thanks.
The text was updated successfully, but these errors were encountered: