Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 7 | -25/+8 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | Make the http handler of the unsubscribe command async | Nicolai Dagestad | 2020-04-16 | 1 | -1/+2 |
| | |||||
* | msg/archive: complete the possible options | Reto Brunner | 2020-04-11 | 1 | -1/+2 |
| | |||||
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 1 | -1/+2 |
| | |||||
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 1 | -2/+5 |
| | |||||
* | msg/delete: remove redundant err check | Reto Brunner | 2020-02-29 | 1 | -3/+0 |
| | |||||
* | 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 |
| | | | | | | | Compare self address in lowercase, to avoid self-replying when people put in uppercase versions of the mail. Reported-By: helby on Freenode | ||||
* | add .OriginalMIMEType variable to reply template | Leszek Cimała | 2020-01-09 | 1 | -0/+11 |
| | |||||
* | create OriginalMail struct | Leszek Cimała | 2020-01-09 | 3 | -8/+13 |
| | |||||
* | FetchBodyParts: decode source in the workers | Reto Brunner | 2020-01-05 | 3 | -87/+6 |
| | | | | | | | Previously the workers returned a mixture of decoded / encoded parts. This lead to a whole bunch of issues. This commit changes the msgviewer and the commands to assume parts to already be decoded | ||||
* | read: adapt to ProvidesMessages | Reto Brunner | 2019-12-22 | 1 | -17/+86 |
| | |||||
* | modify-labels: add completion | Reto Brunner | 2019-12-21 | 1 | -1/+2 |
| | |||||
* | modify-labels: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -10/+7 |
| | |||||
* | move: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -11/+11 |
| | |||||
* | delete: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -21/+59 |
| | |||||
* | copy: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -7/+6 |
| | |||||
* | archive: adapt to ProvidesMessages | Reto Brunner | 2019-12-21 | 1 | -22/+57 |
| | |||||
* | add mark command | Reto Brunner | 2019-12-21 | 1 | -0/+98 |
| | |||||
* | add command helpers | Reto Brunner | 2019-12-21 | 1 | -0/+55 |
| | |||||
* | use correct headers for message part | Leszek Cimała | 2019-12-07 | 1 | -4/+32 |
| | | | | | | | | | | | | | | | | | | | | | Hello guys, on the hunt for bugs related to wrong encoding. This patch is fixing reply to non-utf8 messages. We were using global message headers instead of part specific. In practice header were often something like: multipart; boundry=... where there should be: text/plain; charset=... Fixed also missing SubType. Have great weekend! Leszek | ||||
* | Add Templates with Parsing | Srivathsan Murali | 2019-11-10 | 3 | -117/+117 |
| | | | | | | | | | | | | | | | + Changes NewComposer to return error. + Add lib to handle templates using "text/template". + Add -T option to following commands - compose. - reply - forward + Quoted replies using templates. + Forwards as body using templates + Default templates are installed similar to filters. + Templates Config in aerc.conf. - Required templates are parsed while loading config. + Add aerc-templates.7 manual for using template data. | ||||
* | Config for deleting message from message viewer | Srivathsan Murali | 2019-09-20 | 1 | -1/+1 |
| | | | | | As suggested in #268, this adds a behaviour setting for deleting message from message viewer. | ||||
* | Make commands join args with spaces | Jeffas | 2019-09-20 | 2 | -18/+22 |
| | | | | | | | | | | | | | | | This patch ensures the following commands join their arguments with spaces to make it easier to interact with: - cf - mkdir - cd - attach - detach - ct - copy - move - save | ||||
* | Add completion for copy | Jeffas | 2019-09-12 | 1 | -1/+2 |
| | |||||
* | Add signatures | Jeffas | 2019-09-12 | 3 | -5/+6 |
| | | | | | | | | | | | | | This adds the ability for per-account signatures in the accounts.conf config file. The signature is added to emails in the editor at the bottom of the email. This includes when forwarding, replying to, and composing emails. There are two config options: signature-file and signature-cmd. The former allows a signature to be read from a file and the latter allows an arbitrary command to be executed to return the signature. The config options have been documented in aerc-config | ||||
* | Add modify-labels command | Reto Brunner | 2019-09-12 | 1 | -0/+69 |
| | | | | | This adds the event type as well as the command implementation, but no backend supports it yet. | ||||
* | Check the subject line for lowercase re | Jeffas | 2019-09-11 | 1 | -1/+1 |
| | | | | | This ensures that a message with e.g. "RE: " at the start won't get another "Re: ". | ||||
* | Ensure mimetype parts are converted to lower case | Jeffas | 2019-09-11 | 1 | -2/+3 |
| | | | | | This ensures that the check for a text message to use in the reply is performed (more) correctly and so uses the plaintext more often. | ||||
* | all: purge redundant underscores | Wagner Riffel | 2019-09-04 | 8 | -24/+24 |
| | | | | Signed-off-by: Wagner Riffel <wgrriffel@gmail.com> | ||||
* | Add forwarding as attachment feature | Jelle Besseling | 2019-08-20 | 1 | -4/+61 |
| | | | | | This allows a single message to be forward as attachment with the :forward -a command | ||||
* | Add addresses argument to forward command | Jelle Besseling | 2019-08-20 | 1 | -1/+9 |
| | |||||
* | Move forward command to it's own file | Jelle Besseling | 2019-08-20 | 2 | -70/+130 |
| | | | | The two commands did not have much code in common | ||||
* | Fix `unread` command | Art Wild | 2019-08-08 | 1 | -0/+2 |
| | | | | | | | This fixes ~sircmpwn/aerc2#195. While `read -t` works fine. The `unread` command is not wired. This patch fixes it. https://todo.sr.ht/~sircmpwn/aerc2/195 | ||||
* | select next message when deleting from message viewer | Aditya Srivastava | 2019-08-02 | 1 | -3/+10 |
| | |||||
* | Support configurable header layout in compose widget | Daniel Bridges | 2019-07-26 | 2 | -13/+18 |
| | |||||
* | Add space which was missing | Jeffas | 2019-07-25 | 1 | -1/+1 |
| | |||||
* | Add :cp alias for :copy | Drew DeVault | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | Add an option to toggle between read and unread | Nicolai Dagestad | 2019-07-17 | 1 | -3/+29 |
| | |||||
* | Update status message to include destination | Jeffas | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | commands: Don't crash when store is nil | Kevin Kuehler | 2019-07-15 | 7 | -4/+25 |
| | | | | | | | On a slow network connection, running these commands without this guard will cause aerc to panic. Signed-off-by: Kevin Kuehler <keur@ocf.berkeley.edu> | ||||
* | Fix crashes when operating on empty folder (#216) | Daniel Bridges | 2019-07-10 | 8 | -10/+32 |
| | |||||
* | Fix :pipe -b actually writing to stdin | Drew DeVault | 2019-07-08 | 1 | -1/+9 |
| | |||||
* | Fix re-opening of expired pipe tabs | Drew DeVault | 2019-07-08 | 1 | -2/+6 |
| | |||||
* | :exec, :pipe: show exit status on completion | Drew DeVault | 2019-07-08 | 1 | -1/+2 |
| | |||||
* | Add :exec and :pipe -b(ackground) | Drew DeVault | 2019-07-08 | 1 | -17/+44 |
| | |||||
* | Factor IMAP-specific structs out of UI models | Ben Burwell | 2019-07-08 | 1 | -15/+13 |
| | | | | | | | Before, we were using several IMAP-specific concepts to represent information being displayed in the UI. Factor these structures out of the IMAP package to make it easier for other backends to provide the required information. | ||||
* | Make :pipe command more generic | Drew DeVault | 2019-07-05 | 1 | -0/+105 |
| | |||||
* | Add IMAP folder tab completion | Gregory Mullen | 2019-07-04 | 1 | -1/+2 |
| | | | | | Credit for this fix goes to Reto; I guess if we're not gonna be mutt we should probabaly do things correctly. | ||||
* | Crash on delete in empty folder (#213) | Zach Sisco | 2019-07-04 | 1 | -0/+3 |
| |