Skip to content
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

Place message of new thread in Inbox #1793

Closed
bilogic opened this issue Oct 3, 2024 · 13 comments
Closed

Place message of new thread in Inbox #1793

bilogic opened this issue Oct 3, 2024 · 13 comments
Labels
documentation Improvements or additions to documentation enhancement New feature or request extensions (plugin)

Comments

@bilogic
Copy link

bilogic commented Oct 3, 2024

Is your feature request related to a problem? Please describe.
I checked Place replies in the folder of the message being replied to so that all mails are kept in Inbox.
However, when it is a new message, they are placed in Sent.

Describe the solution you'd like
Have an option to move all messages in Sent to Inbox.

Describe alternatives you've considered
Manually moving Sent messages to Inbox

Additional context
N/A

@the-djmaze
Copy link
Owner

This sounds like a problem of your mail server and not SnappyMail.
As it works fine here.

@bilogic
Copy link
Author

bilogic commented Oct 6, 2024

So, if you click on "New message" and send your first ever email to me, it goes into your INBOX and not SENT? How do I make it go to another folder other than INBOX then?

@the-djmaze
Copy link
Owner

the-djmaze commented Oct 6, 2024

"New message" is not the same as "replies".
So check your settings for the system folders.
Screenshot_2024-10-06-21-14-28-663_org mozilla focus-edit

@the-djmaze the-djmaze added the documentation Improvements or additions to documentation label Oct 6, 2024
@bilogic
Copy link
Author

bilogic commented Oct 7, 2024

Thanks, I get it now. Perhaps it would be user friendly to add a hint at Place replies in the folder of the message being replied to.

@bilogic
Copy link
Author

bilogic commented Oct 7, 2024

image

I'm not able to set my INBOX as the Sent folder (It's greyed out)

@the-djmaze
Copy link
Owner

Ah yes, i see what is happening here.
Will see if the restriction can be removed.
But keep in mind that other applications may not allow what you want.
I know that KMail of KDE in GNU/Linux OS can do what you want.

@bilogic
Copy link
Author

bilogic commented Oct 8, 2024

well, i'm going all in on snappymail.. very unconcerned with other clients :) thanks!

@the-djmaze
Copy link
Owner

Thinking of it, this will have issues in the GUI.
Since INBOX and Sent point to the same mailbox, the original Sent mailbox will not be listed.

I will mark this as a different kind of feature request.
As i think something else would be better:

  • A selectbox in the compose window where you want to store the message

@the-djmaze the-djmaze added enhancement New feature or request extensions (plugin) labels Oct 8, 2024
@bilogic
Copy link
Author

bilogic commented Oct 8, 2024

Sure, as long as it files to the INBOX without me having to move it constantly. Thanks!

the-djmaze pushed a commit that referenced this issue Oct 8, 2024
@the-djmaze
Copy link
Owner

the-djmaze commented Oct 8, 2024

Keep in mind that it will only work with the upcoming release v2.38.1

afbeelding

This is not perfect yet, but if you have some JavaScript skills you can modify the code of the plugin i just created.
For example replace

view.sentFolderValue(oldSentFolderFn());

with

view.sentFolderValue('INBOX');

Or check if there is a view.aDraftInfo[2] to store the reply in the same folder, else 'INBOX'.

view.sentFolderValue(view.aDraftInfo?.[2] || 'INBOX');

etc. etc. for the possibilities.

@the-djmaze
Copy link
Owner

Admin -> Extensions -> "Send Save In"

@bilogic
Copy link
Author

bilogic commented Oct 13, 2024

image

I propose adding some remarks for Place replies in the folder of the message being replied to as well. Will try a PR if you are ok. Let me know thanks!

@the-djmaze
Copy link
Owner

Sure go ahead!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request extensions (plugin)
Projects
None yet
Development

No branches or pull requests

2 participants