about summary refs log tree commit diff stats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* Revert "Implement style configuration."Reto Brunner2020-07-304-472/+6
* Implement style configuration.Kalyan Sriram2020-07-304-6/+472
* run go fmtReto Brunner2020-07-171-1/+1
* Add a 'folders-exclude' optionARaspiK2020-07-021-0/+5
* Revert "Add Style configuration"Drew DeVault2020-05-284-473/+6
* Revert "Make color scheme match previous design more closely"Drew DeVault2020-05-281-3/+2
* Make color scheme match previous design more closelyReto Brunner2020-05-271-2/+3
* Add Style configurationReto Brunner2020-05-274-6/+473
* Changing aerc.conf delimiter parsing to use only =, and not : as wellBen Cohen2020-04-291-2/+6
* Remove unecessary <Enter> from aerc.conf.inErazem Kokot2020-04-281-1/+1
* Add postpone commandJeffas2020-04-242-4/+7
* Ensure documented defaults match given defaultsBen Fiedler2020-04-231-3/+3
* fix binding for delete messageRay Ganardi2020-04-201-1/+1
* Add quotes to the default pinned-tab-markerZoltan Kalmar2020-03-131-1/+1
* Add pinned tabsJeffas2020-03-092-0/+7
* config: Strongly type context typeReto Brunner2020-01-241-4/+7
* Contextual UI ConfigurationSrivathsan Murali2020-01-241-10/+100
* Fix handling of multiple template-dirsBen Burwell2020-01-241-3/+3
* binds.conf: mark bindingsReto Brunner2019-12-211-0/+3
* msglist: highlight marked messagesReto Brunner2019-12-212-2/+2
* Add address book completion in composerBen Burwell2019-12-212-2/+15
* Show textinput completions in popoversBen Burwell2019-12-212-15/+31
* Add custom sorting for foldersMichele Finotto2019-12-091-0/+1
* Complete the F rune.Srivathsan Murali2019-11-171-1/+3
* Add some defaults for template optionsDrew DeVault2019-11-101-1/+9
* Add Templates with ParsingSrivathsan Murali2019-11-102-10/+56
* Config for deleting message from message viewerSrivathsan Murali2019-09-202-24/+31
* Add documentation for sortJeffas2019-09-201-0/+9
* Add sorting functionalityJeffas2019-09-201-0/+1
* Add signaturesJeffas2019-09-121-0/+2
* Add display of unread messages in dirlistJeffas2019-09-112-3/+9
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-041-1/+1
* Allow custom spinner via config filePaul Spooren2019-08-301-0/+5
* Pass os stdin to credential commandJonas Mueller2019-08-121-0/+1
* Ring bell when new messages arrive 0.2.0Ben Burwell2019-07-292-0/+8
* Print errors from config load issues.Reto Brunner2019-07-291-3/+3
* Support configurable header layout in compose widgetDaniel Bridges2019-07-262-1/+22
* Add new-email triggerJeffas2019-07-263-0/+71
* Implement :filter, :clearKevin Kuehler2019-07-191-0/+1
* Change default attach keybindingDrew DeVault2019-07-191-1/+1
* Add :cp alias for :copyDrew DeVault2019-07-171-2/+2
* Add option to always show mimetype in viewerJeffas2019-07-172-4/+10
* Display user specified headers in viewer if presentDaniel Bridges2019-07-172-1/+33
* Add MouseEnabled config settingJeffas2019-07-172-0/+7
* lowercase all key bindingsReto Brunner2019-07-171-32/+32
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-50/+59
* Don't bind $noinheritEyal Sawady2019-07-111-0/+1
* Document message index format specifiersBen Burwell2019-07-041-1/+1
* Update binds.confDrew DeVault2019-07-041-2/+2
* Correct default filter order in aerc.conf.inDrew DeVault2019-07-021-1/+1
f='#n519'>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