aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* ui: update vaxis and only use disambiguate csi-u flagTim Culverhouse2024-02-261-0/+1
* ui: enable CSIu key encodingTim Culverhouse2024-02-221-2/+8
* revert: "ui: enable kitty keyboard protocol"Robin Jarry2024-02-191-1/+2
* ui: enable kitty keyboard protocolTim Culverhouse2024-02-191-2/+1
* ipc: accept verbatim commandsJason Cox2024-02-191-2/+5
* format: remove unused codeTim Culverhouse2024-02-191-27/+0
* store: fix split view blinkingNicolas Dichtel2024-02-151-10/+14
* hooks: add Message-ID to variables for mail-receivedMoritz Poldrack2024-02-141-0/+1
* log: move package to libRobin Jarry2024-02-1431-29/+241
* lib: add function to obtain Message-ID hostnameKarel Balej2024-02-121-0/+20
* send: move code to lib for reuseKarel Balej2024-02-126-0/+375
* vaxis: update to v0.7.2 and update ansi parserTim Culverhouse2024-02-126-726/+171
* aerc: set title using vaxisTim Culverhouse2024-02-121-0/+1
* mouse: use vaxis mouse eventsTim Culverhouse2024-02-124-17/+13
* terminal: replace tcell-term with vaxis terminalTim Culverhouse2024-02-122-14/+1
* style: use vaxis style everywhereTim Culverhouse2024-02-125-117/+125
* aerc: replace tcell keys with vaxis keysTim Culverhouse2024-02-122-23/+25
* fill: replace tcell.Style with vaxis.StyleTim Culverhouse2024-02-122-7/+5
* ui: initialize vaxis directly, drop tcell.Screen initializationTim Culverhouse2024-02-123-29/+20
* ui: remove screen and viewportsTim Culverhouse2024-02-123-69/+73
* aerc: change event interfaces to vaxis eventsTim Culverhouse2024-02-128-16/+18
* msgviewer: implement inline image viewingTim Culverhouse2024-02-121-0/+1
* ui: create and expose vaxis Window with ContextTim Culverhouse2024-02-121-2/+11
* ui: so long tcellTim Culverhouse2024-02-121-1/+11
* parse/ansi: remove tcell/terminfo dependencyTim Culverhouse2024-02-122-69/+69
* view: only set seen flag if not presentRobin Jarry2024-02-111-1/+2
* calendar: make invitation matching case-insensitiveMoritz Poldrack2024-02-111-1/+2
* main: improve version stringRobin Jarry2024-02-013-0/+29
* commands: rename patch delete to patch unlinkKoni Marti2024-01-311-2/+2
* commands: rename patch remove to patch dropKoni Marti2024-01-315-21/+21
* ipc: wait for app to be ready before accepting commandsRobin Jarry2024-01-311-2/+6
* flags: add support for draft flagJason Cox2024-01-261-0/+10
* tabs: optimize switching by offsetsdelitako2024-01-261-0/+12
* msgstore: create destination folder on store.AppendJohannes Thyssen Tishman2024-01-251-0/+7
* hook: add mail-sent hookMoritz Poldrack2024-01-251-0/+31
* commands: add menuRobin Jarry2024-01-201-0/+1
* templates: add basic string functionsMoritz Poldrack2024-01-191-5/+20
* rfc822: modify unit tests for message date parsingVitaly Ovchinnikov2024-01-171-6/+21
* templates: move signature from compose to templatesBence Ferdinandy2024-01-081-0/+66
* templates: add full path of file(s) as Filename(s)Bence Ferdinandy2023-12-311-0/+17
* rfc822: improve dates parsingVitaly Ovchinnikov2023-12-302-10/+91
* lib: introduce FindMIMEPart, adapt Find{Plain,Calendar}textSebastien Binet2023-12-301-15/+10
* patch/find: add find sub-cmdKoni Marti2023-12-301-0/+19
* patch: implement worktree supportKoni Marti2023-12-308-13/+186
* patch/switch: add switch sub-cmdKoni Marti2023-12-301-0/+29
* patch/delete: add delete sub-cmdKoni Marti2023-12-301-0/+45
* patch/rebase: add rebase sub-cmdKoni Marti2023-12-301-0/+81
* patch/remove: add remove sub-cmdKoni Marti2023-12-303-0/+345
* patch/list: add list sub-cmdKoni Marti2023-12-301-0/+59
* patch/apply: add apply sub-cmdKoni Marti2023-12-301-0/+137