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

Reply change the current email ? #214

Closed
stacyharper opened this issue Sep 24, 2021 · 4 comments
Closed

Reply change the current email ? #214

stacyharper opened this issue Sep 24, 2021 · 4 comments

Comments

@stacyharper
Copy link
Contributor

Hello there,

I got a new question. As I mless my mails, I sometime reply to them. I'd like to continue my mless browsing where I left it but I'm pushed to the top and have to browse from start again.

I think thats because the cur symlink changed but I'm not sure.

Is it the expected behavior ? Can I change it ?

Thanks a lot !

@stacyharper
Copy link
Contributor Author

Or maybe mrep will flag the cur mail as replied, wich mean a change in its file path ? Then mrep should also take care to fixup the seq and cur ?

@leahneukirchen
Copy link
Owner

Exactly, thanks for reporting.

@leahneukirchen
Copy link
Owner

Does that work for you?

diff --git a/mcom b/mcom
index 4c1027f..f1657ad 100755
--- a/mcom
+++ b/mcom
@@ -478,6 +478,9 @@ while :; do
 			*mbnc*) mflag -P -- "$1" ;;
 			*mfwd*) mflag -P -- "$@" ;;
 		esac
+		case "$0" in
+			*mrep*|*mbnc*|*mfwd*) mseq -f | mseq -S ;;
+		esac
 
 		exit 0
 		;;

@stacyharper
Copy link
Contributor Author

Yes it does ! Good job ! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants