Commit Graph

  • 49bdace2f6 .seek(0) on the message before passing stdin to the markup process html-support Fabio Manganiello 2022-11-07 02:01:21 +0100
  • 5df1ebce35 Merged patch from https://lists.sr.ht/~rjarry/aerc-devel/patches/34390 Fabio Manganiello 2022-11-06 01:22:52 +0100
  • 14ceca3200 address-book-cmd: be more lenient with errors main Robin Jarry 2022-11-02 11:44:24 +0100
  • 7565a96525 address-book-cmd: ignore completion above 100 items Robin Jarry 2022-11-01 13:16:21 +0100
  • ae99f4c5bb msglist: display reversed thread ordering Koni Marti 2022-10-20 16:43:45 +0200
  • 006e10357b threads: reverse thread ordering Koni Marti 2022-10-20 16:43:44 +0200
  • 88afe7bb4a store: implement the simplified index handling Koni Marti 2022-10-20 16:43:43 +0200
  • 206665a2d9 iterator: add functionality to move indices Koni Marti 2022-10-20 16:43:42 +0200
  • c5face0b6f store: reverse message list order with iterators Koni Marti 2022-10-20 16:43:41 +0200
  • c83ffabf38 iterator: implement iterators over uid/thread data Koni Marti 2022-10-20 16:43:40 +0200
  • f20933f512 notmuch: move new maildir files to cur upon opening a folder Julian Pidancet 2022-10-26 22:29:10 +0200
  • 81440e79ad notmuch: add MsgIDFromFilename method to notmuch.DB Julian Pidancet 2022-10-26 22:29:09 +0200
  • 135439b83f notmuch: fix bad copy-paste in MsgModifyTags logging Julian Pidancet 2022-10-26 22:29:08 +0200
  • e2f864f2a9 notmuch: emit a DirectoryInfo message upon check-mail completion Julian Pidancet 2022-10-26 22:29:07 +0200
  • c31a5fc33d notmuch: simplify DirectoryInfo emitting logic Julian Pidancet 2022-10-26 22:29:06 +0200
  • fbff8cf0ac notmuch: make maildir store path configurable Julian Pidancet 2022-10-26 22:29:05 +0200
  • c7bfe4e490 notmuch: add maildir support Julian Pidancet 2022-10-26 22:29:04 +0200
  • ea10b329dd maildir: replace ListFolder method with FolderMap Julian Pidancet 2022-10-26 22:29:03 +0200
  • f021bfd1c7 maildir: move common maildir code out of worker Julian Pidancet 2022-10-26 22:29:02 +0200
  • 19d16420de notmuch: add IndexFile and DeleteMessage methods to notmuch.DB Julian Pidancet 2022-10-26 22:29:01 +0200
  • 748e60e6ca notmuch: add MsgFilenames method to notmuch.DB Julian Pidancet 2022-10-26 22:29:00 +0200
  • 19e2750255 envelope: display message envelope info Koni Marti 2022-10-20 23:55:28 +0200
  • b860a64622 listbox: implement horizontal scrolling Koni Marti 2022-10-20 23:55:27 +0200
  • 8153f59188 maildir: fix maildir folder listing Julian Pidancet 2022-10-21 21:15:07 +0200
  • a381630604 pipe: reorder patches based on email subjects Robin Jarry 2022-10-23 16:01:21 +0200
  • a820e12d0f types: remove unused FullMessage.Info field Robin Jarry 2022-10-25 19:08:58 +0200
  • 9d71da175a colorize: make it compatible with BSD awk Robin Jarry 2022-10-21 13:58:15 +0200
  • 8e37d16a32 Release version 0.13.0 Robin Jarry 2022-10-20 22:21:09 +0200
  • a1e81d2128 git-stats.sh: strip trailing white space Robin Jarry 2022-10-20 22:20:42 +0200
  • edd48c9981 split: clamp minimum split size to 1 Tim Culverhouse 2022-10-20 11:03:53 -0500
  • 0cc56781dc changelog: remove duplicate entry Robin Jarry 2022-10-20 14:53:45 +0200
  • 56b9528d3a changelog: refine before release Robin Jarry 2022-10-20 00:04:03 +0200
  • df1a0fff33 contrib: add git-stats.sh Robin Jarry 2022-10-18 23:59:34 +0200
  • 41c14b206c filters/colorize: various fixes Robin Jarry 2022-10-18 08:55:02 +0200
  • e055089d2f lib: fallback on raw msg when decoding fails Koni Marti 2022-10-19 22:23:13 +0200
  • 7585a54832 split: prevent panic when store is not set Tim Culverhouse 2022-10-19 15:22:32 -0500
  • c6463ba481 msgview: enable next/prev with unfetched headers Koni Marti 2022-10-19 21:38:28 +0200
  • bd8a4feecc split: prevent opening split when no messages are selected Tim Culverhouse 2022-10-19 14:28:50 -0500
  • ee964ad6b0 command/help: remove helpClose function Tim Culverhouse 2022-10-19 12:48:02 -0500
  • 3687b18149 terminal: bump tcell-term version Tim Culverhouse 2022-10-19 12:37:51 -0500
  • 847c1cd3c3 terminal: properly handle cursor display Tim Culverhouse 2022-10-19 12:27:03 -0500
  • c3bb3aa2a8 msgview: add separate date formatting Bence Ferdinandy 2022-10-19 13:21:41 +0200
  • 6eed15c579 dirtree: fix folder scrolling Koni Marti 2022-10-19 11:22:33 +0200
  • ebcd6fcea1 lint: check for bad white space habits Robin Jarry 2022-10-16 12:05:25 +0200
  • b22639ab20 check-mail: update man page to for check-mail(-cmd) clarity Ben Cohen 2022-10-18 12:03:10 -0400
  • f7a9454441 maildir: make checkmail update directory counts Ben Cohen 2022-10-18 12:03:09 -0400
  • bad694e466 ui: add :split and :vsplit view options Tim Culverhouse 2022-10-17 15:16:11 -0500
  • 7016c6f86a aercmsg: add AercFuncMsg and QueueFunc Tim Culverhouse 2022-10-17 15:16:10 -0500
  • 556f346f96 msgviewer: simplify filter and pager command handling Tim Culverhouse 2022-10-17 15:16:09 -0500
  • 7647dfb8b4 compose: warn before sending without attachment Jason Cox 2022-10-17 13:19:33 -0400
  • 8ffcd3e5ad switch-account: fix out-of-bounds panic Koni Marti 2022-10-17 09:38:05 +0200
  • 49038aa2eb docs: document existing command aliases inwit 2022-10-13 12:15:36 +0200
  • e46e3d4227 notmuch: add "tag" alias for modify-labels command inwit 2022-10-13 10:24:01 +0200
  • 00daa226f4 commands: split open-link in separate file Robin Jarry 2022-10-13 12:52:21 +0200
  • ebfd2a9da3 filters: export mime type and filename in env Robin Jarry 2022-10-13 00:03:42 +0200
  • 9bd2e0c84f msgpart: factorize mime type and filename construction Robin Jarry 2022-10-12 23:52:45 +0200
  • a4b80bcc8b config: reference built-in filter scripts Robin Jarry 2022-10-12 01:02:00 +0200
  • c95961fc74 filters: append well known dirs to exec PATH Robin Jarry 2022-10-12 00:55:49 +0200
  • 9cf69747eb compose: don't lock call to composer.grid.MouseEvent Tim Culverhouse 2022-10-11 18:37:38 -0500
  • 87d856c10c mailto: allow attaching of files Moritz Poldrack 2022-10-09 00:52:43 +0200
  • ba24e92062 invalidatable: cleanup dead code Tim Culverhouse 2022-10-07 11:00:31 -0500
  • 34014d3cee compose: avoid deadlock when adding new header Robin Jarry 2022-10-10 11:32:12 +0200
  • 2eef2adfbd compose: fix mouse focus of header editors Robin Jarry 2022-10-05 21:25:51 +0200
  • e804fac59f mk: exclude govulncheck from lint Robin Jarry 2022-10-07 10:52:26 +0200
  • 049c72393a invalidatable: always mark ui as dirty OnInvalidate Tim Culverhouse 2022-10-06 11:46:44 -0500
  • a49caf96b5 terminal: use Invalidate and QueueRedraw Tim Culverhouse 2022-10-06 11:46:43 -0500
  • 725fe07d24 render: clean up render code Tim Culverhouse 2022-10-06 11:46:42 -0500
  • bb1249164d aerc: use single event loop Tim Culverhouse 2022-10-06 11:46:41 -0500
  • d847073bdf events: introduce AercMsg and QueueRedraw Tim Culverhouse 2022-10-06 11:46:40 -0500
  • c6561d32a8 forward,recall: fix charsets in part attachment Koni Marti 2022-10-05 22:50:40 +0200
  • d2f4f12f66 compose: avoid double lock in MouseEvent Tim Culverhouse 2022-10-04 13:06:55 -0500
  • d99b6081f7 imap: fix flags update Koni Marti 2022-10-04 10:08:19 +0200
  • d3b62dd3b0 view: add peek flag and propagate Koni Marti 2022-10-03 23:56:07 +0200
  • e4d418eed1 viewer: option to not mark message as seen Koni Marti 2022-10-03 23:56:06 +0200
  • 4c371170c5 worker: use container/list as job queue Tim Culverhouse 2022-09-27 22:43:53 -0500
  • 1c2dd4c9f1 bindings: properly check for exKey keystrokes Tim Culverhouse 2022-10-03 12:49:53 -0500
  • 150aa0f498 maildir: hide invalid folders Julian Pidancet 2022-10-03 19:16:26 +0200
  • 8cd4770f32 msgstore: fix data race on access to store.needsFlags Tim Culverhouse 2022-09-29 16:27:05 -0500
  • dc299cc8ad logging: substitute %w for %v Koni Marti 2022-10-02 11:36:05 +0200
  • 020279108c terminal: fix race conditions on access to cmd Tim Culverhouse 2022-09-29 17:14:59 -0500
  • 176a3d989f
    Add MAINTAINERS file Robin Jarry 2022-10-01 16:17:36 +0200
  • 9217dbeea4 imap,smtp: add XOAUTH2 support Julian Pidancet 2022-09-28 19:49:11 +0200
  • 45bff88515 open: allow overriding default program Robin Jarry 2022-09-30 14:12:07 +0200
  • 92ba132d70 open: simplify code Robin Jarry 2022-09-30 10:52:49 +0200
  • 8e53d33061 terminal: remove invalidate method Tim Culverhouse 2022-09-26 18:26:36 -0500
  • 83136234a4 dirlist: prevent race condition on accessing uiconfig Tim Culverhouse 2022-09-26 18:26:35 -0500
  • 4e84df4a28 command/read: run in main thread Tim Culverhouse 2022-09-26 18:26:34 -0500
  • ea58e76332 worker: do not lock while callbacks are running Tim Culverhouse 2022-09-29 07:02:58 -0500
  • 7701f22bf0 mark: fix (un)mark -a when no message is selected Koni Marti 2022-09-27 22:22:20 +0200
  • 9c0e54f9d9 imap: stop checkmail if there are pending actions kt programs 2022-09-25 09:55:21 +0800
  • bf2bf8c242 compose: prevent out of bounds access Robin Jarry 2022-09-26 20:56:01 +0200
  • 0e50f29bf3 notmuch: move logic for dynamic folders to backend Koni Marti 2022-09-29 00:24:56 +0200
  • 684ceed2cd lib: parse address header fields to utf-8 Koni Marti 2022-09-28 23:18:42 +0200
  • 055c6dc660 exline: don't draw completions for keybinds Tim Culverhouse 2022-09-28 13:17:21 -0500
  • 75fc42e270 imap: send message info updates for bulk flag ops Koni Marti 2022-09-27 23:01:08 +0200
  • 27978a859b ui: avoid panic when terminal window is shrunk Jason Stewart 2022-09-26 11:11:49 -0400
  • 4c3565653a textinput: prevent data race from debounce function Tim Culverhouse 2022-09-25 14:38:48 -0500
  • 978768bff6 idler: fix data race for access to idleing and waiting Tim Culverhouse 2022-09-25 14:38:47 -0500
  • 9e54c921c8 checkmail: protect access to acct.checkingmail Tim Culverhouse 2022-09-25 14:38:46 -0500
  • 716ade8968 worker: lock access to callback maps Tim Culverhouse 2022-09-25 14:38:45 -0500