summaryrefslogtreecommitdiffstats
path: root/browser.c
AgeCommit message (Expand)Author
2020-08-29Remove relative path expansion for some cases.Kevin McCarthy
2020-05-17Fix attach-file tag operation to work when quitting browser.Kevin McCarthy
2020-03-27Add -label and -nopoll arguments to mailboxes commandKevin McCarthy
2020-03-06Change mutt_FormatString() data parameter to type void *.Kevin McCarthy
2019-11-10Add gcc comments for fallthrough case statements.Kevin McCarthy
2019-10-09Add sticky browser behavior for sorting.Kevin McCarthy
2019-09-22Convert buffer callers of mutt_get_field() to use buffer version.Kevin McCarthy
2019-09-09Change browser <display-filename> to show full_path.Kevin McCarthy
2019-09-09Add $browser_sticky_cursor default set.Kevin McCarthy
2019-09-08Rename browser fields to display_name and full_path.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-03-13browser.c: Convert f parameter to BUFFER.Kevin McCarthy
2019-03-13browser.c: Convert other browser local variables to BUFFER.Kevin McCarthy
2019-03-13browser.c: Convert buf to BUFFER.Kevin McCarthy
2019-03-13browser.c: Convert prefix to BUFFER.Kevin McCarthy
2019-03-13browser.c: Convert LastDir and LastDirBackup to BUFFER.Kevin McCarthy
2019-02-02Add an error message for <descend-directory>.Kevin McCarthy
2019-02-02Separate out op variable in the browser.Kevin McCarthy
2019-01-31Allow descending into maildir and mh directories in file browserCorey Minyard
2019-01-05Fix a few indenting issues.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-04-19Add $sort_browser options for count and unread.Kevin McCarthy
2018-04-19Add $browser_abbreviate_mailboxes.Kevin McCarthy
2018-01-12examine_directory: set directory/symlink size to zeroOlaf Hering
2017-09-20Display an error message when delete mailbox fails. (see #3968)Kevin McCarthy
2017-08-10Change helpers functions to pass actx. (see #3728)Kevin McCarthy
2017-03-26Set refresh when popping the menu stack.Kevin McCarthy
2017-03-26Add a menu stack to track current and past menus.Kevin McCarthy
2017-03-12Add shortcuts for IMAP and POP mailboxes in the file browserDmitri Vereshchagin
2016-09-02merge stableKevin McCarthy
2016-09-02Increase date buffer size for $folder_format. (closes #3863)Kevin McCarthy
2016-08-22Remove the $locale configuration variable.Kevin McCarthy
2016-07-30Add unread and total message count format strings to $folder_format.Kevin McCarthy
2016-06-17folder_file: remove struct statOlaf Hering
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2016-04-27Add cols parameter to mutt_FormatString()Kevin McCarthy
2016-01-01Update copyright notices.Kevin McCarthy
2015-10-04Create a separate macro/push/exec event buffer. (closes #3779)Kevin McCarthy
2013-04-11backout c1371176ea45Michael Elkins
2013-04-10fix various compiler warnings; most were due to unchecked return values from ...Michael Elkins
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2011-05-23folder_file: change type of new from short to intOlaf Hering
2010-08-24Do not call regfree if regcomp fails.Emanuele Giaquinta
2010-08-06avoid using C99 boolMichael Elkins
2010-08-06add %D format string to $folder_format to expand the time based on $date_format.Michael Elkins
2010-08-03add locale.h for compililng with -std=c99Michael Elkins
2009-06-11Use only latest mtime of new/cur for browser, not whole stat() infoRocco Rutte