index
:
aerc
this commit
master
mirror of ~rjarry's aerc fork - a pretty good email client
akspecs <akspecs@tilde.institute>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
10
-108
/
+211
*
Use []uint32 instead of imap.SeqSet
Ben Burwell
2019-07-08
6
-41
/
+41
*
Factor UI models out of the worker message package
Ben Burwell
2019-07-08
12
-86
/
+146
*
Add .build.yml
Drew DeVault
2019-07-07
1
-0
/
+24
*
Make :pipe command more generic
Drew DeVault
2019-07-05
8
-110
/
+125
*
Remove unused caps string
Drew DeVault
2019-07-04
1
-2
/
+0
*
Sort out dirstore once and for all
Drew DeVault
2019-07-04
3
-16
/
+2
*
dirlist: simplify nextPrev() considerably
Reto Brunner
2019-07-04
1
-25
/
+11
*
dirlist: remove the additional filtering in Draw()
Reto Brunner
2019-07-04
1
-7
/
+0
*
dirlist: sync dirstore in filterDirsByFoldersConfig
Reto Brunner
2019-07-04
1
-9
/
+7
*
Add IMAP folder tab completion
Gregory Mullen
2019-07-04
4
-3
/
+32
*
Use go-message implementation of GenerateMessageID
Ben Burwell
2019-07-04
2
-36
/
+1
*
Document message index format specifiers
Ben Burwell
2019-07-04
2
-2
/
+37
*
Crash on delete in empty folder (#213)
Zach Sisco
2019-07-04
1
-0
/
+3
*
Add unsubscribe command
Ben Burwell
2019-07-04
3
-0
/
+150
*
Use "open" instead of "xdg-open" on Darwin systems
Ben Burwell
2019-07-04
4
-4
/
+25
*
Update binds.conf
Drew DeVault
2019-07-04
1
-2
/
+2
*
Correct default filter order in aerc.conf.in
Drew DeVault
2019-07-02
1
-1
/
+1
*
Revert "Remove dirs field and references to it"
Drew DeVault
2019-07-02
1
-11
/
+10
*
Remove dirs field and references to it
Robert Günzler
2019-06-30
1
-10
/
+11
*
panic: runtime error: index out of range in handleFetchMessages (#127)
Zach Sisco
2019-06-29
1
-3
/
+1
*
Add new lib/dirstore to source completions from
Gregory Mullen
2019-06-29
2
-4
/
+27
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
47
-154
/
+598
*
Move contrib -> filters
Drew DeVault
2019-06-27
4
-3
/
+3
*
Reopening mailcontent file to fix #166
Stefan Rakel
2019-06-27
1
-1
/
+7
*
Set the required go version for this module, aerc
Daniel Lublin
2019-06-27
1
-0
/
+2
*
Fix jumping around in search
Drew DeVault
2019-06-26
1
-10
/
+5
*
Implement :search, :next-result, :prev-result
Drew DeVault
2019-06-26
5
-1
/
+149
*
msgview/save: Use defaultSavePath if no path is provided
Reto Brunner
2019-06-25
3
-6
/
+26
*
add DefaultSavePath config
Reto Brunner
2019-06-25
1
-0
/
+10
*
account-wizard: look up imap and smtp server by SRV records (#100)
Daniel Lublin
2019-06-25
1
-1
/
+42
*
worker/imap: rig up search directory handler
Drew DeVault
2019-06-24
1
-0
/
+2
*
worker/imap: implement search
Drew DeVault
2019-06-24
2
-0
/
+26
*
aerc-config: [viewer] should be [compose]
Issam Maghni
2019-06-23
1
-1
/
+1
*
Fix Cc & Bcc handling in replies
Drew DeVault
2019-06-21
3
-7
/
+14
*
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
[next]