aboutsummaryrefslogtreecommitdiffstats
path: root/commands
Commit message (Expand)AuthorAgeFilesLines
* commands: add expand-folder and collapse-folderKoni Marti2022-02-231-0/+42
* search/filter: display in extra statusRobin Jarry2022-02-232-7/+6
* search/filter: remove from status bar after 20 secondsRobin Jarry2022-02-191-4/+5
* filter/search: display current search/filter argumentsinwit2022-02-191-2/+3
* unsubscribe: parse internationalized headersKoni Marti2022-02-191-1/+5
* postpone: re-open review mode on errorKoni Marti2022-02-061-4/+9
* completions: add folder flexible search as an optioninwit2022-01-311-1/+14
* compose: add option to never include your own address when replyingjohn1doe@ya.ru2022-01-311-0/+13
* recover: recover emails from tempdir after a crashKoni Marti2022-01-291-0/+110
* reply: use new-message template for non-quoted repliesRobin Jarry2022-01-271-0/+3
* msgstore: fetch missing headers in visual modeKoni Marti2022-01-221-0/+3
* compose: add default template for new messagesRobin Jarry2022-01-191-0/+3
* docs: mention missing -T options for compose and forwardRobin Jarry2022-01-191-1/+1
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+44
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+44
* recall: allow recalling messages from any folderinwit2021-12-131-5/+21
* imap: add manual {dis,}connect supportRobin Jarry2021-11-051-0/+37
* go.mod: change base git urlRobin Jarry2021-11-0562-114/+114
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-072-11/+22
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* Fix linter warningsReto Brunner2021-02-263-8/+7
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-3016-22/+22
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-302-10/+17
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* update tcell to v2 and enable TrueColor supporty0ast2020-12-181-1/+1
* Refactor send commandReto Brunner2020-11-211-201/+304
* reply: add References headerReto Brunner2020-11-141-1/+28
* allow the loading of existing headersReto Brunner2020-11-141-2/+4
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-142-6/+8
* compose: use a proper header instead of a string mapReto Brunner2020-11-147-42/+67
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-142-12/+10
* remove models.Address in favor of go-message AddressReto Brunner2020-11-141-7/+8
* propagate error from sendmaily0ast2020-09-221-2/+9
* reply: don't override the answered flag if we didn't sendReto Brunner2020-09-211-1/+3
* handle message unknown charset errorJeff Martin2020-08-311-0/+4
* reply: use set instead of linear searchReto Brunner2020-08-271-45/+70
* msg/reply: don't cc the sending address on reply allReto Brunner2020-08-201-2/+2
* Add account alias configuration and correctly set From fieldy0ast2020-08-201-1/+24
* msg/reply: handle addresses as addressesReto Brunner2020-08-201-24/+20
* base models.Address on the mail.Address typeReto Brunner2020-08-201-1/+2
* Add support for :rmdirARaspiK2020-08-191-0/+96
* Add `oauthbearer` support for SMTPR Chowdhury2020-08-131-0/+31
* Implement style configuration.Kalyan Sriram2020-08-064-23/+16
* Set environment variables for the exec commandNicolai Dagestad2020-08-031-0/+16
* Revert "Implement style configuration."Reto Brunner2020-07-304-16/+23
* Implement style configuration.Kalyan Sriram2020-07-304-23/+16
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-274-46/+12
* run go fmtReto Brunner2020-07-172-3/+3