Github messages for mblaze
 help / color / mirror / Atom feed
* [ISSUE] Reply change the current email ?
@ 2021-09-24  7:09 stacyharper
  2021-09-24 14:51 ` stacyharper
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: stacyharper @ 2021-09-24  7:09 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 452 bytes --]

New issue by stacyharper on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214

Description:
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 !

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reply change the current email ?
  2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
@ 2021-09-24 14:51 ` stacyharper
  2021-09-24 14:54 ` leahneukirchen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: stacyharper @ 2021-09-24 14:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 280 bytes --]

New comment by stacyharper on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214#issuecomment-926689629

Comment:
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 ?

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reply change the current email ?
  2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
  2021-09-24 14:51 ` stacyharper
@ 2021-09-24 14:54 ` leahneukirchen
  2021-09-24 15:13 ` leahneukirchen
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2021-09-24 14:54 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214#issuecomment-926691753

Comment:
Exactly, thanks for reporting.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reply change the current email ?
  2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
  2021-09-24 14:51 ` stacyharper
  2021-09-24 14:54 ` leahneukirchen
@ 2021-09-24 15:13 ` leahneukirchen
  2021-09-24 15:30 ` stacyharper
  2021-09-24 15:45 ` [ISSUE] [CLOSED] " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2021-09-24 15:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 457 bytes --]

New comment by leahneukirchen on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214#issuecomment-926706668

Comment:
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
 		;;
```

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Reply change the current email ?
  2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
                   ` (2 preceding siblings ...)
  2021-09-24 15:13 ` leahneukirchen
@ 2021-09-24 15:30 ` stacyharper
  2021-09-24 15:45 ` [ISSUE] [CLOSED] " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: stacyharper @ 2021-09-24 15:30 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

New comment by stacyharper on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214#issuecomment-926719832

Comment:
Yes it does ! Good job ! :D

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [ISSUE] [CLOSED] Reply change the current email ?
  2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
                   ` (3 preceding siblings ...)
  2021-09-24 15:30 ` stacyharper
@ 2021-09-24 15:45 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2021-09-24 15:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

Closed issue by stacyharper on mblaze repository

https://github.com/leahneukirchen/mblaze/issues/214

Description:
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 !

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-09-24 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  7:09 [ISSUE] Reply change the current email ? stacyharper
2021-09-24 14:51 ` stacyharper
2021-09-24 14:54 ` leahneukirchen
2021-09-24 15:13 ` leahneukirchen
2021-09-24 15:30 ` stacyharper
2021-09-24 15:45 ` [ISSUE] [CLOSED] " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).