Commit Graph

  • 3337c9babb mu-view: add --format=html Dirk-Jan C. Binnema 2023-07-23 14:40:40 +0300
  • 72f43f11df lib: improve store error messages Dirk-Jan C. Binnema 2023-07-23 21:03:02 +0300
  • d374d94031 clang: avoid some build warnings Dirk-Jan C. Binnema 2023-07-23 21:02:09 +0300
  • 7b38f094c4 migrate some more code to mu_format / join_paths Dirk-Jan C. Binnema 2023-07-20 18:36:00 +0300
  • fcc173de31 man: update mu mkdir manpage Dirk-Jan C. Binnema 2023-07-19 08:48:57 +0300
  • ba1e41fa70 mu4e-view: fix mu4e-view-refresh Dirk-Jan C. Binnema 2023-07-17 18:58:48 +0300
  • d5893ad387 mu4e/search: clarify sortable fields (threading) Dirk-Jan C. Binnema 2023-07-02 10:26:09 +0300
  • 8c11f6f71f
    Merge pull request #2522 from a3a3el/guile-mu-installation-fix Dirk-Jan C. Binnema 2023-07-20 09:05:19 +0300
  • d1b8b79aa6 Install Guile extension into Guile's extension directory Jeremy Sowden 2023-07-19 23:39:59 +0100
  • b08fe636f3 man: update mu mkdir manpage Dirk-Jan C. Binnema 2023-07-19 08:48:57 +0300
  • ecb3c9139f mu-mkdir: add unit tests Dirk-Jan C. Binnema 2023-07-19 08:48:44 +0300
  • e2de72e747 build: improve 'dist' target Dirk-Jan C. Binnema 2023-07-18 23:21:28 +0300
  • 6ad5cccc53 store/index: and unit test for circular symlink Dirk-Jan C. Binnema 2023-07-18 23:15:53 +0300
  • 885903c496 index: limit length of maildir path to MaxTermLength Dirk-Jan C. Binnema 2023-07-18 23:16:42 +0300
  • f3c303106d man: update mu-index manpage Dirk-Jan C. Binnema 2023-07-18 23:14:25 +0300
  • 0cb78fe4d1 mu-remove: add unit test Dirk-Jan C. Binnema 2023-07-18 21:33:59 +0300
  • 8b66491a72 mu-add: update unit test Dirk-Jan C. Binnema 2023-07-18 21:33:33 +0300
  • cf6c5a36d7 utils: rework running system commands Dirk-Jan C. Binnema 2023-07-18 19:10:08 +0300
  • 5efd0a61aa build: improve 'coverage' target Dirk-Jan C. Binnema 2023-07-18 20:10:24 +0300
  • e8462e0204 lib/index: add rudimentary scanner test Dirk-Jan C. Binnema 2023-07-18 19:56:24 +0300
  • 224bbfe5cc
    Merge pull request #2521 from mssdvd/add-default-notification-action Dirk-Jan C. Binnema 2023-07-18 19:06:33 +0300
  • 535ab6e010 mu4e-view: avoid getting gnus markers in m-v-message-text Dirk-Jan C. Binnema 2023-07-18 18:28:13 +0300
  • 7cc4804d47 mu4e-notifications: add default action Davide Masserut 2023-07-18 12:17:25 +0200
  • 67f95eac63 build: bump version to 1.11.10 Dirk-Jan C. Binnema 2023-07-16 13:02:11 +0300
  • 56cea76b8d mu4e-view: don't set gnus-article-emulate-mime by default Dirk-Jan C. Binnema 2023-07-16 15:37:43 +0300
  • c263e4c4d7 mu4e-view: fix mu4e-view-refresh Dirk-Jan C. Binnema 2023-07-17 18:58:48 +0300
  • c19c011b0b mu4e/NEWS.org: document updated MIME-part handling in view Dirk-Jan C. Binnema 2023-07-17 18:05:48 +0300
  • 993f16522a mu4e: split off mime-handling from mu4e-view & improve Dirk-Jan C. Binnema 2023-07-16 10:44:57 +0300
  • 3b93863f15 mu4e: use mu4e-determine-attachment-dir Dirk-Jan C. Binnema 2023-07-16 10:43:00 +0300
  • 66e113ef2a man: mu-init: document --max-message-size and --batch-size Dirk-Jan C. Binnema 2023-07-16 13:18:47 +0300
  • 3c9d1f1ab1 mu: cmd-init: fix batch-size typo Dirk-Jan C. Binnema 2023-07-16 13:18:19 +0300
  • 99a0eaaa76 lib/store: improve dirstamp / set_dirstamp code Dirk-Jan C. Binnema 2023-07-11 22:52:59 +0300
  • 545494225a lib/contacts-cache: improve code Dirk-Jan C. Binnema 2023-07-11 22:52:31 +0300
  • 4a405ff4d4 build: better coverage/valgrind targets Dirk-Jan C. Binnema 2023-07-11 00:30:59 +0300
  • 6f69f5d482 utils/mu-regex: add move constructor Dirk-Jan C. Binnema 2023-07-11 00:30:23 +0300
  • f3bfdf5add lib/maildir: use mv for moving to avoid warnings Dirk-Jan C. Binnema 2023-07-10 23:13:53 +0300
  • 18490a818d store/server: centralize docids-for-msgid Dirk-Jan C. Binnema 2023-07-09 23:20:32 +0300
  • 0b4f7c4cbe lib: xapian-db/store: simplify Dirk-Jan C. Binnema 2023-07-09 23:17:08 +0300
  • a32b924692 mu: add "unit" tests for 'mu add' Dirk-Jan C. Binnema 2023-07-09 12:52:31 +0300
  • cc65b8b401 utils: add some more helpers for test code Dirk-Jan C. Binnema 2023-07-09 12:44:47 +0300
  • 904f64aa03 utils/result: add "unwrap" convenience function Dirk-Jan C. Binnema 2023-07-09 12:40:54 +0300
  • 4954b6b467 build: bump version to 1.10.5 v1.10.5 Dirk-Jan C. Binnema 2023-07-08 10:33:43 +0300
  • 31f0c40893 migrate to fmt-based logging in some more places Dirk-Jan C. Binnema 2023-07-07 10:47:03 +0300
  • 4171fe14c3 store: removing trailing / for root_maildir Dirk-Jan C. Binnema 2023-07-06 21:33:01 +0300
  • 75a2cab3f1 message: don't check language without cld2 support Dirk-Jan C. Binnema 2023-07-06 21:12:40 +0300
  • 82235b9d49 fmt: more update to use new fmt-based APIs Dirk-Jan C. Binnema 2023-07-06 12:22:50 +0300
  • 91c5a9bac5 store: only write last-change _once_ Dirk-Jan C. Binnema 2023-07-06 20:33:10 +0300
  • d96e9cc4ba mu-info: improve docs; better colors Dirk-Jan C. Binnema 2023-07-06 07:39:55 +0300
  • c59d493296 mu4e: fix mu4e-main-quit-or-bury Dirk-Jan C. Binnema 2023-07-06 11:00:12 +0300
  • 958c153b87 mu4e-view: restore point in single-window headers buffer Dirk-Jan C. Binnema 2023-06-25 11:07:45 +0300
  • 1494df4a48 message: double-check part-type in Multipart Dirk-Jan C. Binnema 2023-07-05 20:21:42 +0300
  • e48485cb58 sexp: use fmt for parsing_error Dirk-Jan C. Binnema 2023-07-05 23:40:36 +0300
  • 161f7df7b9 build: bump version to 1.11.9 Dirk-Jan C. Binnema 2023-07-05 23:19:34 +0300
  • aed1395c53 lib/utils: update library paths Dirk-Jan C. Binnema 2023-07-03 22:45:01 +0300
  • 4920b56671 update to use fmt-based apis Dirk-Jan C. Binnema 2023-07-05 23:10:13 +0300
  • 742ca33740 utils: rework Mu::Error and g_ logging macros with fmt Dirk-Jan C. Binnema 2023-07-03 20:41:06 +0300
  • e6ab61d233 thirdparty: add fmt Dirk-Jan C. Binnema 2023-07-03 20:37:38 +0300
  • 5c878558e0 thirdparty: move {optional,expected}.hpp to tl/ Dirk-Jan C. Binnema 2023-07-03 22:42:57 +0300
  • c3a756a207 mu4e: main: add mu4e-main-quit-or-bury Dirk-Jan C. Binnema 2023-07-05 20:27:49 +0300
  • c5f3894374 message: double-check part-type in Multipart Dirk-Jan C. Binnema 2023-07-05 20:21:42 +0300
  • 9004363aa5 cli: merge 'fields' with 'info' command Dirk-Jan C. Binnema 2023-07-03 18:44:13 +0300
  • 5e184a581f README.org: don't show WSL2 badge Dirk-Jan C. Binnema 2023-07-02 11:51:13 +0300
  • f01e572f75 README.org: mark WSL2 as experimental Dirk-Jan C. Binnema 2023-07-02 11:49:43 +0300
  • f74de792b2 README.org: make a bit more readable Dirk-Jan C. Binnema 2023-07-02 11:47:29 +0300
  • f4183065c3 Makefile: improvements Dirk-Jan C. Binnema 2023-07-02 11:18:14 +0300
  • 8fdbe95527 man: small improvements Dirk-Jan C. Binnema 2023-07-02 11:17:55 +0300
  • 60b1a5dff7 mu4e/search: clarify sortable fields (threading) Dirk-Jan C. Binnema 2023-07-02 10:26:09 +0300
  • 867f3205e2 lib/xapian-db: add missing include unordered_map Dirk-Jan C. Binnema 2023-07-02 10:08:58 +0300
  • d6416fca5e cli: add mu-cmd-{add,mkdir-remove}.cc Dirk-Jan C. Binnema 2023-07-02 10:04:01 +0300
  • c4b5795328 cli: support --ignored-address for init command Dirk-Jan C. Binnema 2023-07-01 19:03:51 +0300
  • 5dc41ed811 lib: support ignoring addresses for contacts-cache Dirk-Jan C. Binnema 2023-07-01 19:03:10 +0300
  • 960a436e77 cli: split off commands into their own .cc files Dirk-Jan C. Binnema 2023-07-01 18:21:41 +0300
  • c6fff6a281 all: update for API changes (config etc.) Dirk-Jan C. Binnema 2023-07-01 18:20:51 +0300
  • 2acc1c2271 lib/contacts-cache: rework using config Dirk-Jan C. Binnema 2023-06-30 23:21:28 +0300
  • 3791d0c375 lib/store: rework to use xapian-db / config Dirk-Jan C. Binnema 2023-06-30 23:19:17 +0300
  • c28fde9155 lib: create mu-xapian-db, mu-config Dirk-Jan C. Binnema 2023-06-30 23:16:41 +0300
  • 426c1d35d0 thirdparty: bump tl::expected version Dirk-Jan C. Binnema 2023-06-27 22:43:29 +0300
  • fd7c011195 lib: update for api changes, update tests Dirk-Jan C. Binnema 2023-06-27 00:53:23 +0300
  • ae9607530f utils/sexp: extend and improve tests Dirk-Jan C. Binnema 2023-06-27 00:52:07 +0300
  • 73f0691662 mu4e-view: restore point in single-window headers buffer Dirk-Jan C. Binnema 2023-06-25 11:07:45 +0300
  • f8fa108090 build: bump version to 1.11.7 Dirk-Jan C. Binnema 2023-06-22 23:52:52 +0300
  • 11d47e0eab build: bump version to 1.10.4 v1.10.4 Dirk-Jan C. Binnema 2023-06-22 23:43:38 +0300
  • 32cdc0ce43
    Merge pull request #2506 from seanfarley/smf/esc Dirk-Jan C. Binnema 2023-06-22 23:40:20 +0300
  • 91464002b8 mu4e-util: allow ESC to exit a choice selection Sean Farley 2023-06-22 12:12:41 -0700
  • aa2c17e138 contact/display-name: quote "names" with '@' Dirk-Jan C. Binnema 2023-06-12 23:37:39 +0300
  • 47cbd45f90 gmime-test: fix leak Dirk-Jan C. Binnema 2023-06-11 11:50:20 +0300
  • 256ef21f2f mu4e: run mu4e-view-rendered-hook non-read-only Dirk-Jan C. Binnema 2023-06-09 00:26:03 +0300
  • b81608a4f4 mu4e: don't error out in mu4e-view-quit Dirk-Jan C. Binnema 2023-05-10 23:49:10 +0300
  • a31472f886 mu4e: add mu4e-fetch-field Dirk-Jan C. Binnema 2023-05-10 18:33:09 +0300
  • 085ad4a9fd message: remove control characters from subject Dirk-Jan C. Binnema 2023-04-24 21:35:22 +0300
  • b0c71fbdb5 meson.build: avoid clang build warning Dirk-Jan C. Binnema 2023-04-23 16:06:42 +0300
  • 0bdab5ae06 contact/display-name: quote "names" with '@' Dirk-Jan C. Binnema 2023-06-12 23:37:39 +0300
  • 0956e88aed
    Merge branch 'djcb:master' into master Jake Nelson 2023-06-12 01:03:03 -0400
  • f4678e04aa Mark display names with special characters as needs_quoting Jake Nelson 2023-06-12 03:09:58 +0000
  • ecf87c5d82 gmime-test: fix leak Dirk-Jan C. Binnema 2023-06-11 11:50:20 +0300
  • dc61f088c7
    Quote Display Names which contain special characters Jake Nelson 2023-06-09 16:18:49 -0400
  • 713bb4e9e1 mu4e: run mu4e-view-rendered-hook non-read-only Dirk-Jan C. Binnema 2023-06-09 00:26:03 +0300
  • 616282c4ad mu4e: add mu4e-listp for backward compat Dirk-Jan C. Binnema 2023-06-08 18:51:22 +0300
  • c5f9f9f7e6 mu4e-thread-message-folded-p: fix moving above first fold overlay Nicholas Vollmer 2023-06-07 13:35:37 -0400
  • b9026c5042 message/fields: add some helpers for combination-fields Dirk-Jan C. Binnema 2023-06-04 14:29:57 +0300