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
2023-03-13
Update copyright notices.
Kevin McCarthy
2022-01-27
Update source file copyright lines based on commit history.
Kevin McCarthy
2021-07-17
Use SEEK_SET and SEEK_END for fseek/fseeko whence parameter.
Kevin McCarthy
2021-07-17
Use memcpy in fseek_last_message() instead of strncpy.
Kevin McCarthy
2021-01-22
Make some small fixes to the -nonotify commit.
Kevin McCarthy
2021-01-22
Add -nonotify argument to mailboxes command
Rene Kita
2020-07-08
Merge branch 'stable'
Kevin McCarthy
2020-07-08
Fix utimensat() to use cwd for relative paths.
Kevin McCarthy
2020-07-06
Directly add/remove mailboxes for IMAP.
Kevin McCarthy
2020-03-27
Add -label and -nopoll arguments to mailboxes command
Kevin McCarthy
2019-06-26
Convert Commands to use the union pointer_long_t too.
Kevin McCarthy
2019-04-21
Change mutt_parse_mailboxes() to use the path BUFFER argument.
Kevin McCarthy
2019-04-16
Convert other users of BUFFY->pathbuf to use BUFFERS.
Kevin McCarthy
2019-04-16
Convert BUFFER->path to a BUFFER.
Kevin McCarthy
2019-04-16
Change BUFFY->realpath to be const char *.
Kevin McCarthy
2019-04-07
Create mutt_buffer_buffy() buffer function.
Kevin McCarthy
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
[next]