about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Add custom sorting for foldersMichele Finotto2019-12-093-2/+41
* remove garbage headers in reply messageLeszek Cimała2019-12-081-1/+2
* failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała2019-12-072-0/+5
* decode(RFC 2047) imap headers to fix encoding in subject & filenamesLeszek Cimała2019-12-071-5/+25
* use correct headers for message partLeszek Cimała2019-12-071-4/+32
* fix non-utf8 encoding in msgviewerernierasta2019-12-071-2/+2
* fix make install directiories permissionsLeszek Cimała2019-12-071-1/+1
* Parse headers from templateRobert Günzler2019-12-071-3/+50
* Initialize an empty message map in the message store on initializationRafael Castillo2019-12-071-2/+3
* Revert "Parse headers from template"Drew DeVault2019-12-041-39/+3
* Fix crash when no message is selectedWiktor Kwapisiewicz2019-12-041-1/+4
* Parse headers from templateRobert Günzler2019-12-041-3/+39
* Fix crash if there is no to address for %FThorben Günther2019-11-251-1/+1
* widgets/terminal: Reap more zombiesKevin Kuehler2019-11-211-0/+1
* Update version to 0.3.0 0.3.0Drew DeVault2019-11-211-1/+1
* Install aerc-templatesSrivathsan Murali2019-11-191-0/+1
* Parse Reply-To header while parsing envelopeSrivathsan Murali2019-11-171-0/+5
* Allow fields in compose widget to be clickedGreg Anders2019-11-171-2/+32
* commands/account: Disable :view for deleted msgsKevin Kuehler2019-11-171-1/+2
* Complete the F rune.Srivathsan Murali2019-11-174-6/+27
* Add UI options to save/pipe messages with unsupported mimetypesGreg Anders2019-11-177-123/+163
* Check for terminal before forwarding mouse eventGreg Anders2019-11-171-1/+1
* worker/imap: Fix seqMap race conditionKevin Kuehler2019-11-101-1/+3
* Correct capitalization in quoted_replyDrew DeVault2019-11-103-16/+40
* Add some defaults for template optionsDrew DeVault2019-11-103-5/+15
* Add Templates with ParsingSrivathsan Murali2019-11-1014-143/+510
* widgets/msgviewer: Don't crash if pager is nilKevin Kuehler2019-11-101-1/+1
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-014-1/+10
* Notmuch: be resilient to config errorsReto Brunner2019-11-011-3/+22
* notmuch: ignore comments and blank lines when processing query-map fileMatt Snider2019-11-011-0/+4
* widgets/msgview: Reap the filter commandKevin Kuehler2019-10-161-0/+1
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-162-0/+18
* Fix: oauthbearer runtime errorFrode Aannevik2019-10-161-6/+7
* lib/msgstore: fix invalid callback invocationReto Brunner2019-10-141-1/+1
* Fix tab refocus on removeJeffas2019-10-141-8/+14
* Fix pushing invalid tabs to historyJeffas2019-10-141-1/+4
* Revert "Show spinner when fetching contents"Drew DeVault2019-10-092-9/+3
* Preserve sorting order in search resultsJeffas2019-10-092-0/+18
* Show spinner when fetching contentsJeffas2019-10-092-3/+9
* Fix selected account to return for messageviewerJeffas2019-10-021-4/+6
* Open mailto links in a new aerc instance if needed.Reto Brunner2019-09-291-2/+17
* Print success to socket if no error was thrownHeiko Carrasco2019-09-291-1/+5
* Config for deleting message from message viewerSrivathsan Murali2019-09-204-25/+37
* Sort path completionsJeffas2019-09-201-0/+3
* Change search flagsJeffas2019-09-203-6/+22
* Make commands join args with spacesJeffas2019-09-209-66/+60
* notmuch: add sort functionalityReto Brunner2019-09-201-6/+41
* Add documentation for sortJeffas2019-09-203-0/+43
* Add sorting functionalityJeffas2019-09-209-8/+491
* Add directory info messagesJeffas2019-09-181-16/+55
#n492'>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 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 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831