about summary refs log tree commit diff stats
path: root/widgets/aerc.go
Commit message (Expand)AuthorAgeFilesLines
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+15
* Add index option to change-tabJeffas2019-07-271-0/+10
* Add command history and cyclingGalen Abell2019-07-261-2/+11
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-2/+2
* Add new-email triggerJeffas2019-07-261-3/+10
* Add change tab commandJeffas2019-07-231-0/+22
* Add Unix socket for communicating with aercDrew DeVault2019-07-191-0/+40
* Show currently pressed keys in statuslineJeffas2019-07-171-0/+3
* Add clickable tabsJeffas2019-07-111-0/+2
* Implement basic tab completion supportGregory Mullen2019-06-291-1/+5
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+4
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-111-0/+4
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+4
* Show account wizard if no accounts configuredDrew DeVault2019-05-221-0/+6
* Fix always showing last account tabDrew DeVault2019-05-221-2/+2
* New account wizard, part oneDrew DeVault2019-05-211-0/+2
* Update internal state and draw from the same goroutineSimon Ser2019-05-191-0/+8
* s/aerc2/aerc/gDrew DeVault2019-05-171-3/+3
* Add distinct keybindings for each compose viewDrew DeVault2019-05-141-2/+9
* Add initial compose widgetDrew DeVault2019-05-121-0/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-2/+0
* Add message view commands, :closeDrew DeVault2019-03-301-0/+2
* Add basic message viewer mockupDrew DeVault2019-03-301-12/+6
* Correct color of error messagesDrew DeVault2019-03-301-1/+1
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-301-1/+1
* Expire status errors on inputDrew DeVault2019-03-211-0/+9
* Use : for keybindings even when ex is overriddenDrew DeVault2019-03-211-3/+9
* Rig up terminal keybinding groupDrew DeVault2019-03-211-0/+2
* Use user's configured ex keyDrew DeVault2019-03-211-1/+3
* Add context-specific keybindingsDrew DeVault2019-03-211-8/+38
* Wrap Terminal in TermHostDrew DeVault2019-03-171-0/+5
* Add :term-closeDrew DeVault2019-03-171-0/+8
* Handle terminal title, login shellDrew DeVault2019-03-171-1/+0
* Implement :next-tab, :prev-tabDrew DeVault2019-03-171-0/+16
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-15/+114
* commands: handle case where no account selectedDrew DeVault2019-03-171-1/+5
* Add basic terminal widgetDrew DeVault2019-03-171-0/+4
* Implement sidebar-width config optionDrew DeVault2019-03-151-2/+1
* Rig up key bindingsDrew DeVault2019-03-151-1/+1
* Start building out command subsystemDrew DeVault2019-03-101-6/+8
* Fix buildElias Naur2019-02-101-1/+2
* Implement Container interface in widgets/Drew DeVault2019-01-201-0/+4
* Send commands up to the top-level aerc widgetDrew DeVault2019-01-141-8/+14
* Move ex line into accountDrew DeVault2019-01-131-40/+9
* Move status line into account, update behaviorDrew DeVault2019-01-131-6/+9
* Initialize worker in account widgetDrew DeVault2019-01-131-1/+6
* Add basic account widget, populate real acct viewsDrew DeVault2019-01-131-27/+4
* Apply gofmtDrew DeVault2018-06-121-8/+8
* Apply gofmtDrew DeVault2018-06-111-5/+5
* Move sidebar into account tabsDrew DeVault2018-06-111-16/+29
='#n558'>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