| | 1 | 2008-07-02 08:56 -0700 Brendan Cully <brendan@kublai.com> (c51c16db46cc) |
| | 2 | |
| | 3 | * crypt-gpgme.c: Only make LC_MESSAGES conditional on NLS in GPGME |
| | 4 | locale support. |
| | 5 | |
| | 6 | 2008-07-02 11:19 +0200 Rocco Rutte <pdmef@gmx.net> (8b783c916893) |
| | 7 | |
| | 8 | * ChangeLog, browser.c, buffy.c, commands.c, compose.c, curs_main.c, |
| | 9 | enter.c, headers.c, hook.c, imap/imap.c, init.c, mbox.c, muttlib.c, |
| | 10 | postpone.c, protos.h, recvattach.c, send.c, status.c: Use realpath() |
| | 11 | in mutt_pretty_mailbox() for paths that may need it. This requires |
| | 12 | to add the buffer size as parameter since the result may be longer |
| | 13 | than the original but still fit in the buffer. Closes #2948. |
| | 14 | |