[mew-int 2824] Re: Patch to mew-imap.el; missing .gitignore file
Kazu Yamamoto (山本和彦) <[email protected]>
| Newsgroups | gmane.mail.mew.general |
|---|---|
| Message-ID | <[email protected]> |
Hello, Sorry for the delay. I have merged the following patch. Thank you! --Kazu > Also, the below patch makes Mew's messages slightly more consistent with > regard to pluralization. > > -Mike > > > diff --git a/mew-imap.el b/mew-imap.el > index 1e939f1..a951dc2 100644 > --- a/mew-imap.el > +++ b/mew-imap.el > @@ -1550,7 +1550,7 @@ > (when leftp > (mew-imap-message > pnm > - "%d message retrieved. %d messages are left due to an error" > + "%d messages retrieved. %d messages are left due to an error" > (- rttl lefts) lefts) > (mew-summary-folder-cache-save)))) > (if virtual-info (mew-summary-retrieve-message-for-virtual virtual-info)) > >