The following series for mutt.hg does various things: Fixes a gcc 4.6 compiler warning -Wunused-but-set-variable in various files.
While working on bug 2421 I noticed some redundancy in struct folder_file. The struct stat is not needed, instead the used fields can be added to the struct. Finally the output in the directory browser is updated. For small files a size of 0K or 0,1K is reported. I think its better to print either 0 or the real size up to a certain number. The last patch is a fix for bug 2421, print numbers of new mails in Maildir. Please review and apply. Olaf browser.c | 109 +++++++++++++++++++++++++++++++++++++++------------------- browser.h | 9 +++- compose.c | 3 - crypt-gpgme.c | 11 ----- muttlib.c | 4 +- parse.c | 8 +--- pgp.c | 2 - pgppubring.c | 5 -- protos.h | 2 - rfc1524.c | 4 +- smime.c | 2 - 11 files changed, 89 insertions(+), 70 deletions(-)
