index
:
aerc
devel
Clone of https://git.sr.ht/~rjarry/aerc
Robin Jarry <robin@jarry.cc>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
commands
/
msg
/
reply.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
all: fix minor issues found by staticcheck
Moritz Poldrack
2022-03-12
1
-1
/
+1
*
reply: add automatic replacement of localized Re:
Moritz Poldrack
2022-03-03
1
-6
/
+10
*
compose: add option to never include your own address when replying
john1doe@ya.ru
2022-01-31
1
-0
/
+13
*
reply: use new-message template for non-quoted replies
Robin Jarry
2022-01-27
1
-0
/
+3
*
go.mod: change base git url
Robin Jarry
2021-11-05
1
-4
/
+4
*
add mimeType to OriginalMail struct for both forward and reply
Reto Brunner
2021-03-07
1
-11
/
+18
*
reply: add References header
Reto Brunner
2020-11-14
1
-1
/
+28
*
format: remove parse methods, use the one from go-message
Reto Brunner
2020-11-14
1
-4
/
+7
*
compose: use a proper header instead of a string map
Reto Brunner
2020-11-14
1
-10
/
+10
*
models: add RFC822 headers to OriginalMail
Reto Brunner
2020-11-14
1
-6
/
+5
*
remove models.Address in favor of go-message Address
Reto Brunner
2020-11-14
1
-7
/
+8
*
reply: don't override the answered flag if we didn't send
Reto Brunner
2020-09-21
1
-1
/
+3
*
reply: use set instead of linear search
Reto Brunner
2020-08-27
1
-45
/
+70
*
msg/reply: don't cc the sending address on reply all
Reto Brunner
2020-08-20
1
-2
/
+2
*
Add account alias configuration and correctly set From field
y0ast
2020-08-20
1
-1
/
+24
*
msg/reply: handle addresses as addresses
Reto Brunner
2020-08-20
1
-24
/
+20
*
Remove hard coded bodystruct path everywhere
Reto Brunner
2020-07-27
1
-7
/
+6
*
Fix dates in reply/forward commands.
Reto Brunner
2020-06-26
1
-1
/
+1
*
Revert "Add Style configuration"
Drew DeVault
2020-05-28
1
-2
/
+1
*
Revert "Remove duration from the status methods"
Drew DeVault
2020-05-28
1
-1
/
+2
*
Remove duration from the status methods
Reto Brunner
2020-05-27
1
-2
/
+1
*
Add Style configuration
Reto Brunner
2020-05-27
1
-1
/
+2
*
Set AnsweredFlag on successful reply
Srivathsan Murali
2020-05-25
1
-0
/
+4
*
msg/reply: scoping error of part slice for quoting
Srivathsan Murali
2020-05-22
1
-1
/
+1
*
Move findPlaintext / findFirstNonMultipart to utils
Reto Brunner
2020-05-17
1
-31
/
+0
*
msg/reply: fix encoding issues for quoted reply.
Reto Brunner
2020-05-17
1
-9
/
+29
*
FetchBodyPart doesn't need the parent body structure
Reto Brunner
2020-05-17
1
-1
/
+1
*
msg/reply: Deduplicate TO: and CC:
Reto Brunner
2020-05-06
1
-0
/
+12
*
Add postpone command
Jeffas
2020-04-24
1
-1
/
+1
*
msg/reply: simplify string comparison
Reto Brunner
2020-02-19
1
-1
/
+1
*
msg/reply: fix address comparison
Reto Brunner
2020-02-16
1
-1
/
+1
*
add .OriginalMIMEType variable to reply template
Leszek Cimała
2020-01-09
1
-0
/
+11
*
create OriginalMail struct
Leszek Cimała
2020-01-09
1
-4
/
+5
*
FetchBodyParts: decode source in the workers
Reto Brunner
2020-01-05
1
-52
/
+3
*
use correct headers for message part
Leszek Cimała
2019-12-07
1
-4
/
+32
*
Add Templates with Parsing
Srivathsan Murali
2019-11-10
1
-38
/
+35
*
Add signatures
Jeffas
2019-09-12
1
-3
/
+3
*
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
*
all: purge redundant underscores
Wagner Riffel
2019-09-04
1
-3
/
+3
*
Move forward command to it's own file
Jelle Besseling
2019-08-20
1
-70
/
+26
*
Support configurable header layout in compose widget
Daniel Bridges
2019-07-26
1
-8
/
+9
*
commands: Don't crash when store is nil
Kevin Kuehler
2019-07-15
1
-0
/
+3
*
Fix crashes when operating on empty folder (#216)
Daniel Bridges
2019-07-10
1
-1
/
+4
*
Factor IMAP-specific structs out of UI models
Ben Burwell
2019-07-08
1
-15
/
+13
*
Implement basic tab completion support
Gregory Mullen
2019-06-29
1
-3
/
+12
*
Update reply to use getopt posix optind format
Clayton Craft
2019-06-09
1
-2
/
+2
*
Message list: implement index-format option
Yash Srivastav
2019-06-07
1
-22
/
+3
*
widget: Add ProvidesMessage interface
Kevin Kuehler
2019-06-02
1
-0
/
+257