index
:
aerc
this commit
master
mirror of ~rjarry's aerc fork - a pretty good email client
akspecs <akspecs@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
45
-132
/
+132
*
aerc.go: simplify completions
Drew DeVault
2019-09-04
1
-9
/
+3
*
aerc.go: remove unused variable
Drew DeVault
2019-09-04
1
-1
/
+0
*
Use sort.Stable for sorting displayed messages
a3v
2019-09-02
1
-1
/
+1
*
Allow custom spinner via config file
Paul Spooren
2019-08-30
5
-21
/
+32
*
notmuch: add search / filter capabilities
Reto Brunner
2019-08-29
2
-9
/
+39
*
extract search criteria parsing into the backends
Reto Brunner
2019-08-29
8
-48
/
+70
*
Fix out-of-order messages by sorting as we display
Stephen Brennan
2019-08-29
2
-1
/
+32
*
Notmuch: use adhoc write connection.
Reto Brunner
2019-08-26
2
-30
/
+147
*
imap worker: do not copy mailbox status mutex
Wagner Riffel
2019-08-26
1
-2
/
+3
*
Add :prompt command
Christopher Vittal
2019-08-26
4
-6
/
+108
*
Strip carriage returns (^M) when filtering emails
Daniel Xu
2019-08-20
2
-0
/
+9
*
Only compile regex portion of folder filter
Daniel Xu
2019-08-20
1
-1
/
+1
*
folder filter: only assume regex if filter is ~fmt
Drew DeVault
2019-08-20
2
-5
/
+10
*
Add forwarding as attachment feature
Jelle Besseling
2019-08-20
3
-5
/
+73
*
Add addresses argument to forward command
Jelle Besseling
2019-08-20
3
-2
/
+17
*
Move forward command to it's own file
Jelle Besseling
2019-08-20
2
-70
/
+130
*
upgrade go-message
Reto Brunner
2019-08-20
2
-5
/
+3
*
Add support for <C-j> as '<Enter>' in ExLine
Christopher Vittal
2019-08-19
1
-1
/
+1
*
Support regex filters for folders
Daniel Xu
2019-08-19
2
-2
/
+13
*
bump go-message, fixes address list parsing failure
Reto Brunner
2019-08-16
2
-11
/
+9
*
Revert "add close command at global level"
Drew DeVault
2019-08-13
6
-72
/
+100
*
add close command at global level
Aditya Srivastava
2019-08-13
6
-100
/
+72
*
Add optional body argument to compose command
Daniel Bridges
2019-08-13
2
-4
/
+15
*
Prevent drawing terminal with nil cmd
Drew DeVault
2019-08-12
1
-1
/
+1
*
Add delete forward <C-k> and backward <C-u>
Christopher Vittal
2019-08-12
1
-0
/
+29
*
Joining the args in cf for folders with spaces
Ben Cohen
2019-08-12
1
-1
/
+5
*
Pass os stdin to credential command
Jonas Mueller
2019-08-12
1
-0
/
+1
*
Ignore scroll command when msgstore is nil
Jelle Besseling
2019-08-12
2
-2
/
+5
*
Let user edit arbitrary headers in composer
Daniel Bridges
2019-08-12
2
-5
/
+37
*
maildir: Preserve flags when copying messages
Ben Burwell
2019-08-08
1
-20
/
+2
*
Close backends prior to shutdown
Reto Brunner
2019-08-08
2
-0
/
+20
*
Fix `unread` command
Art Wild
2019-08-08
1
-0
/
+2
*
Add notmuch docs
Reto Brunner
2019-08-08
5
-1
/
+73
*
Add notmuch backend
Reto Brunner
2019-08-08
3
-0
/
+521
*
add github.com/zenhack/go.notmuch
Reto Brunner
2019-08-08
2
-2
/
+3
*
Extract message parsing to common worker module
Reto Brunner
2019-08-08
2
-220
/
+256
*
Don't print imap errors to ui
Jelle Besseling
2019-08-08
1
-0
/
+1
*
Implement next-message in msgview using account
Jelle Besseling
2019-08-07
2
-28
/
+37
*
Implement next-folder using NextPrev with amount
Jelle Besseling
2019-08-07
3
-12
/
+10
*
Update tcell
Drew DeVault
2019-08-07
2
-1
/
+3
*
Allow cc/bcc command to receive no arguments
Daniel Bridges
2019-08-07
3
-5
/
+21
*
cc/bcc: Append to existing headers if called twice
Kevin Kuehler
2019-08-07
2
-3
/
+8
*
Remove aerc specific code from the ui
Nicolai Dagestad
2019-08-03
2
-8
/
+10
*
Fix directory completion case sensitivity
Ben Burwell
2019-08-03
1
-11
/
+19
*
Fixing #231 (alternative preferred mimetypes)
Ben Cohen
2019-08-03
1
-10
/
+10
*
Add cc and bcc commands
Daniel Bridges
2019-08-03
3
-14
/
+87
*
select next message when deleting from message viewer
Aditya Srivastava
2019-08-02
1
-3
/
+10
*
Fix sending attachments with less than 512 bytes
Ben Burwell
2019-08-02
1
-1
/
+1
*
Include body MIME terminator in multipart messages
Ben Burwell
2019-08-02
1
-23
/
+30
[next]