about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-293-0/+20
* Add index option to change-tabJeffas2019-07-271-0/+10
* Add :detach commandGalen Abell2019-07-271-0/+20
* Fix review message not filling entire spaceGalen Abell2019-07-271-1/+1
* Add tab completion to textinputsJeffas2019-07-261-7/+1
* Add command history and cyclingGalen Abell2019-07-263-6/+32
* Support configurable header layout in compose widgetDaniel Bridges2019-07-264-152/+191
* Move msgstore map to dirstoreJeffas2019-07-262-25/+35
* Add new-email triggerJeffas2019-07-263-5/+19
* Show the directory being selected in grayJeffas2019-07-251-0/+3
* Add change tab commandJeffas2019-07-231-0/+22
* Fix alternatives configDrew DeVault2019-07-191-2/+5
* Add [a]ttach to the review message promptsDrew DeVault2019-07-191-1/+1
* Add Unix socket for communicating with aercDrew DeVault2019-07-192-0/+47
* Implement :filter, :clearKevin Kuehler2019-07-192-14/+17
* Add :attach command for composeGalen Abell2019-07-191-17/+129
* Add option to always show mimetype in viewerJeffas2019-07-171-4/+6
* Remove passing of showHeaders explicitlyJeffas2019-07-171-12/+12
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+2
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-40/+61
* Show currently pressed keys in statuslineJeffas2019-07-172-1/+17
* Revert "Ensure new partswitcher doesn't start on multipart"Drew DeVault2019-07-171-1/+0
* When reviewing an email don't pass characters onJeffas2019-07-171-1/+4
* Ensure new partswitcher doesn't start on multipartJeffas2019-07-171-0/+1
* Don't initialize an invalid pty sizeDrew DeVault2019-07-131-0/+3
* Add clickable tabsJeffas2019-07-111-0/+2
* Add backtab to tutorial navigationJeffas2019-07-111-1/+3
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-103-5/+13
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-083-15/+11
* Factor UI models out of the worker message packageBen Burwell2019-07-085-17/+18
* Make :pipe command more genericDrew DeVault2019-07-053-11/+18
* 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
* Use go-message implementation of GenerateMessageIDBen Burwell2019-07-041-2/+1
* 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-293-8/+26
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Fix jumping around in searchDrew DeVault2019-06-261-10/+5
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-261-0/+1
* account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin2019-06-251-1/+42
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-212-7/+11
* account-wizard: automatically replace imap.* with smtp.*Noah Loomans2019-06-181-1/+6
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-142-18/+28
* imap: respect the folder config optionReto Brunner2019-06-142-12/+32
* Fix automatic scrolling when messages arrive/leaveDrew DeVault2019-06-111-2/+2
2'>522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674