summaryrefslogtreecommitdiffstats
path: root/buffy.c
AgeCommit message (Expand)Author
2018-06-28Add check-stats function to calculate mailbox statistics.Anton Lindqvist
2018-06-18Convert context and buffy to use nanosecond timestamps.Kevin McCarthy
2018-06-03add feature file monitoring with Linux inotifyGT
2018-06-01Correct spelling mistakes.Edward Betts
2017-11-28Update copyright notices.Kevin McCarthy
2017-03-31Remove SidebarNeedsRedraw.Kevin McCarthy
2016-08-05Update copyright notices.Kevin McCarthy
2016-07-22Convert buffy_mbox_check() and trash_append() to use local context.Kevin McCarthy
2016-06-23Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy
2016-06-17Combine the basic and extended buffy functions.Kevin McCarthy
2016-06-07Make extended buffy independent of the sidebar.Kevin McCarthy
2016-06-04Start to fix sidebar buffy modifications.Kevin McCarthy
2016-06-04Add "mutt_" prefix to global sidebar functions.Kevin McCarthy
2016-06-04Sidebar clean up: building and drawing logic.Kevin McCarthy
2016-06-04Add neomutt version of sidebar patch. (closes #3829)Richard Russon
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