summaryrefslogtreecommitdiffstats
path: root/lib.h (follow)
Commit message (Expand)AuthorAgeLines
* Don't use subtraction for qsort numeric value comparisons.Kevin McCarthy2021-09-23-0/+2
* Use memccpy() in the strfcpy macro if it's available.Kevin McCarthy2021-07-22-1/+9
* Add allow_8bit flag to sanitize_filename functions.Kevin McCarthy2021-05-01-1/+5
* Update gettext to version 0.21.Kevin McCarthy2021-02-18-4/+2
* Convert all mutt_atoX functions to behave strictly.Kevin McCarthy2021-01-27-8/+16
* add dprintf(n, fmt, ...) debugging macroDavid Champion2020-11-23-0/+5
* Remove unused mutt_quote_filename().Kevin McCarthy2020-09-06-1/+0
* Convert mutt_complete() to use the buffer pool.Kevin McCarthy2019-09-19-1/+0
* Add database and schema initialization.Kevin McCarthy2019-08-03-0/+1
* Remove NULL and 0 INITVAL declarataions.Kevin McCarthy2019-06-21-2/+2
* Relocate lib.c functions to muttlib.c to enable BUFFER use.Kevin McCarthy2019-04-18-5/+0
* Move mutt_rx_sanitize_string() to muttlib.cKevin McCarthy2019-03-10-1/+0
* Clean up formatting.Kevin McCarthy2019-01-04-1/+1
* Remove trailing whitespace.Kevin McCarthy2018-12-31-6/+6
* Increase buffer sizes for some IMAP commands.Kevin McCarthy2018-09-30-4/+4
* Add basic CONDSTORE support when fetching initial messages.Kevin McCarthy2018-08-11-0/+1
* Fix improper signed int conversion of IMAP uid and msn values.Kevin McCarthy2018-01-06-0/+2
* Add mutt_array_size macro, change interactive_check_cert() to use it. (see #...Kevin McCarthy2016-11-29-0/+4
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-2/+2
* Increase HUGE_STRING size to 8192. (see #3804)Kevin McCarthy2016-01-23-1/+1
* Update copyright notices.Kevin McCarthy2016-01-01-1/+1
* Fix possible unintentional '\0' strchr matches.Kevin McCarthy2015-11-09-1/+1
* rename iswsp() to is_email_wsp()Michael Elkins2012-12-18-0/+18
* rename mutt_sprintf() to safe_asprintf() to match the GNU extension that perf...Michael Elkins2010-08-09-1/+1
* add a malloc+sprintf combo functionMichael Elkins2010-08-08-0/+1
* Resolve if/else empty body ambiguity/warnings when compiling without DEBUG.Matthias Andree2010-08-06-1/+1
* Print timestamps in debug files. Closes #3263.Rocco Rutte2009-06-15-1/+3
* Add mutt_atos(), mutt_atoi() and mutt_atol() (strtol() wrappers)Rocco Rutte2009-06-01-0/+10
* Add flags to mutt_read_line() for EOL-stripping and continuation supportRocco Rutte2009-05-29-1/+5
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-2/+2
* Support displaying application/pgp-keys with GPGME.Brendan Cully2008-07-01-0/+1
* fflush before fsync and close. Closes #2962 again.Brendan Cully2008-06-26-0/+1
* Alternate fix for not calling bind_textdomain_codeset() to fix Solaris build.Rocco Rutte2007-11-20-1/+0
* Don't use bind_textdomain_codeset() if we're not using NLS/gettext. Closes #2...peb2007-11-15-0/+1
* Use limits.h for PATH_MAX instead of posix1_lim.h (closes #2525)Brendan Cully2007-08-28-1/+1
* This patch implements the "%* " notation, which is analogous to "%> "David Champion2007-07-08-0/+7
* bug #2871Michael Elkins2007-04-07-0/+1
* add debug harness to lib.c functions, and a bunch of dprint'sThomas Roessler2007-01-02-1/+27
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Report non-zero exit status of tunnel command. Closes: #1749.Brendan Cully2005-08-06-0/+5
* Remove a number of unnecessary config.h includes, and add someThomas Roessler2005-02-05-2/+0
* safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler2004-10-30-0/+2
* This patch fixes various aspects of the attachment-savingThomas Roessler2003-10-04-0/+1
* As the ones of you who compile with new gcc's probably have noticed,Mads Martin Joergensen2003-09-19-3/+3
* Herbert Martin Dietze <herbert@the-little-red-haired-girl.org> notesThomas Roessler2002-12-11-0/+1
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-2/+2
* Fix #1171.Thomas Roessler2002-04-29-0/+7
* Avoid a warning on some machines.Thomas Roessler2002-02-06-1/+1
* Make some scanf formats safe.Thomas Roessler2002-02-06-0/+11