summaryrefslogtreecommitdiffstats
path: root/buffy.c
AgeCommit message (Expand)Author
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Fix remaining direct usages of COLS/LINES to use mutt window functions.Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-07-18Add support for checking cur/ in Maildir for unread mails in buffy.Martin Sandsmark
2013-01-23add support for $mail_check_recent to mh mailbox driverMichael Elkins
2010-09-12add $mail_check_recent boolean to control whether Mutt will notify about all ...Michael Elkins
2010-08-06Fix comparison signedness warnings.Matthias Andree
2009-08-09Add buffy_new and buffy_free abstractions.Brendan Cully
2009-08-08Split out mailbox-specific code in mutt_buffy_checkBrendan Cully
2009-08-08Unconditionally define M_IMAP, M_POP.Brendan Cully
2009-07-05Suppress new mail notification from mailbox just left. Closes #3290.Brendan Cully
2009-06-17Do not free statically-allocated buffy buffer.Antonio Radici
2009-06-02Fix duplicate mailbox detection for remote foldersRocco Rutte
2009-06-02Thoroughly check for duplicates when parsing 'mailboxes' command. Closes #1428.Rocco Rutte
2009-04-21Equivalent mutt_buffy, but readable codeAron Griffis
2009-04-21Call mutt_expand_path() from mutt_buffy to fix imap separator.Aron Griffis
2009-04-21Use slen instead of assuming _POSIX_PATH_MAXAron Griffis
2009-04-11Don't raise new mail flag on mbox/mmdf Fcc mailboxes. Closes #1896.Rocco Rutte
2009-03-18Properly initialize struct stats in buffy checkErik Hovland
2009-03-15Use safe_fclose() instead of fclose(), add fclose() to check_sec.shRocco Rutte
2008-08-29Only consider empty files non-existent for buffy's purpose.YONETANI Tomokazu
2008-07-02Use realpath() in mutt_pretty_mailbox() for paths that may need it.Rocco Rutte
2008-05-21Fix new mail detection for >2 GB mboxes with $check_mbox_size setRocco Rutte
2007-03-20Make BUFFY_SIZE a runtime switch ($check_mbox_size)Miroslav Lichvar
2006-11-19Grow buffy notification to 512 bytes, for large terminals.Rocco Rutte
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2006-04-28pdmef+fix+sslinterface. Triggered by a warning when compilingRocco Rutte
2005-12-13Fix recently-broken buffy notification for IMAP.Brendan Cully
2005-12-12Whoops, don't break buffy for non-IMAP mailboxes!Brendan Cully
2005-12-11IMAP command batching code, used to pipeline mailbox poll requests.Brendan Cully
2005-10-21Full large file support. Keep a close watch on your mailboxes everyone!Brendan Cully
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-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-10-30safe_strcat, safe_strncat. Thanks to Ulf H. for noting the wrongThomas Roessler
2004-02-01Put a zero byte into the string, not into the pointer.Luke Mewburn
2003-08-05This patch removes the Kendra format from mutt. (The support wasBrendan Cully
2003-03-18- buffy.c (test_last_status_new): Fix memory leak. EnvelopeAndrew W. Nosenko
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-09-23A variant of buffy notification. Note: If you folks don't likeThomas Roessler
2002-09-09Add a buffy-list function, and display more information when newRudi Chiarito
2002-09-09An unmailboxes command. #1311.Nicolas Rachinsky
2002-03-25close 1103; from Brendan CullyThomas Roessler
2001-10-10maildir buffy: Don't consider "trashed" new messages new. Fixes #412.Thomas Roessler
2001-08-06Another little MH buffy bug. From Len LattanziThomas Roessler
2001-08-03MH buffy.Thomas Roessler
2001-01-08Going through possible security problems with a fine comb. If youThomas Roessler
2000-10-11Compilation fix from Emil Sit <sit@cisco.com>.Thomas Roessler
2000-10-10Vsevolod Volkov's POP mailbox patch.Thomas Roessler