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
*
Add basic searching to the maildir backend
Jeffas
2019-09-16
2
-1
/
+260
*
notmuch: implement ModifyLabels
Reto Brunner
2019-09-16
1
-26
/
+61
*
notmuch: sync maildir flags
Reto Brunner
2019-09-16
3
-2
/
+7
*
notmuch: extract all notmuch db operations.
Reto Brunner
2019-09-16
3
-175
/
+250
*
Add completion for copy
Jeffas
2019-09-12
1
-1
/
+2
*
widgets: remove duplicate import
Wagner Riffel
2019-09-12
1
-18
/
+17
*
Add signatures
Jeffas
2019-09-12
8
-9
/
+84
*
Add modify-labels command
Reto Brunner
2019-09-12
5
-3
/
+96
*
Add display of unread messages in dirlist
Jeffas
2019-09-11
5
-4
/
+131
*
Fix segfault on delete
Devon Johnson
2019-09-11
1
-1
/
+5
*
Add new search behaviour for imap
Jeffas
2019-09-11
2
-6
/
+27
*
Check the subject line for lowercase re
Jeffas
2019-09-11
1
-1
/
+1
*
Ensure mimetype parts are converted to lower case
Jeffas
2019-09-11
1
-2
/
+3
*
Add Mouseable
Jeffas
2019-09-11
14
-47
/
+376
*
Add initial command to end of completions
Jeffas
2019-09-11
1
-0
/
+1
*
widgets: gofmt
Wagner Riffel
2019-09-04
1
-2
/
+2
*
widgets: rewrite references to os.SET_SEEK to io.SeekStart
Wagner Riffel
2019-09-04
1
-4
/
+4
*
widgets: remove redundant key check, delete is no-op if key is empty
Wagner Riffel
2019-09-04
1
-6
/
+2
*
commands: move ParseNextPrevMessage error value to its last return value
Wagner Riffel
2019-09-04
2
-6
/
+6
*
all: rewrite references to strings.Index to strings.Contains
Wagner Riffel
2019-09-04
2
-2
/
+2
*
all: use fmt.Errorf for fomartting errors
Wagner Riffel
2019-09-04
10
-15
/
+10
*
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
[next]