|
From: Bill W. <wo...@ne...> - 2026-05-26 02:13:14
|
Given that I don't have any messages in my +inbox, it's impossible for me to reproduce. I can't reproduce it in other folders, but as you note, you don't see it in other folders either. I took a quick look at the repl and send man pages and the only mention of updating cur is that if you were to say "repl 42" your current message would be set to 42. MH-E calls repl with the message to which you are replying, which is what you are seeing in .mh_sequences. I'd suggest running "emacs -Q" to skip reading your .emacs, .emacs-custom.el, and any other customizations of yours that those files reference. If the problem goes away, look inside related hooks that might be calling (goto-char (point-min)) directly or indirectly. The next debugging strategy is to comment all of your customizations out in lieu of running emacs -Q, confirm that the problem goes away, and then uncomment chunks until the problem reappears. Then comment stuff out slowly until the problem disappears. Then you should have your errant code. Good luck! Greg Minshall <min...@um...> wrote: > hi. any ideas why this might be happening? after i reply to a message > in +inbox, i end up not at current message, but at first message in > folder? if i look in .../inbox/.mh_sequences, i see (among other things) > ---- > cur: 6358 > unseen: .... > header: 726 > ---- > > my sense is that this does *not* happen in other folders (though i don't > reply to message in those very often). > > cheers, Greg -- Bill Wohler <wo...@ne...> aka <Bil...@na...> http://www.newt.com/wohler/, GnuPG ID:610BD9AD |