summaryrefslogtreecommitdiffstats
path: root/lib.h
AgeCommit message (Expand)Author
2020-11-23add dprintf(n, fmt, ...) debugging macroDavid Champion
2020-09-06Remove unused mutt_quote_filename().Kevin McCarthy
2019-09-19Convert mutt_complete() to use the buffer pool.Kevin McCarthy
2019-08-03Add database and schema initialization.Kevin McCarthy
2019-06-21Remove NULL and 0 INITVAL declarataions.Kevin McCarthy
2019-04-18Relocate lib.c functions to muttlib.c to enable BUFFER use.Kevin McCarthy
2019-03-10Move mutt_rx_sanitize_string() to muttlib.cKevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-09-30Increase buffer sizes for some IMAP commands.Kevin McCarthy
2018-08-11Add basic CONDSTORE support when fetching initial messages.Kevin McCarthy
2018-01-06Fix improper signed int conversion of IMAP uid and msn values.Kevin McCarthy
2016-11-29Add mutt_array_size macro, change interactive_check_cert() to use it. (see #...Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-01-23Increase HUGE_STRING size to 8192. (see #3804)Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-11-09Fix possible unintentional '\0' strchr matches.Kevin McCarthy
2012-12-18rename iswsp() to is_email_wsp()Michael Elkins
2010-08-09rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins
2010-08-08add a malloc+sprintf combo functionMichael Elkins
2010-08-06Resolve if/else empty body ambiguity/warnings when compiling without DEBUG.Matthias Andree
2009-06-15Print timestamps in debug files. Closes #3263.Rocco Rutte
2009-06-01Add mutt_atos(), mutt_atoi() and mutt_atol() (strtol() wrappers)Rocco Rutte
2009-05-29Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-07-01Support displaying application/pgp-keys with GPGME.Brendan Cully
2008-06-26fflush before fsync and close. Closes #2962 again.Brendan Cully
2007-11-20Alternate fix for not calling bind_textdomain_codeset() to fix Solaris build.Rocco Rutte
2007-11-15Don't use bind_textdomain_codeset() if we're not using NLS/gettext. Closes #2...peb
2007-08-28Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)Brendan Cully
2007-07-08This patch implements the "%* " notation, which is analogous to "%> "David Champion
2007-04-07bug #2871Michael Elkins
2007-01-02add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-08-06Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully
2005-02-05Remove a number of unnecessary config.h includes, and add someThomas Roessler
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2003-10-04This patch fixes various aspects of the attachment-savingThomas Roessler
2003-09-19As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen
2002-12-11Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-04-29Fix #1171.Thomas Roessler
2002-02-06Avoid a warning on some machines.Thomas Roessler
2002-02-06Make some scanf formats safe.Thomas Roessler
2002-02-05Use strcoll for the file browser. From David Champion.Thomas Roessler
2001-06-07Gettext update.Thomas Roessler
2000-05-22Add mutt_str_adjust ().Thomas Roessler
2000-05-16mutt_expand_path is now able to escape special characters for use inThomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler