index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
buffy.c
Age
Commit message (
Expand
)
Author
2019-01-04
Clean up formatting.
Kevin McCarthy
2019-01-04
Clean up code indentation.
Kevin McCarthy
2018-12-31
Remove trailing whitespace.
Kevin McCarthy
2018-10-08
Convert buffy_maildir_check_dir to use BUFFER.
Kevin McCarthy
2018-06-28
Add check-stats function to calculate mailbox statistics.
Anton Lindqvist
2018-06-18
Convert context and buffy to use nanosecond timestamps.
Kevin McCarthy
2018-06-03
add feature file monitoring with Linux inotify
GT
2018-06-01
Correct spelling mistakes.
Edward Betts
2017-11-28
Update copyright notices.
Kevin McCarthy
2017-03-31
Remove SidebarNeedsRedraw.
Kevin McCarthy
2016-08-05
Update copyright notices.
Kevin McCarthy
2016-07-22
Convert buffy_mbox_check() and trash_append() to use local context.
Kevin McCarthy
2016-06-23
Change sidebar to consistently use realpath for context and buffy comparison.
Kevin McCarthy
2016-06-17
Combine the basic and extended buffy functions.
Kevin McCarthy
2016-06-07
Make extended buffy independent of the sidebar.
Kevin McCarthy
2016-06-04
Start to fix sidebar buffy modifications.
Kevin McCarthy
2016-06-04
Add "mutt_" prefix to global sidebar functions.
Kevin McCarthy
2016-06-04
Sidebar clean up: building and drawing logic.
Kevin McCarthy
2016-06-04
Add neomutt version of sidebar patch. (closes #3829)
Richard Russon
2016-05-09
Change M_* symbols to MUTT_*
Derek Martin
2016-04-27
Fix remaining direct usages of COLS/LINES to use mutt window functions.
Kevin McCarthy
2016-01-01
Update copyright notices.
Kevin McCarthy
2015-07-18
Add support for checking cur/ in Maildir for unread mails in buffy.
Martin Sandsmark
2013-01-23
add support for $mail_check_recent to mh mailbox driver
Michael Elkins
2010-09-12
add $mail_check_recent boolean to control whether Mutt will notify about all ...
Michael Elkins
2010-08-06
Fix comparison signedness warnings.
Matthias Andree
2009-08-09
Add buffy_new and buffy_free abstractions.
Brendan Cully
2009-08-08
Split out mailbox-specific code in mutt_buffy_check
Brendan Cully
2009-08-08
Unconditionally define M_IMAP, M_POP.
Brendan Cully
2009-07-05
Suppress new mail notification from mailbox just left. Closes #3290.
Brendan Cully
2009-06-17
Do not free statically-allocated buffy buffer.
Antonio Radici
2009-06-02
Fix duplicate mailbox detection for remote folders
Rocco Rutte
2009-06-02
Thoroughly check for duplicates when parsing 'mailboxes' command. Closes #1428.
Rocco Rutte
2009-04-21
Equivalent mutt_buffy, but readable code
Aron Griffis
2009-04-21
Call mutt_expand_path() from mutt_buffy to fix imap separator.
Aron Griffis
2009-04-21
Use slen instead of assuming _POSIX_PATH_MAX
Aron Griffis
2009-04-11
Don't raise new mail flag on mbox/mmdf Fcc mailboxes. Closes #1896.
Rocco Rutte
2009-03-18
Properly initialize struct stats in buffy check
Erik Hovland
2009-03-15
Use safe_fclose() instead of fclose(), add fclose() to check_sec.sh
Rocco Rutte
2008-08-29
Only consider empty files non-existent for buffy's purpose.
YONETANI Tomokazu
2008-07-02
Use realpath() in mutt_pretty_mailbox() for paths that may need it.
Rocco Rutte
2008-05-21
Fix new mail detection for >2 GB mboxes with $check_mbox_size set
Rocco Rutte
2007-03-20
Make BUFFY_SIZE a runtime switch ($check_mbox_size)
Miroslav Lichvar
2006-11-19
Grow buffy notification to 512 bytes, for large terminals.
Rocco Rutte
2006-05-18
Avoid safe_free() usage and add security checks
Rocco Rutte
2006-04-28
pdmef+fix+sslinterface. Triggered by a warning when compiling
Rocco Rutte
2005-12-13
Fix recently-broken buffy notification for IMAP.
Brendan Cully
2005-12-12
Whoops, don't break buffy for non-IMAP mailboxes!
Brendan Cully
2005-12-11
IMAP command batching code, used to pipeline mailbox poll requests.
Brendan Cully
2005-10-21
Full large file support. Keep a close watch on your mailboxes everyone!
Brendan Cully
[next]