about summary refs log tree commit diff stats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+4
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-111-43/+20
* Select user's preferred mimetype in MessageViewerClayton Craft2019-06-091-2/+13
* Add archive commandRobert Günzler2019-06-091-0/+2
* msglist: use distinct style for unread emailsYash Srivastav2019-06-081-0/+15
* Truncate long subject linesDrew DeVault2019-06-071-1/+5
* Message list: implement index-format optionYash Srivastav2019-06-072-24/+11
* Move ANSI stripping from filters to GoDrew DeVault2019-06-071-4/+20
* Remove unnecessary branchDrew DeVault2019-06-071-3/+0
* Execute the editor with the shellDrew DeVault2019-06-071-1/+1
* Add binding to toggle headersDrew DeVault2019-06-071-1/+1
* implements ability to view headers in message viewYash Srivastav2019-06-071-53/+91
* Skip rendering dirlist if sidebar width is 0Lucas F. Souza2019-06-071-1/+3
* Use SetAddressList for From headerDrew DeVault2019-06-051-2/+10
* Introduce :new-account -tJanUlrich2019-06-051-14/+22
* Add date to message viewerDrew DeVault2019-06-022-5/+11
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-023-1/+41
* Only add message to store if store existsKevin Kuehler2019-06-021-8/+12
* Enumerate Cc and Bcc lists in composerDrew DeVault2019-06-021-1/+20
* Simplify layout of message viewer gridDrew DeVault2019-06-021-17/+3
* Use forked version of tcellDrew DeVault2019-06-011-1/+1
* widgets/terminal: Don't segfault on resizeKevin Kuehler2019-06-011-10/+15
* Add :save and :pipe commands to viewerGalen Abell2019-05-272-0/+23
* Update terminal color handling per vterm changesDrew DeVault2019-05-261-43/+22
* Update to the latest go-libvtermDrew DeVault2019-05-261-1/+1
* Implement :edit in compose screenDrew DeVault2019-05-261-27/+51
* msgviewer: copy stderr into pagerDrew DeVault2019-05-261-1/+17
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-6/+9
* Show account wizard if no accounts configuredDrew DeVault2019-05-222-5/+8
* Implement opening tutorial after account wizardDrew DeVault2019-05-221-1/+21
* Write new accounts to config and open tabDrew DeVault2019-05-221-7/+139
* Fix always showing last account tabDrew DeVault2019-05-221-2/+2
* Remove excess padding from incoming config pageDrew DeVault2019-05-211-1/+1
* New account wizard, part oneDrew DeVault2019-05-212-0/+627
* Load IMAP worker for imap+insecureDrew DeVault2019-05-201-1/+5
* Show unsupported mimetype message in redDrew DeVault2019-05-201-1/+1
* Show attachment names in multipart viewDrew DeVault2019-05-201-1/+5
* Implement :next-part, :prev-partDrew DeVault2019-05-201-2/+31
* Flesh out multipart switcherDrew DeVault2019-05-201-65/+141
* Refactor message part into dedicated widgetDrew DeVault2019-05-201-86/+148
* Verify TLS certificatesDrew DeVault2019-05-201-7/+1
* Advance cursor after :delete and :moveDrew DeVault2019-05-191-4/+5
* Reset message list cursor when switching storesDrew DeVault2019-05-191-1/+1
* Advance message list cursor when messages arriveDrew DeVault2019-05-191-0/+13
* Update internal state and draw from the same goroutineSimon Ser2019-05-193-28/+22
* widgets/terminal: fix damage race conditionSimon Ser2019-05-191-1/+12
* s/aerc2/aerc/gDrew DeVault2019-05-1710-27/+27
* Remove unimplemented color configurationDrew DeVault2019-05-172-3/+3
* Implement ui.empty-message config optionDrew DeVault2019-05-171-1/+1
* Fix date header on outgoing emailsDrew DeVault2019-05-171-1/+1
ref='#n520'>520 521 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