index
:
aerc
master
mbox
threading
threading-v2
Mirror of https://git.sr.ht/~sircmpwn/aerc
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
commands
/
account
Age
Commit message (
Expand
)
Author
2019-12-04
Fix crash when no message is selected
Wiktor Kwapisiewicz
2019-11-17
commands/account: Disable :view for deleted msgs
Kevin Kuehler
2019-11-10
Add Templates with Parsing
Srivathsan Murali
2019-09-20
Make commands join args with spaces
Jeffas
2019-09-20
Add sorting functionality
Jeffas
2019-09-12
Add signatures
Jeffas
2019-09-04
commands: move ParseNextPrevMessage error value to its last return value
Wagner Riffel
2019-09-04
all: rewrite references to strings.Index to strings.Contains
Wagner Riffel
2019-09-04
all: use fmt.Errorf for fomartting errors
Wagner Riffel
2019-09-04
all: purge redundant underscores
Wagner Riffel
2019-08-29
extract search criteria parsing into the backends
Reto Brunner
2019-08-13
Add optional body argument to compose command
Daniel Bridges
2019-08-12
Joining the args in cf for folders with spaces
Ben Cohen
2019-08-12
Ignore scroll command when msgstore is nil
Jelle Besseling
2019-08-12
Let user edit arbitrary headers in composer
Daniel Bridges
2019-08-07
Implement next-message in msgview using account
Jelle Besseling
2019-08-07
Implement next-folder using NextPrev with amount
Jelle Besseling
2019-08-02
ChangeFolder: do not depend on the msgstore
Reto Brunner
2019-07-26
Support configurable header layout in compose widget
Daniel Bridges
2019-07-19
Implement :filter, :clear
Kevin Kuehler
2019-07-15
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-05
Make :pipe command more generic
Drew DeVault
2019-07-04
Add IMAP folder tab completion
Gregory Mullen
2019-06-29
Implement basic tab completion support
Gregory Mullen
2019-06-26
Implement :search, :next-result, :prev-result
Drew DeVault
2019-06-18
Insert nil check before handling prev/next message
Martin Hafskjold Thoresen
2019-06-11
commands/msgview: Add next/prev commands
Kevin Kuehler
2019-06-09
Implement :mkdir command
Drew DeVault
2019-06-02
widget: Add ProvidesMessage interface
Kevin Kuehler
2019-06-02
Fix infinite recursion in reply.go:findPlaintext
Drew DeVault
2019-06-01
Fetch plaintext part when replying
Drew DeVault
2019-05-27
Add :save and :pipe commands to viewer
Galen Abell
2019-05-25
Implement :forward
Drew DeVault
2019-05-25
Fix special characters in address.PersonalName
Drew DeVault
2019-05-20
Flesh out multipart switcher
Drew DeVault
2019-05-20
pipe.go: let tab widget handle ellipsis
Drew DeVault
2019-05-19
Missed a spot
Drew DeVault
2019-05-19
Rename :delete-message et al to :delete et al
Drew DeVault
2019-05-19
Advance cursor after :delete and :move
Drew DeVault
2019-05-18
Fix scdoc & gofmt issues
Drew DeVault
2019-05-17
s/aerc2/aerc/g
Drew DeVault
2019-05-16
Improve reply-all recipient enumeration strategy
Drew DeVault
2019-05-16
Decode email when reading it for quoting
Drew DeVault
2019-05-16
Don't prefix Re: if prefix already present
Drew DeVault
2019-05-16
Implement :reply -q and :reply -a
Drew DeVault
2019-05-16
Implement (basic form) of :reply
Drew DeVault
2019-05-15
Copy sent emails to the Sent folder
Drew DeVault
2019-05-14
Implement move, mv commands
Drew DeVault
2019-05-14
Implement :copy (aka :cp)
Drew DeVault
2019-05-14
Update tab name as subject changes
Drew DeVault
[next]