Bug 4155

Summary: remember directory of last saving
Product: Claws Mail (GTK 2) Reporter: KDEuser <zwinki2>
Component: OtherAssignee: users
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: P3    
Version: 3.16.0   
Hardware: PC   
OS: Linux   

Description KDEuser 2019-02-14 11:28:12 UTC
When storing a received mail with Ctrl+S, the directory of the last such action is not remembered. I have to click on "last used" and then look which of the numerous "tmp" entries was the right. Cumbersome, since I must store the mails because of many several reasons (e.g., encrypted mails tortured by Outlook which are not more recognized as encrypted, so I have to handle them with my own script).
Comment 1 Paul 2019-02-14 11:42:34 UTC
Probably a more suitable and easy to use option for your particular case is to configure an Action to handle that operation. (/Configuration/Actions..), though I agree that the last used directory should be remembered.
Comment 2 users 2019-02-14 15:13:04 UTC
Changes related to this bug have been committed.
Please check latest Git and update the bug accordingly.
You can also get the patch from:
http://git.claws-mail.org/

++ ChangeLog	2019-02-14 15:13:04.318484705 +0100
http://git.claws-mail.org/?p=claws.git;a=commitdiff;h=e8df8623efe9da6b728765ff800780c420bb2aab
Author: Paul <paul@claws-mail.org>
Date:   Thu Feb 14 14:12:35 2019 +0000

    fix bug 4155, 'remember directory of last saving'
    
    drop messageview_save_as(), use only summary_save_as()
Comment 3 KDEuser 2019-02-18 23:35:10 UTC
Thank you for the quick fix - it works!