Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | templates: add version func | Reto Brunner | 2020-05-06 | 3 | -0/+19 |
| | | | | Fixes #316 | ||||
* | docs: extract template function to their own section | Reto Brunner | 2020-05-06 | 1 | -28/+39 |
| | | | | The functions were located in the data section, which was suboptimal. | ||||
* | lib/messageview: mark messages as read | Reto Brunner | 2020-05-06 | 1 | -0/+1 |
| | | | | | | | | | Currently at least the notmuch and maildir worker only set messages as read if a body part is fetched. The gpg abstraction however fetches the full message. We can simply set the readstate when we create the messageview, avoiding the issue. Once this is merged, we can cleanup both workers. | ||||
* | msg/reply: Deduplicate TO: and CC: | Reto Brunner | 2020-05-06 | 1 | -0/+12 |
| | | | | If a recipient is already in TO:, there's no need to also put them in CC: | ||||
* | Guess date from received if not present | elumbella | 2020-05-06 | 1 | -1/+41 |
| | |||||
* | Allow maildir subdirectories | Grégoire Delattre | 2020-05-05 | 1 | -11/+27 |
| | |||||
* | libui: don't require beeper for main content | Drew DeVault | 2020-05-05 | 1 | -2/+4 |
| | |||||
* | Fix array out of bounds error | burrowing-owl | 2020-05-05 | 1 | -1/+1 |
| | |||||
* | store.FetchFull: Change callback type to expose entire message | Ben Fiedler | 2020-05-01 | 5 | -11/+17 |
| | | | | | This is a prerequisite for allowing the FetchFull message to return both the message content and the message headers. | ||||
* | Implement :header command | Ray Ganardi | 2020-05-01 | 2 | -0/+78 |
| | | | | | | Usage: *header* [-f] <field> [value] Add a new email header. If the header already exists, -f must be specified to replace the given value. | ||||
* | Changing aerc.conf delimiter parsing to use only =, and not : as well | Ben Cohen | 2020-04-29 | 1 | -2/+6 |
| | |||||
* | Remove unecessary <Enter> from aerc.conf.in | Erazem Kokot | 2020-04-28 | 1 | -1/+1 |
| | | | | | | The new-email config example has "<Enter>" at the end unecessarily, since this makes the "<Enter>" text show up in a notification instead of functioning as a Return keypress. | ||||
* | add template structure to aerc-templates(7) | Reto Brunner | 2020-04-26 | 1 | -2/+19 |
| | |||||
* | aerc-config: remove bold modifier within text | Reto Brunner | 2020-04-26 | 1 | -1/+1 |
| | | | | | Partial bold ("highlighted") text looks very strange and it doesn't really add anything, might as well remove it. | ||||
* | remove mention of header addition via the editor from tutorial | Reto Brunner | 2020-04-24 | 1 | -3/+1 |
| | |||||
* | Fix headers in built-in templates | Drew DeVault | 2020-04-24 | 2 | -0/+2 |
| | |||||
* | gofmt fixes | Drew DeVault | 2020-04-24 | 14 | -20/+20 |
| | |||||
* | imap/fetch.go: report error when fetching headers fails | Ben Fiedler | 2020-04-24 | 1 | -3/+4 |
| | | | | | Correct me if I'm wrong, but shouldn't this raise an error when it fails? | ||||
* | Add recall command | Jeffas | 2020-04-24 | 7 | -5/+154 |
| | | | | | | This command allows recalling the selected postponed email to edit in the composer. The command only allows recalling from the postpone directory. | ||||
* | Add postpone command | Jeffas | 2020-04-24 | 11 | -27/+166 |
| | | | | | | | This command uses the Postpone folder from the account config to save messages to. Messages are saved as though they were sent so have a valid 'to' recipient address and should be able to be read back in for later editing. | ||||
* | Add :choose command | Ray Ganardi | 2020-04-24 | 3 | -0/+84 |
| | | | | | | | Usage: *choose* -o <key> <text> <command> [-o <key> <text> <command>]... Prompts the user to choose from various options. | ||||
* | Remove ability to specify headers in the editor | Reto Brunner | 2020-04-24 | 3 | -152/+48 |
| | | | | | | | | | | Due to headers being essentially free text, we constantly run into issues with parts of the body being interpreted as headers. Remove the ability to overwrite headers to avoid that, while keeping the ability to specify headers in the template files. Fixes #383 | ||||
* | templates/quoted_reply: fix incorrect timezone identifier | Reto Brunner | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Ensure documented defaults match given defaults | Ben Fiedler | 2020-04-23 | 1 | -3/+3 |
| | |||||
* | Use aerc.PushError where appropriate | Ben Fiedler | 2020-04-23 | 13 | -52/+20 |
| | | | | Forgot an unused import, to save you the hassle here is v2. | ||||
* | Bump ProtonMail/crypto to fix build on OpenBSD | Anirudh Oppiliappan | 2020-04-20 | 2 | -3/+3 |
| | | | | Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh> | ||||
* | fix binding for delete message | Ray Ganardi | 2020-04-20 | 1 | -1/+1 |
| | | | | | I guess confirm command was removed sometime ago, but the config template was not updated. | ||||
* | fix: Close unused MessageView when swapping view | Ray Ganardi | 2020-04-20 | 2 | -1/+7 |
| | | | | | | | Closes https://todo.sr.ht/~sircmpwn/aerc2/379 The old `MessageView` was not closed when replacing the tab content, which causes a memory leak. | ||||
* | Make the http handler of the unsubscribe command async | Nicolai Dagestad | 2020-04-16 | 1 | -1/+2 |
| | |||||
* | Readme: add config location of MacOS | Reto Brunner | 2020-04-12 | 1 | -1/+2 |
| | |||||
* | msg/archive: complete the possible options | Reto Brunner | 2020-04-11 | 2 | -1/+17 |
| | |||||
* | README: include demo and update required go version | Reto Brunner | 2020-04-07 | 1 | -1/+3 |
| | |||||
* | go mod tidy, updated go.sum | Reto Brunner | 2020-04-06 | 1 | -0/+13 |
| | |||||
* | Try to open attachments with correct extension | Galen Abell | 2020-04-06 | 1 | -1/+13 |
| | | | | | | The temporary file created when opening an attachment is currently saved without an extension, which prevents matching on file ending with xdg-open. | ||||
* | fix function keys in terminal widget | Jonathan Halmen | 2020-03-26 | 1 | -1/+1 |
| | | | | off-by-one error | ||||
* | Requires Go 1.13 | Simon Ser | 2020-03-20 | 1 | -1/+1 |
| | | | | We use errors.Is, which has been introduced in Go 1.13. | ||||
* | msgviewer: do not interpret header as format string | Drew DeVault | 2020-03-19 | 1 | -2/+2 |
| | |||||
* | Add quotes to the default pinned-tab-marker | Zoltan Kalmar | 2020-03-13 | 1 | -1/+1 |
| | | | | | | | | | | It's a fix for: https://todo.sr.ht/~sircmpwn/aerc2/361 Using an unquoted backtick char is leading to a config error: ``` Failed to load config: missing closing key quote from '` ' to '' ``` | ||||
* | Add pinned tabs | Jeffas | 2020-03-09 | 6 | -6/+119 |
| | | | | | | This adds the commands pin-tab and unpin-tab. Once pinned a tab lives on the left of the tabstrip and has a configurable marker, defaulting to ` before its name. | ||||
* | Correct the khard example so that it works with aerc | Peter Lamby | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Mark sent messages as "seen" in maildir | Galen Abell | 2020-03-09 | 1 | -1/+0 |
| | | | | | | | - Add maildir flags to complement a messages imap flags - Set the "seen" flag on sent messages when using the maildir backend - Cleanup AppendMessage interface to use models.Flag for both IMAP and maildir | ||||
* | Count recent messages in maildir exists total too | Jeffas | 2020-03-09 | 1 | -1/+1 |
| | |||||
* | Ignore missing message part in getDecodedPart | Amir Yalon | 2020-03-09 | 1 | -1/+1 |
| | | | | The code that calls this function handles nil without issues. | ||||
* | Refactoring: remove store from PartInfo | Drew DeVault | 2020-03-09 | 5 | -5/+6 |
| | |||||
* | go.sum: re-add notmuch | Reto Brunner | 2020-03-05 | 1 | -0/+1 |
| | |||||
* | Reduce size of the password prompt UI | Drew DeVault | 2020-03-03 | 1 | -2/+2 |
| | |||||
* | Yet another revision to PGP UI | Drew DeVault | 2020-03-03 | 1 | -4/+4 |
| | | | | I think this will be the one. | ||||
* | Simplify PGP messaging | Drew DeVault | 2020-03-03 | 1 | -20/+11 |
| | |||||
* | compose: add space between headers and editor | Drew DeVault | 2020-03-03 | 1 | -3/+5 |
| | | | | Until the PGP changes, this was merged into the header widget. | ||||
* | Initial support for PGP decryption & signatures | Drew DeVault | 2020-03-03 | 17 | -82/+523 |
| |