about summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* New account wizard, part oneDrew DeVault2019-05-212-10/+23
* Flesh out multipart switcherDrew DeVault2019-05-201-1/+1
* lib/ui/ui: use atomic instead of channelSimon Ser2019-05-191-26/+21
* Update internal state and draw from the same goroutineSimon Ser2019-05-193-23/+7
* s/aerc2/aerc/gDrew DeVault2019-05-172-2/+2
* Fix issues with OOB uidsDrew DeVault2019-05-161-3/+3
* Implement (basic form) of :replyDrew DeVault2019-05-161-0/+34
* Let caller pass in custom headers to composeDrew DeVault2019-05-161-0/+4
* Implement move, mv commandsDrew DeVault2019-05-141-0/+27
* Implement :copy (aka :cp)Drew DeVault2019-05-141-2/+16
* Update tab name as subject changesDrew DeVault2019-05-142-1/+18
* Remove leftover debug loggingDrew DeVault2019-05-131-3/+0
* Handle incoming emails gracefullyDrew DeVault2019-05-131-0/+6
* Spec out review message screenDrew DeVault2019-05-131-3/+3
* Implement :{next,prev}-field in compose viewDrew DeVault2019-05-121-3/+3
* Add initial compose widgetDrew DeVault2019-05-121-2/+3
* Refactor ctx stashing out of exlineDrew DeVault2019-05-111-0/+2
* Split ex line text handling into dedicated widgetDrew DeVault2019-05-111-0/+136
* lib/ui: fix UI.Exit race conditionSimon Ser2019-05-051-2/+13
* lib/ui: fix Grid race conditionSimon Ser2019-05-051-1/+20
* lib/msgstore: protect with a mutexSimon Ser2019-04-291-3/+22
* lib/ui: fix GridCell.invalid raceSimon Ser2019-04-291-5/+6
* lib/ui: introduce InvalidatableSimon Ser2019-04-274-32/+37
* Make message viewer real, part twoDrew DeVault2019-03-311-1/+1
* Rename FetchMessageBodies to FetchFullMessagesDrew DeVault2019-03-311-2/+2
* Make the message viewer real, part oneDrew DeVault2019-03-311-1/+15
* Don't parse mail in worker; send a reader insteadDrew DeVault2019-03-311-7/+6
* Pull BodyStructure up from IMAP workerDrew DeVault2019-03-311-1/+15
* Add basic message viewer mockupDrew DeVault2019-03-301-0/+10
* Use tcell.Style.Reverse instead of black on whiteDrew DeVault2019-03-303-10/+14
* Show deleted emails pending server ack in greyDrew DeVault2019-03-301-2/+15
* Add body fetching support codeDrew DeVault2019-03-291-6/+71
* Remove unused import from msgstore.goDrew DeVault2019-03-211-2/+0
* Implement :delete-messageDrew DeVault2019-03-201-3/+26
* Add :term-closeDrew DeVault2019-03-172-3/+7
* Move exline handling up to aerc, add :termDrew DeVault2019-03-171-3/+5
* Add basic terminal widgetDrew DeVault2019-03-172-0/+3
* Add TODO to msgstore.goDrew DeVault2019-03-151-1/+1
* Move MessageStore into its own fileDrew DeVault2019-03-151-0/+86
* Add :quit commandDrew DeVault2019-03-151-5/+0
* Implement the Container interface in lib/ui/Drew DeVault2019-01-205-7/+26
* Merge lib/ui/interfaces.go and add anotherDrew DeVault2019-01-203-30/+42
* Make repeated invalidations more efficientDrew DeVault2019-01-141-0/+10
* Add cursor handling in ex lineDrew DeVault2019-01-141-8/+9
* Revert "Add abstract list, update dirlist accordingly"Drew DeVault2019-01-132-111/+0
* Revert "Render selected list item differently"Drew DeVault2019-01-131-1/+0
* Render selected list item differentlyDrew DeVault2019-01-131-0/+1
* Add abstract list, update dirlist accordinglyDrew DeVault2019-01-132-0/+111
* refactor lib/ui/tab to ensure staying in boundsMarkus Ongyerth2018-06-131-8/+21
* Fix tab invalidation bugsDrew DeVault2018-06-111-1/+5
' href='#n510'>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 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