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
*
Fix reply bindings in [view]
Drew DeVault
2019-06-19
1
-4
/
+4
*
Makefile: fix -ldflags -X invocation
Reto Brunner
2019-06-19
1
-3
/
+3
*
account-wizard: automatically replace imap.* with smtp.*
Noah Loomans
2019-06-18
1
-1
/
+6
*
Insert nil check before handling prev/next message
Martin Hafskjold Thoresen
2019-06-18
1
-2
/
+8
*
Add aerc -v to print the installed version
Drew DeVault
2019-06-18
3
-1
/
+28
*
commands/msgview: add open command
Réouven Assouly
2019-06-17
2
-0
/
+65
*
Make part encoding checks case insensitive
Réouven Assouly
2019-06-16
2
-6
/
+7
*
Ensure that flags are set properly
Aditya Mahajan
2019-06-16
1
-2
/
+4
*
Update tcell
Drew DeVault
2019-06-15
2
-1
/
+3
*
Document collecting log output
Lyle Hanson
2019-06-14
2
-0
/
+12
*
imap: block until directory list is fully received
Drew DeVault
2019-06-14
1
-0
/
+1
*
Set empty message in dirlist if no folder exist.
Reto Brunner
2019-06-14
5
-18
/
+40
*
imap: respect the folder config option
Reto Brunner
2019-06-14
4
-13
/
+48
*
Add uninstall target to Makefile
Lyle Hanson
2019-06-14
1
-1
/
+20
*
Support directories in path to :save
Clayton Craft
2019-06-14
2
-5
/
+56
*
Make awk filters more portable
Drew DeVault
2019-06-13
3
-4
/
+2
*
Fix automatic scrolling when messages arrive/leave
Drew DeVault
2019-06-11
1
-2
/
+2
*
Add :next/:prev binds for [viewer]
Drew DeVault
2019-06-11
1
-4
/
+8
*
commands/msgview: Add next/prev commands
Kevin Kuehler
2019-06-11
2
-2
/
+40
*
lib/ui/tab: Add Replace method
Kevin Kuehler
2019-06-11
2
-0
/
+20
*
Move select functionality from msglist to msgstore
Kevin Kuehler
2019-06-11
5
-46
/
+67
*
commands/msg/archive: Work with msgviwer
Kevin Kuehler
2019-06-11
1
-3
/
+4
*
Implement :mkdir command
Drew DeVault
2019-06-09
2
-0
/
+42
*
Fix :new-account getopts
Drew DeVault
2019-06-09
1
-1
/
+1
*
Fix :copy arg handling
Drew DeVault
2019-06-09
1
-3
/
+3
*
Fix :move command's arg parsing
Drew DeVault
2019-06-09
1
-3
/
+3
*
Override $ex in compose view
Yash Srivastav
2019-06-09
1
-0
/
+1
*
Update reply to use getopt posix optind format
Clayton Craft
2019-06-09
3
-3
/
+5
*
aerc(1): add :read and :unread command to docs
Drew DeVault
2019-06-09
1
-20
/
+31
*
Add :read and :unread commands
Drew DeVault
2019-06-09
5
-0
/
+78
*
Update our message flags when server updates them
Drew DeVault
2019-06-09
3
-5
/
+35
*
commands/msg/copy: remove unnecessary code
Drew DeVault
2019-06-09
1
-4
/
+0
*
Select user's preferred mimetype in MessageViewer
Clayton Craft
2019-06-09
1
-2
/
+13
*
Add archive command
Robert Günzler
2019-06-09
12
-8
/
+168
*
Mark sent emails as read
Yash Srivastav
2019-06-08
1
-1
/
+2
*
msglist: use distinct style for unread emails
Yash Srivastav
2019-06-08
2
-5
/
+20
*
Fetch headers w/peek to leave emails unread
Yash Srivastav
2019-06-08
1
-0
/
+1
*
Fix hldiff regex for short stats
Drew DeVault
2019-06-07
2
-1
/
+3
*
Use #!/usr/bin/env -S awk -f for awk scripts
Drew DeVault
2019-06-07
2
-2
/
+2
*
Truncate long subject lines
Drew DeVault
2019-06-07
1
-1
/
+5
*
Message list: implement index-format option
Yash Srivastav
2019-06-07
8
-55
/
+294
*
plaintext filter: Match against start of line
Drew DeVault
2019-06-07
1
-1
/
+1
*
Update filter names in Makefile
Drew DeVault
2019-06-07
1
-2
/
+2
*
Update docs per filters rewrite
Drew DeVault
2019-06-07
3
-19
/
+7
*
Rewrite Python filters in awk
Drew DeVault
2019-06-07
5
-59
/
+54
*
Move ANSI stripping from filters to Go
Drew DeVault
2019-06-07
3
-8
/
+20
*
Add image/* filter, commented out by default
Drew DeVault
2019-06-07
1
-0
/
+1
*
Disable HTML filter by default
Drew DeVault
2019-06-07
1
-1
/
+1
*
Remove unnecessary branch
Drew DeVault
2019-06-07
1
-3
/
+0
*
Ignore encoding errors in filters
Drew DeVault
2019-06-07
2
-0
/
+2
[next]