summaryrefslogtreecommitdiffstats
path: root/browser.c
AgeCommit message (Expand)Author
2022-12-03Change the initial browser file to to cwd.Kevin McCarthy
2022-12-03Divide browser "LastDir" into separate file and mailbox locations.Kevin McCarthy
2022-05-27Adjust browser and sidebar numeric sorting to use mutt_numeric_cmp()Kevin McCarthy
2022-05-21Fix browser completion path expansion to preserve a trailing slash.Kevin McCarthy
2022-01-25Add very basic cd path completion.Kevin McCarthy
2021-09-16Ensure embedded IMAP passwords are stored in context->path.Kevin McCarthy
2021-07-17Silence compiler warning in _mutt_buffer_select_file().Kevin McCarthy
2021-04-25Keep file browser '..' entries at the top.Kevin McCarthy
2021-04-25Change browser sort "unsorted" to preserve the original order.Kevin McCarthy
2021-04-25Add $sort_browser_mailboxes configuration variable.Kevin McCarthy
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