[mew-int 2799] Patch to mew-imap.el; missing .gitignore file

Michael Ernst mernst at example.com
Wed Jan 20 01:33:53 JST 2010


It would be nice to add a .gitignore file like the attached to Mew's git
repository.  This would clean up the output of git commands.

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))


-------------- next part --------------
*~
*.elc
*.o
*.log
config.h
config.status
temp.el
Makefile
bin/Makefile
bin/incm
bin/mew-pinentry
bin/mewcat
bin/mewdecode
bin/mewencode
bin/mewl
bin/hs/smew
bin/hs/smew.hi


More information about the Mew-int mailing list