repo.or.cz
/
unleashed-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1822 from pyhalov/pgsql
[unleashed-userland.git]
/
components
/
mutt
/
patches
/
6796795-extra-spaces-fix.patch
blob
9f0be96b14224c5508998a1e4d8a9f04c0d39630
1
--- mutt-1.5.21.orig/pager.c
2
+++ mutt-1.5.21/pager.c
3
@@ -1598,6 +1598,8 @@
4
}
5
unlink (fname);
6
7
+ clearok(stdscr,TRUE);
8
+
9
/* Initialize variables */
10
11
if (IsHeader (extra) && !extra->hdr->read)