about summary refs log tree commit diff stats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add change tab commandJeffas2019-07-231-0/+48
* Implement :filter, :clearKevin Kuehler2019-07-193-9/+61
* Add :attach command for composeGalen Abell2019-07-191-0/+56
* Add :cp alias for :copyDrew DeVault2019-07-171-1/+1
* Add an option to toggle between read and unreadNicolai Dagestad2019-07-171-3/+29
* Update status message to include destinationJeffas2019-07-171-1/+1
* commands: Don't crash when store is nilKevin Kuehler2019-07-158-4/+28
* 71: Allow user to change config options at runtimePedro L. Ramos2019-07-151-0/+69
* Fix crashes when operating on empty folder (#216)Daniel Bridges2019-07-108-10/+32
* Fix :pipe -b actually writing to stdinDrew DeVault2019-07-081-1/+9
* Fix re-opening of expired pipe tabsDrew DeVault2019-07-082-3/+11
* :exec, :pipe: show exit status on completionDrew DeVault2019-07-082-2/+4
* Add :exec and :pipe -b(ackground)Drew DeVault2019-07-082-17/+89
* Factor IMAP-specific structs out of UI modelsBen Burwell2019-07-081-15/+13
* Make :pipe command more genericDrew DeVault2019-07-055-99/+107
* Remove unused caps stringDrew DeVault2019-07-041-2/+0
* Add IMAP folder tab completionGregory Mullen2019-07-043-2/+27
* Crash on delete in empty folder (#213)Zach Sisco2019-07-041-0/+3
* Add unsubscribe commandBen Burwell2019-07-042-0/+144
* Use "open" instead of "xdg-open" on Darwin systemsBen Burwell2019-07-041-3/+2
* Implement basic tab completion supportGregory Mullen2019-06-2942-126/+524
* Implement :search, :next-result, :prev-resultDrew DeVault2019-06-262-0/+95
* msgview/save: Use defaultSavePath if no path is providedReto Brunner2019-06-251-6/+16
* Fix Cc & Bcc handling in repliesDrew DeVault2019-06-211-0/+3
* Insert nil check before handling prev/next messageMartin Hafskjold Thoresen2019-06-181-2/+8
* commands/msgview: add open commandRéouven Assouly2019-06-171-0/+61
* Make part encoding checks case insensitiveRéouven Assouly2019-06-162-6/+7
* Support directories in path to :saveClayton Craft2019-06-141-4/+53
* commands/msgview: Add next/prev commandsKevin Kuehler2019-06-112-2/+40
* Move select functionality from msglist to msgstoreKevin Kuehler2019-06-113-3/+6
* commands/msg/archive: Work with msgviwerKevin Kuehler2019-06-111-3/+4
* Implement :mkdir commandDrew DeVault2019-06-091-0/+39
* 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
* Update reply to use getopt posix optind formatClayton Craft2019-06-091-2/+2
* Add :read and :unread commandsDrew DeVault2019-06-091-0/+38
* commands/msg/copy: remove unnecessary codeDrew DeVault2019-06-091-4/+0
* Add archive commandRobert Günzler2019-06-093-6/+102
* Mark sent emails as readYash Srivastav2019-06-081-1/+2
f='#n536'>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