Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Soves an issue with go1.15 not letting ctty be a parent. See
https://github.com/creack/pty/pull/97 for more details.
Signed-off-by: Guillaume J. Charmes <git+guillaume@charmes.net>
|
|
This reverts commit d07cf6c667a0d497c67196fca9967db71c1e02f6.
|
|
Signed-off-by: Guillaume J. Charmes <git+guillaume@charmes.net>
|
|
Fixes #316
|
|
The functions were located in the data section, which was suboptimal.
|
|
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.
|
|
If a recipient is already in TO:, there's no need to also put them in CC:
|
|
|
|
|
|
|
|
|
|
This is a prerequisite for allowing the FetchFull message to return both
the message content and the message headers.
|
|
Usage: *header* [-f] <field> [value]
Add a new email header. If the header already exists, -f must be
specified to replace the given value.
|
|
|
|
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.
|
|
|
|
Partial bold ("highlighted") text looks very strange and it doesn't
really add anything, might as well remove it.
|
|
|
|
|
|
|
|
Correct me if I'm wrong, but shouldn't this raise an error when it
fails?
|
|
This command allows recalling the selected postponed email to edit in
the composer. The command only allows recalling from the postpone
directory.
|
|
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.
|
|
Usage:
*choose* -o <key> <text> <command> [-o <key> <text> <command>]...
Prompts the user to choose from various options.
|
|
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
|
|
|
|
|
|
Forgot an unused import, to save you the hassle here is v2.
|
|
Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
|
|
I guess confirm command was removed sometime ago, but the config
template was not updated.
|
|
Closes https://todo.sr.ht/~sircmpwn/aerc2/379
The old `MessageView` was not closed when replacing the tab content, which
causes a memory leak.
|
|
|
|
|
|
|
|
|
|
|
|
The temporary file created when opening an attachment is currently saved
without an extension, which prevents matching on file ending with
xdg-open.
|
|
off-by-one error
|
|
We use errors.Is, which has been introduced in Go 1.13.
|
|
|
|
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 ''
```
|
|
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.
|
|
|
|
- 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
|
|
|