summaryrefslogtreecommitdiffstats
path: root/buffy.c
AgeCommit message (Expand)Author
2020-07-08Merge branch 'stable'Kevin McCarthy
2020-07-08Fix utimensat() to use cwd for relative paths.Kevin McCarthy
2020-07-06Directly add/remove mailboxes for IMAP.Kevin McCarthy
2020-03-27Add -label and -nopoll arguments to mailboxes commandKevin McCarthy
2019-06-26Convert Commands to use the union pointer_long_t too.Kevin McCarthy
2019-04-21Change mutt_parse_mailboxes() to use the path BUFFER argument.Kevin McCarthy
2019-04-16Convert other users of BUFFY->pathbuf to use BUFFERS.Kevin McCarthy
2019-04-16Convert BUFFER->path to a BUFFER.Kevin McCarthy
2019-04-16Change BUFFY->realpath to be const char *.Kevin McCarthy
2019-04-07Create mutt_buffer_buffy() buffer function.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2019-01-04Clean up code indentation.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2018-10-08Convert buffy_maildir_check_dir to use BUFFER.Kevin McCarthy
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