about summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-1/+1
* Add cc and bcc commandsDaniel Bridges2019-08-031-0/+4
* doc: Fix missing '\' in aerc-tutorial man page.Ronan Pigott2019-07-291-1/+1
* aerc-tutorial(7): add searching and expand viewerDrew DeVault2019-07-291-0/+8
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-291-0/+5
* Add index option to change-tabJeffas2019-07-271-2/+4
* Add :detach commandGalen Abell2019-07-271-0/+4
* Implement sendmail supportDrew DeVault2019-07-275-4/+35
* Add change-tab docsJeffas2019-07-261-0/+3
* Add command history and cyclingGalen Abell2019-07-261-1/+5
* Support configurable header layout in compose widgetDaniel Bridges2019-07-261-0/+6
* Add new-email triggerJeffas2019-07-261-0/+20
* aerc(1): fix scdoc syntax errorDrew DeVault2019-07-191-1/+1
* aerc(1): document missing commandsDrew DeVault2019-07-191-6/+48
* aerc(1): Fix fallback ex key documentationDrew DeVault2019-07-191-1/+1
* Implement :filter, :clearKevin Kuehler2019-07-191-4/+22
* Add :attach command for composeGalen Abell2019-07-191-0/+5
* Add option to always show mimetype in viewerJeffas2019-07-171-0/+5
* Display user specified headers in viewer if presentDaniel Bridges2019-07-171-0/+8
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-0/+4
* Add show-headers to aerc-configJeffas2019-07-171-0/+6
* Add MouseEnabled config settingJeffas2019-07-171-0/+5
* Add maildir docsBen Burwell2019-07-123-2/+44
* Support imaps with oauthbearer authentication (Gmail)Frode Aannevik2019-07-111-1/+17
* aerc(1): correct error with :pipe documentationDrew DeVault2019-07-081-0/+2
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-081-8/+15
* Document message index format specifiersBen Burwell2019-07-041-1/+36
* Add unsubscribe commandBen Burwell2019-07-041-0/+6
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-1/+1
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-252-0/+10
* aerc-config: [viewer] should be [compose]Issam Maghni2019-06-231-1/+1
* Add aerc -v to print the installed versionDrew DeVault2019-06-181-1/+6
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+4
* Document collecting log outputLyle Hanson2019-06-141-0/+8
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-141-0/+5
* Support directories in path to :saveClayton Craft2019-06-141-1/+3
* Implement :mkdir commandDrew DeVault2019-06-091-0/+3
* aerc(1): add :read and :unread command to docsDrew DeVault2019-06-091-20/+31
* Add archive commandRobert Günzler2019-06-092-0/+14
* Message list: implement index-format optionYash Srivastav2019-06-071-3/+3
* Update docs per filters rewriteDrew DeVault2019-06-072-11/+7
* Mention aerc-tutorial(7) in aerc(1)ngenisis2019-06-051-2/+3
* add missing column in tableStephen Gregoratto2019-06-031-0/+1
* Update aerc-tutorial(7) to reflect changes to reply bindingsFrancis Dinh2019-06-031-4/+4
* Add :save and :pipe commands to viewerGalen Abell2019-05-271-0/+7
* Document :forward in aerc(1)Drew DeVault2019-05-251-0/+3
* Change ex command to C-x when using terminalDrew DeVault2019-05-241-0/+3
* Fix key value typo in documentationRoshless2019-05-232-2/+2
* Mention custom headers in aerc-tutorial(7)Drew DeVault2019-05-221-1/+3
* Minor fixes to list of filter dependenciesFrancis Dinh2019-05-221-1/+1
n509' href='#n509'>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 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867