-
Notifications
You must be signed in to change notification settings - Fork 96
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
Sent mail does not get stored in Maildir/.Sent folder #622
Comments
I think you wanted to use this instead:
|
No, it does not change things, the mail is not copied to the sent mail folder. Martin. |
Does it save the sent mails anywhere? To debug further, you can run sup with
|
Well, this is what I get... [2024-11-26 23:49:47 +0200] trying to acquire poll lock for: maildir:/home/m.stenzel/Maildir... so not the same... |
Could it be that this entry in the config.yaml file is faulty? :sendmail: "/usr/sbin/sendmail -oem -ti" Martin. |
No, checked this, too. This is my ~/.sup/config.yaml (redacted some information)
What piece is missing? Martin. |
My log file contains: benchmark mbox_read_index I never defined the use of "mbox" |
P. S. This is my sources.yaml
|
Gee, by accident I found a "sent.mbox" file in my .sup directory. I found a copy of my sent mails in there. This means that sup seems to insist, that it should use mbox instead of Maildir for storing the mails... |
Ready to pull my hairs out... Even tried this ancient info by defining the ".Sent" directory as second "source" Did not help... |
O. K... one more - probably final - posting.... I can't convince sup to store in the Maildir folder... ready to accept that. This is a - non dirty - hack to get things going, I wrote the following tiny script that will put the mails into Maildir
If you use it with https://mmonit.com/monit/ (I use it for other things, as well, rather handy...) there will be an instant execution of the script. And you can do without the "if" statement. Maybe of help... |
The What you pasted looks almost identical to my As you saw in #255, you need to configure your sent mbox or maildir as a source if you want sup to index and display sent mails after you have sent them. But it's not related to where sup will save the sent mails to. |
Hi team,
thank you for this nice software.
I run the latest version of sup & ruby 3.1 on Linux.
This is in my config.yaml
:sent_source: maildir:/home/m.xx/Maildir
All my sent mails are in the directory /home/m.xx/Maildir/.Sent/cur when I use other mail clients
But sup does not keep a copy of the sent mail in this directory.
Please note that sup and the Maildir (home) folder are on the same server, no need to fetch or deliver mail.
Any ideas?
Martin.
The text was updated successfully, but these errors were encountered: