summary refs log tree commit diff stats
path: root/widgets/dirlist.go
Commit message (Expand)AuthorAgeFilesLines
* widgets/dirlist: Fix total message countReto Brunner2020-02-251-4/+6
* fix missing importReto Brunner2020-02-191-0/+1
* Revert "Only fetch the directory contents when we are switching directories"Reto Brunner2020-02-191-5/+0
* dirlist: actually honor the DirInfoReto Brunner2020-02-161-25/+36
* Only fetch the directory contents when we are switching directoriesReto Brunner2020-02-161-0/+17
* Ensure we aren't selecting negative directoriesAndreas Rammhold2020-02-071-0/+6
* dirlist: adapt to dynamic UIconfigReto Brunner2020-01-281-10/+20
* dirlist: remove not needed sort functionReto Brunner2020-01-281-2/+1
* Add custom sorting for foldersMichele Finotto2019-12-091-2/+34
* Add display of unread messages in dirlistJeffas2019-09-111-1/+98
* Add MouseableJeffas2019-09-111-0/+29
* Allow custom spinner via config filePaul Spooren2019-08-301-1/+1
* Only compile regex portion of folder filterDaniel Xu2019-08-201-1/+1
* folder filter: only assume regex if filter is ~fmtDrew DeVault2019-08-201-4/+9
* Support regex filters for foldersDaniel Xu2019-08-191-1/+11
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-3/+3
* Move msgstore map to dirstoreJeffas2019-07-261-0/+12
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Factor UI models out of the worker message packageBen Burwell2019-07-081-1/+1
* Sort out dirstore once and for allDrew DeVault2019-07-041-0/+1
* dirlist: simplify nextPrev() considerablyReto Brunner2019-07-041-25/+11
* dirlist: remove the additional filtering in Draw()Reto Brunner2019-07-041-7/+0
* dirlist: sync dirstore in filterDirsByFoldersConfigReto Brunner2019-07-041-9/+7
* Add IMAP folder tab completionGregory Mullen2019-07-041-1/+5
* Revert "Remove dirs field and references to it"Drew DeVault2019-07-021-11/+10
* Remove dirs field and references to itRobert Günzler2019-06-301-10/+11
* Add new lib/dirstore to source completions fromGregory Mullen2019-06-291-4/+7
* Implement basic tab completion supportGregory Mullen2019-06-291-0/+4
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-16/+24
* imap: respect the folder config optionReto Brunner2019-06-141-11/+31
* s/aerc2/aerc/gDrew DeVault2019-05-171-3/+3
* Force INBOX to be included in dirlistDrew DeVault2019-05-141-0/+11
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-7/+7
* lib/ui: introduce InvalidatableSimon Ser2019-04-271-8/+2
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-2/+1
* Fix nil dereference on rapidly cycling foldersDrew DeVault2019-03-151-1/+1
* widgets/directories.go -> widgets/dirlist.goDrew DeVault2019-03-141-0/+156
ref='#n427'>427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534