]> granicus.if.org Git - neomutt/shortlog
neomutt
2010-08-10 Michael Elkinsrename mutt_sprintf() to safe_asprintf() to match the...
2010-08-09 Vincent LefevreIn postpone.c, function mutt_num_postponed, the old...
2010-08-09 Michael Elkinsclear the real name when $reverse_realname is unset...
2010-08-09 Michael Elkinsfix example of mailto: use on the command line
2010-08-08 Michael Elkinsfix buffer underrun when processing ANSI escape sequences
2010-08-08 Michael Elkinsdocument support for mailto: URLs on the command line
2010-08-08 Michael Elkinsavoid error when the user has requested many extra...
2010-08-08 Michael Elkinsadd a malloc+sprintf combo function
2010-08-08 Fabian Groffenfix crash in limit when user enters invalid regexp
2010-08-07 Michael ElkinsFix comparison signedness warnings
2010-08-07 Michael Elkinsadd comment about safety of cast
2010-08-06 Matthias AndreeFix comparison signedness warning.
2010-08-06 Matthias AndreeFix signedness warning.
2010-08-06 Matthias AndreeIgnore backup files ending in a tilde character.
2010-08-06 Matthias AndreeFix comparison signedness warnings.
2010-08-06 Matthias AndreeFix comparison signedness warnings.
2010-08-06 Matthias AndreeResolve if/else empty body ambiguity/warnings when...
2010-08-07 Michael Elkinsdetect availablity of 'long long'
2010-08-06 Matthias AndreeDrop declaration for unused argv/argc parameters.
2010-08-06 Michael Elkinsuse a 64-bit random value in temporary filenames.
2010-08-06 Michael Elkinsavoid using C99 bool
2010-08-06 Michael Elkinsadd %D format string to $folder_format to expand the...
2010-08-06 Michael Elkinsfix compiler warning about wrong type for SslSessionCerts
2010-08-06 Matthias AndreeUnbreak X.509 SubjAltName checks,
2010-08-06 Michael Elkinsproperly set _XOPEN_SOURCE to 600 (POSIX.1-2004) when...
2010-08-06 Michael Elkinswhen parsing From_ lines in mmdf/mbox, the TZ should...
2010-08-06 Michael Elkinsexplanatory comments
2010-08-06 Unknowndo not leave pager when changing sort order.
2010-08-05 Michael Elkinsdo not leave pager when using read-thread and read...
2010-08-05 Petr PísařUpdated Czech translation
2010-08-04 Vincent Lefevreupdated French translation
2010-08-03 Michael Elkinsadd locale.h for compililng with -std=c99
2010-08-03 Michael Elkinsadjust help for -a to make it clearer that -- is requir...
2010-07-31 Michael ElkinsFix buffer underflow in expansion of format pipes....
2010-07-18 Michael Elkinsuse REGCOMP() macro
2010-07-18 Emanuele GiaquintaSkip 'attachments' directive if minor type is not a...
2010-07-09 Joel Dahlfix misspelling in Swedish translation
2010-05-18 Michael ElkinsConsider any negative return value from send_message...
2010-04-24 Brendan Cullyopenssl: only call SSL_shutdown during clean shutdown...
2010-04-22 Vincent Lefevreupdated French translation
2010-04-14 Michael Elkinsremove toggle and replace with format in pgp-menu
2010-04-12 David ChampionImprove clarity/uniformity in compose menu's crypto...
2010-04-13 Michael Elkinsfix bug handling wide pad char in soft-fill mode
2010-04-12 Michael Elkinsincrease size of buffer used for displaying addresses...
2010-04-12 Michael Elkinsclear prompt when user cancels with ^G from a yes/no...
2010-04-11 Michael ElkinsFix bug in soft-fill (%*) in $index_format not accounti...
2010-04-11 Michael ElkinsRemove the (i) option from the PGP-menu when encryption...
2010-04-06 Michael Elkinsfix for compiling Mutt with clang: check for wchar_h...
2010-04-05 Michael Elkins[doc] Remove bogus -group parameter from unlists and...
2010-04-04 Michael Elkinsprevent user from setting $charset to an empty string...
2010-04-03 Michael Elkinsallow regexps to match on continuation header lines...
2010-04-03 Michael ElkinsFix crash on invalid regexp in search string due to...
2010-04-01 Simon Ruderichfix comment typos
2010-04-01 Michael ElkinsImprove documentation for $query_command to note that...
2010-04-01 Michael ElkinsClarify the documentation on what the line-editor is...
2010-03-31 Michael Elkinsavoid buffer overflow when expanding the format string...
2010-03-23 Michael Elkinsremove errant commands in secton on setting alternates
2010-03-23 Brendan CullyFix a format string warning
2010-03-23 Unknownredraw entire screen when exiting editor after re-editi...
2010-03-21 Michael ElkinsDo not assume whitespace follows the colon in a header...
2010-03-08 Brendan CullyComment about search libsasl for sasl2 functions
2010-03-08 Will FiveashOpenSolaris sasl fix for configure.ac
2010-03-08 Brendan CullyWhen regexp compilation fails, report actual pattern...
2010-03-08 Brendan Cullymutt_buffer_printf: NULL dptr means use data
2010-03-08 Brendan CullyIf regcomp fails, assume rx has not been allocated.
2010-03-02 TAKAHASHI TamotsuFix #2014.
2010-03-02 Brendan CullyFix thinko in [cc02f079b1b9]
2010-03-02 Brendan CullyGuard dequote with NULL check on personal field
2010-03-02 Brendan CullyAnother attempt to dequote RFC2047-encoded address...
2010-03-02 Brendan CullyBacked out changeset 2a4ca6917fd0.
2010-03-01 Brendan CullyRFC-2047 decode address text before dequoting it (see...
2010-03-01 Brendan CullyFix next-unread-mailbox name in documentation. Closes...
2010-03-01 Antonio RadiciFix German translation of "No undeleted messages."...
2010-03-01 Antonio Radicipop: allow user-specified port to override default...
2010-03-01 UnknownGPGME: Sender verification should be canse-insensitive...
2010-02-27 Brendan CullyMake $thorough_search default to yes (closes #3386)
2010-02-23 Brendan CullyDon't use freed ctx.path when updating utime of target...
2010-02-23 Vincent LefevreUpdated French translation.
2010-02-21 Brendan CullyMake mutt_yesorno use mutt_message to print query....
2010-02-21 Gregory ShapiroAdd imap-logout-all to log out of all IMAP connections...
2010-02-17 Simon RuderichDocument 'n' and 'o' flags in index
2010-02-17 Simon RuderichSpelling fixes
2010-02-11 Brendan CullyFix a typo (closes #3379)
2010-02-02 Antonio RadiciThe Swedish translation has a suboptimal translation...
2010-02-02 Antonio RadiciSmall fix to the muttrc manpage. Closes #3374
2010-01-13 Matthias AndreeFix hcache build on systems with $(EXEEXT), include...
2009-12-29 Brendan CullyHack mutt_wstr_trunc to treat M_TREE characters as...
2009-12-29 Brendan CullyRemove spurious quotes from query_command example....
2009-12-14 Brendan CullyFix off-by-one errors in mailcap parser. Closes #3362
2009-12-11 Daniel JacobowitzDo not store header color in hcache.
2009-12-08 Patrick WelcheSTACK* is not defined with newer SSL, use STACK_OF...
2009-12-08 Peter RosinOutput %p as unsigned in the bundled snprintf
2009-11-14 Brendan CullyBack out e67f4c347bb4.
2009-10-29 Brendan CullyUnfold headers to wrap length in pager, when weed is...
2009-09-23 Antonio RadiciCorrect Italian translation of y/n/a prompt. Closes...
2009-08-28 Petr PísařUpdated Czech translation.
2009-08-20 René ClercNo-brain documentation typo fix
2009-08-20 Rocco RutteBacked out changeset c9dd93b09ce7
2009-08-20 René ClercNo-brain documentation typo fix
2009-08-17 Rocco RutteDoc: fix more typos
next