summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* commands/account: Disable :view for deleted msgsKevin Kuehler2019-11-171-1/+2
* Add Templates with ParsingSrivathsan Murali2019-11-104-126/+132
* Add support for AUTH LOGIN submissionLuke Drummond2019-11-011-0/+3
* Cleanup pager processes after closing a msgviewerKevin Kuehler2019-10-161-0/+1
* Config for deleting message from message viewerSrivathsan Murali2019-09-201-1/+1
* Sort path completionsJeffas2019-09-201-0/+3
* Make commands join args with spacesJeffas2019-09-209-66/+60
* Add sorting functionalityJeffas2019-09-201-0/+85
* Add completion for copyJeffas2019-09-121-1/+2
* Add signaturesJeffas2019-09-124-7/+8
* Add modify-labels commandReto Brunner2019-09-121-0/+69
* Check the subject line for lowercase reJeffas2019-09-111-1/+1
* Ensure mimetype parts are converted to lower caseJeffas2019-09-111-2/+3
* commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel2019-09-042-6/+6
* all: rewrite references to strings.Index to strings.ContainsWagner Riffel2019-09-041-1/+1
* all: use fmt.Errorf for fomartting errorsWagner Riffel2019-09-049-14/+9
* all: purge redundant underscoresWagner Riffel2019-09-0443-129/+129
* extract search criteria parsing into the backendsReto Brunner2019-08-291-26/+1
* Add :prompt commandChristopher Vittal2019-08-261-0/+33
* Add forwarding as attachment featureJelle Besseling2019-08-201-4/+61
* Add addresses argument to forward commandJelle Besseling2019-08-201-1/+9
* Move forward command to it's own fileJelle Besseling2019-08-202-70/+130
* Revert "add close command at global level"Drew DeVault2019-08-134-59/+93
* add close command at global levelAditya Srivastava2019-08-134-93/+59
* Add optional body argument to compose commandDaniel Bridges2019-08-131-3/+14
* Joining the args in cf for folders with spacesBen Cohen2019-08-121-1/+5
* Ignore scroll command when msgstore is nilJelle Besseling2019-08-121-2/+2
* Let user edit arbitrary headers in composerDaniel Bridges2019-08-121-4/+32
* Fix `unread` commandArt Wild2019-08-081-0/+2
* Implement next-message in msgview using accountJelle Besseling2019-08-072-28/+37
* Implement next-folder using NextPrev with amountJelle Besseling2019-08-071-6/+4
* Allow cc/bcc command to receive no argumentsDaniel Bridges2019-08-071-4/+3
* cc/bcc: Append to existing headers if called twiceKevin Kuehler2019-08-071-2/+2
* Fix directory completion case sensitivityBen Burwell2019-08-031-11/+19
* Add cc and bcc commandsDaniel Bridges2019-08-031-0/+39
* select next message when deleting from message viewerAditya Srivastava2019-08-021-3/+10
* ChangeFolder: do not depend on the msgstoreReto Brunner2019-08-021-6/+6
* Add filesystem completions for :attach and :cdGalen Abell2019-08-022-2/+24
* Add CompletePath methodGalen Abell2019-08-021-0/+91
* Sendmail: allow for arbitrary parametersReto Brunner2019-07-291-1/+11
* Add index option to change-tabJeffas2019-07-271-4/+23
* Add :detach commandGalen Abell2019-07-271-0/+55
* Add missing fallthroughDrew DeVault2019-07-271-0/+2
* Implement sendmail supportDrew DeVault2019-07-271-10/+36
* Add tab completion to textinputsJeffas2019-07-262-3/+17
* Add command history and cyclingGalen Abell2019-07-261-0/+62
* Support configurable header layout in compose widgetDaniel Bridges2019-07-263-15/+20
* Add new-email triggerJeffas2019-07-261-5/+1
* Fix :close on terminal panicJeffas2019-07-251-1/+0
* Add space which was missingJeffas2019-07-251-1/+1
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