| | 1 | 2008-05-23 01:40 -0400 Todd Zullinger <tmz@pobox.com> (73a180edce53) |
| | 2 | |
| | 3 | * pgp.c: Call mutt_need_hard_redraw() in pgp_decrypt_part(). |
| | 4 | |
| | 5 | This change ensures that the screen is redrawn when using gpg-agent. |
| | 6 | Without this, mutt's navigation keybindings are lost after pinentry |
| | 7 | curses prompts for a passphrase to descrypt a message. |
| | 8 | |
| | 9 | 2008-05-28 22:16 -0700 Moritz Schulte <moritz@g10code.com> (7fd74c40eced) |
| | 10 | |
| | 11 | * curs_lib.c: Make sure that the redrawing/reinitializing is done |
| | 12 | always, not only when the environment variable DISPLAY is not set. |
| | 13 | |
| | 14 | 2008-05-28 22:05 -0700 Vladimir Marek <Vladimir.Marek@Sun.COM> (9d0509641865) |
| | 15 | |
| | 16 | * configure.ac, m4/iconv.m4: Cosmetic fix to configure |
| | 17 | --help. Closes #3060. |
| | 18 | |