aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/compose.go
Commit message (Expand)AuthorAgeFilesLines
* widgets: rename package to appRobin Jarry2023-10-101-1975/+0
* compose: respect header ordering from text editorRobin Jarry2023-09-191-4/+3
* compose: avoid panic when deleting the last headerRobin Jarry2023-09-191-24/+49
* compose: add option for LF-only editorsMoritz Poldrack2023-09-181-9/+31
* compose: delete empty headersRobin Jarry2023-09-051-2/+4
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-301-0/+19
* compose: use email domain name in Message-IdAdnan Maolood2023-08-281-1/+23
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-5/+2
* review: don't replace space escapesKeenan Gugeler2023-08-251-1/+0
* review: sort unknown review commandsKeenan Gugeler2023-08-251-0/+7
* templates: attach directly from templatesKoni Marti2023-08-031-1/+1
* composer: reopen the email file when editor is closedRobin Jarry2023-08-021-0/+14
* compose: fix panic when adding empty header with uppercase lettersRobin Jarry2023-07-311-1/+1
* compose: allow removing headersRobin Jarry2023-07-311-0/+13
* compose: only add signature if missingRobin Jarry2023-07-171-1/+21
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-12/+16
* compose: implement embedded headers in editorKoni Marti2023-07-171-51/+235
* compose: always use cr-lf line endingsRobin Jarry2023-07-171-16/+32
* compose: improve error handlingRobin Jarry2023-07-171-23/+27
* compose: factorize body read in a methodRobin Jarry2023-07-171-33/+25
* compose: only allow setting content at creationRobin Jarry2023-07-171-12/+28
* compose: quit composing when editor returns errorMoritz Poldrack2023-06-011-0/+6
* templates: use template interface consistentlyKoni Marti2023-05-161-5/+6
* compose: warn before sending with empty subjectJason Cox2023-05-161-5/+17
* compose: do not strip leading space from signatureRobin Jarry2023-04-271-2/+1
* directory: add role to template fieldsTim Culverhouse2023-04-221-2/+2
* term: ignore redraw events when not visibleRobin Jarry2023-04-151-0/+8
* pgp: automatically determine signer from senderwitcher2023-03-021-12/+31
* pgp: fix segfault for opportunistic encryptionwitcher2023-03-021-3/+6
* compose: only add delimiter when a signature is definedRobin Jarry2023-02-241-0/+4
* templates: unify data interfaceRobin Jarry2023-02-201-41/+19
* compose: ensure signature uses standard delimiterMoritz Poldrack2023-02-121-0/+17
* tabs: use template for compose tabsTim Culverhouse2023-02-121-0/+54
* compose: allow sending format=flowed messagesRobin Jarry2023-01-261-8/+13
* switch-account: also switch account configurationBence Ferdinandy2023-01-261-1/+1
* pgp: add configurable error level for opportunistic encryptionTim Culverhouse2023-01-061-1/+15
* doc: fix English typosRobin Jarry2023-01-061-1/+1
* templates: add more fields and functionsRobin Jarry2023-01-041-1/+14
* templates: change fields as lazy functionsRobin Jarry2023-01-041-3/+3
* config: parse account from and aliases onceRobin Jarry2023-01-041-31/+4
* send: add option to send&archiveBence Ferdinandy2023-01-041-1/+7
* config: make various sections accessible via global varsRobin Jarry2022-12-141-22/+20
* config: rework contextual sections implementationRobin Jarry2022-12-141-4/+1
* compose: allow writing multipart/alternative messagesRobin Jarry2022-12-071-1/+65
* compose: show relevant bindings on review screenBence Ferdinandy2022-12-021-20/+48
* logging: rename package to logRobin Jarry2022-12-021-15/+15
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* composer: add message previewKoni Marti2022-11-091-6/+8
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-15/+32
* compose: warn user when editor is not in PATHTim Culverhouse2022-11-061-5/+8