summaryrefslogtreecommitdiffstats
path: root/sidebar.c (follow)
Commit message (Expand)AuthorAgeLines
* Update copyright notices.Kevin McCarthy2023-03-13-1/+1
* Adjust browser and sidebar numeric sorting to use mutt_numeric_cmp()Kevin McCarthy2022-05-27-3/+4
* Update source file copyright lines based on commit history.Kevin McCarthy2022-01-27-1/+1
* Improve sidebar drawing in small windows.Kevin McCarthy2021-04-23-6/+9
* Use bkgrndset() as ATTRSET() backend if available.Kevin McCarthy2021-04-15-2/+4
* Change expand_path() to expand relative paths.Kevin McCarthy2020-08-29-1/+10
* Add $cursor_overlay, default unset, to control overlaying.Kevin McCarthy2020-07-20-6/+6
* Add cursor overlay capability.Maxim Tarasov2020-07-20-11/+18
* Add -label and -nopoll arguments to mailboxes commandKevin McCarthy2020-03-27-5/+19
* Minor sidebar HilIndex and redraw cleanup.Kevin McCarthy2020-03-24-11/+8
* Add sidebar-first and sidebar-last functions.Kevin McCarthy2020-03-24-1/+54
* Change mutt_FormatString() data parameter to type void *.Kevin McCarthy2020-03-06-4/+4
* Make shortpath/indent code guards explicit.Kevin McCarthy2019-12-07-2/+2
* Create $sidebar_relative_shortpath_indent, default unset.Kevin McCarthy2019-12-07-28/+44
* Add $sidebar_use_mb_shortcuts to turn off shortcuts.Kevin McCarthy2019-12-03-3/+24
* Improve sidebar indentation and shortpath behavior.Kevin McCarthy2019-09-16-54/+140
* Convert BUFFER->path to a BUFFER.Kevin McCarthy2019-04-16-20/+18
* Clean up code indentation.Kevin McCarthy2019-01-04-2/+2
* Update copyright notices.Kevin McCarthy2017-11-28-1/+1
* Remove SidebarNeedsRedraw.Kevin McCarthy2017-03-31-2/+2
* Fix sidebar references to the "new count" to be "unread". (closes #3908)Kevin McCarthy2017-01-19-2/+2
* Change sidebar_spoolfile coloring to be lower precedence.Kevin McCarthy2016-12-03-3/+3
* Change sidebar to only match $folder prefix on a $sidebar_divider_char. (clos...Kevin McCarthy2016-10-16-1/+4
* Use mutt_strlen and mutt_strncmp in sidebar.c.Kevin McCarthy2016-10-16-8/+10
* Update copyright notices.Kevin McCarthy2016-08-05-0/+1
* Change sidebar highlighted mailbox behavior.Kevin McCarthy2016-07-08-4/+3
* Fix sidebar pagedown/up when mailboxes on the end are hidden.Kevin McCarthy2016-07-08-4/+50
* Fix the sidebar TopIndex and BotIndex when $sidebar_new_mail_only is set.Kevin McCarthy2016-07-07-7/+38
* Fix sidebar crash for non-existent mailboxRichard Russon2016-07-06-0/+3
* Fix sidebar "unsorted" order to match Buffy list order.Kevin McCarthy2016-07-02-2/+34
* Decouple the sidebar from the Buffy list.Kevin McCarthy2016-07-02-281/+261
* Remove unused SORT_DESC.Kevin McCarthy2016-06-28-2/+1
* Change sidebar to consistently use realpath for context and buffy comparison.Kevin McCarthy2016-06-23-16/+12
* Change sidebar next/prev-new to look at buffy->new too.Kevin McCarthy2016-06-22-3/+3
* Make extended buffy independent of the sidebar.Kevin McCarthy2016-06-07-37/+0
* Add sidebar_format flag '%n' to display 'N' on new mail.Kevin McCarthy2016-06-08-2/+13
* Setting $sidebar_width to more than 128 would cause bad things to happen.Richard Russon2016-06-07-5/+6
* Various fixes to the sidebar logic.Kevin McCarthy2016-06-04-13/+10
* Add "mutt_" prefix to global sidebar functions.Kevin McCarthy2016-06-04-16/+16
* Re-indent and style sidebar.c.Kevin McCarthy2016-06-04-618/+620
* Fix sidebar check_sec.sh warnings.Kevin McCarthy2016-06-04-7/+6
* Sidebar clean up: building and drawing logic.Kevin McCarthy2016-06-04-1/+1
* Add neomutt version of sidebar patch. (closes #3829)Richard Russon2016-06-04-0/+987