about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Move contrib -> filtersDrew DeVault2019-06-274-3/+3
* Reopening mailcontent file to fix #166Stefan Rakel2019-06-271-1/+7
* Set the required go version for this module, aercDaniel Lublin2019-06-271-0/+2
* Fix jumping around in searchDrew DeVault2019-06-261-10/+5
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-265-1/+149
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-253-6/+26
* add DefaultSavePath configReto Brunner2019-06-251-0/+10
* account-wizard: look up imap and smtp server by SRV records (#100)Daniel Lublin2019-06-251-1/+42
* worker/imap: rig up search directory handlerDrew DeVault2019-06-241-0/+2
* worker/imap: implement searchDrew DeVault2019-06-242-0/+26
* aerc-config: [viewer] should be [compose]Issam Maghni2019-06-231-1/+1
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-213-7/+14
* Fix reply bindings in [view]Drew DeVault2019-06-191-4/+4
* Makefile: fix -ldflags -X invocationReto Brunner2019-06-191-3/+3
* account-wizard: automatically replace imap.* with smtp.*Noah Loomans2019-06-181-1/+6
* Insert nil check before handling prev/next messageMartin Hafskjold Thoresen2019-06-181-2/+8
* Add aerc -v to print the installed versionDrew DeVault2019-06-183-1/+28
* commands/msgview: add open commandRéouven Assouly2019-06-172-0/+65
* Make part encoding checks case insensitiveRéouven Assouly2019-06-162-6/+7
* Ensure that flags are set properlyAditya Mahajan2019-06-161-2/+4
* Update tcellDrew DeVault2019-06-152-1/+3
* Document collecting log outputLyle Hanson2019-06-142-0/+12
* imap: block until directory list is fully receivedDrew DeVault2019-06-141-0/+1
* Set empty message in dirlist if no folder exist.Reto Brunner2019-06-145-18/+40
* imap: respect the folder config optionReto Brunner2019-06-144-13/+48
* Add uninstall target to MakefileLyle Hanson2019-06-141-1/+20
* Support directories in path to :saveClayton Craft2019-06-142-5/+56
* Make awk filters more portableDrew DeVault2019-06-133-4/+2
* Fix automatic scrolling when messages arrive/leaveDrew DeVault2019-06-111-2/+2
* Add :next/:prev binds for [viewer]Drew DeVault2019-06-111-4/+8
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-112-2/+40
* lib/ui/tab: Add Replace methodKevin Kuehler2019-06-112-0/+20
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-115-46/+67
* commands/msg/archive: Work with msgviwerKevin Kuehler2019-06-111-3/+4
* Implement :mkdir commandDrew DeVault2019-06-092-0/+42
* Fix :new-account getoptsDrew DeVault2019-06-091-1/+1
* Fix :copy arg handlingDrew DeVault2019-06-091-3/+3
* Fix :move command's arg parsingDrew DeVault2019-06-091-3/+3
* Override $ex in compose viewYash Srivastav2019-06-091-0/+1
* Update reply to use getopt posix optind formatClayton Craft2019-06-093-3/+5
* aerc(1): add :read and :unread command to docsDrew DeVault2019-06-091-20/+31
* Add :read and :unread commandsDrew DeVault2019-06-095-0/+78
* Update our message flags when server updates themDrew DeVault2019-06-093-5/+35
* commands/msg/copy: remove unnecessary codeDrew DeVault2019-06-091-4/+0
* Select user's preferred mimetype in MessageViewerClayton Craft2019-06-091-2/+13
* Add archive commandRobert Günzler2019-06-0912-8/+168
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
* msglist: use distinct style for unread emailsYash Srivastav2019-06-082-5/+20
* Fetch headers w/peek to leave emails unreadYash Srivastav2019-06-081-0/+1
* Fix hldiff regex for short statsDrew DeVault2019-06-072-1/+3
5' href='#n515'>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