Closed kazu-yamamoto closed 1 year ago
Also, I've noticed displaying the lock icon fails when mew-ssl-default is 'native
.
See https://github.com/kazu-yamamoto/Mew/pull/186
@tats I think all issues have been resolved.
display the lock for 'native
mew-imap-secure-p(), mew-nntp-secure-p() and mew-pop-secure-p() should be updated for 'native to display the lock icon when "Auth'ing", "Checking", "Refiling", etc. See https://github.com/kazu-yamamoto/Mew/pull/186
Is this procedure OK for you?
Yes, please go ahead.
The lock icon has not been displayed since Emacs 26.1. This is because
"%p"
is replaced withmode-line-percent-position
inmode-line-position
.First, we supports Emacs 26.1 or later. So, let's remove the code assuming
"%p"
. Second, to make things simple, let's putmew-mode-line-format
in the end ofmode-line-format
.