Commit Graph

  • 49883806f6 store: remove unused code, use batchsize Dirk-Jan C. Binnema 2020-03-02 23:19:34 +02:00
  • 1d14b82595 mu index: remove duplicate cmdline parameter Dirk-Jan C. Binnema 2020-03-02 23:18:58 +02:00
  • a76720af42 make OP_WILDCARD non-conditional Dirk-Jan C. Binnema 2020-03-02 23:02:17 +02:00
  • 2fd8058443 mu4e: update documentation Dirk-Jan C. Binnema 2020-03-01 17:34:16 +02:00
  • f0a0c3ad46 server: reinstate readline support (when available) Dirk-Jan C. Binnema 2020-03-01 02:08:23 +02:00
  • 17f38dc4c2 Merge pull request #1602 from damon-kwok/master Dirk-Jan C. Binnema 2020-02-29 15:01:05 +02:00
  • da49a6bb67 ignore for win damon-kwok 2020-02-29 20:41:56 +08:00
  • 56b434347e error fix for gcc 9.x damon-kwok 2020-02-29 20:40:22 +08:00
  • 19dcf9a98f configure.ac: Use xapian-core.pc when available Dirk-Jan C. Binnema 2020-02-29 12:16:37 +02:00
  • 1c1dbaf882 mu4e: make mu4e-main-buffer-name a defvar Dirk-Jan C. Binnema 2020-02-28 12:17:13 +02:00
  • 1738f9d6d1 mu4e: Mark mu4e-auto-retrieve-keys as obsolete Dirk-Jan C. Binnema 2020-02-28 12:16:33 +02:00
  • 0465b273d3 mu4e: avoid mu-side crypto in gnus-mode Dirk-Jan C. Binnema 2020-02-28 00:38:55 +02:00
  • 36a5d291d9 server/mu4e: update decrypt/verify options Dirk-Jan C. Binnema 2020-02-28 00:37:12 +02:00
  • 6b2bdf4f6d mu4e: avoid some errors when flipping through messages Dirk-Jan C. Binnema 2020-02-27 23:10:02 +02:00
  • 3e272ba82f NEWS.org: Update Dirk-Jan C. Binnema 2020-02-27 18:57:25 +02:00
  • 4226a6e47f server: better readline check Dirk-Jan C. Binnema 2020-02-27 18:55:08 +02:00
  • 81d47bf21f mu4e-view/gnus: do not load external images Dirk-Jan C. Binnema 2020-02-27 00:44:49 +02:00
  • b33fb85020 mu4e-org: warn if mu4e is not loaded Dirk-Jan C. Binnema 2020-02-26 22:44:49 +02:00
  • fa7518ab60 mu4e-compose: don't touch default-directory Dirk-Jan C. Binnema 2020-02-26 21:56:26 +02:00
  • 7e58f21f48 mu4e-utils: add mu4e-copy-message-path helper Dirk-Jan C. Binnema 2020-02-26 21:56:01 +02:00
  • d4c959ea90 mu4e-compose: clear undo-list after entering compose mode Dirk-Jan C. Binnema 2020-02-26 21:11:06 +02:00
  • 0e75f84228 server/find: handle maxnum correctly Dirk-Jan C. Binnema 2020-02-26 19:32:53 +02:00
  • 07e4a28deb man: remove max-msg-size from index man-page Dirk-Jan C. Binnema 2020-02-26 19:31:24 +02:00
  • 3fe437985f utils: explicitly decode contacts string Dirk-Jan C. Binnema 2020-02-25 23:57:50 +02:00
  • 68784452fb configure.ac: Fix --disable-guile Dirk-Jan C. Binnema 2020-02-25 23:51:48 +02:00
  • 95d9a398f1 configure.ac: fix typo in guile check Dirk-Jan C. Binnema 2020-02-25 22:57:45 +02:00
  • f33b0d6d84 mu4e: Improve reference manual Dirk-Jan C. Binnema 2020-02-25 21:22:24 +02:00
  • 74d40f4d20 mu4e: make mu4e-maildir-shortcuts a plist Dirk-Jan C. Binnema 2020-02-25 21:20:51 +02:00
  • 865f0ab9db guile: fix unit tests Dirk-Jan C. Binnema 2020-02-25 18:19:30 +02:00
  • 20eea6153f fix guile build Dirk-Jan C. Binnema 2020-02-25 07:39:00 +02:00
  • aea6db4485 bump version to 1.3.9 Dirk-Jan C. Binnema 2020-02-24 23:14:41 +02:00
  • c251a22d65 mu4e: update documentation Dirk-Jan C. Binnema 2020-02-24 21:58:45 +02:00
  • 06c9b17a4e mu: remove mfind command Dirk-Jan C. Binnema 2020-02-24 21:18:54 +02:00
  • 934adae70a lib: use same allocator when copying MuMsgPartSigStatusReport Dirk-Jan C. Binnema 2020-02-23 15:20:01 +02:00
  • ac164b7e26 mu-command-parser: do not allow unknown parameters Dirk-Jan C. Binnema 2020-02-17 23:32:38 +02:00
  • e1f797cd1a Merge pull request #1584 from hpdeifel/m-q-quoting Dirk-Jan C. Binnema 2020-02-22 14:08:57 +02:00
  • 333067d47b mu4e: Fix quoting in M-q keybinding definition Hans-Peter Deifel 2020-02-22 10:50:22 +01:00
  • 650c4c052d store: catch exceptions in dtor Dirk-Jan C. Binnema 2020-02-21 14:53:52 +02:00
  • ff79d2b7d3 msg-crypto: fix small leak Dirk-Jan C. Binnema 2020-02-21 14:54:59 +02:00
  • 24ecceb10e Merge pull request #1578 from Chris00/maildir Dirk-Jan C. Binnema 2020-02-21 19:28:44 +02:00
  • 62bc45aaa7 Merge pull request #1581 from thierryvolpiatto/Fix_revert_buffer Dirk-Jan C. Binnema 2020-02-21 19:28:09 +02:00
  • 837ab0b703 headers: require proc-view even for gnus Dirk-Jan C. Binnema 2020-02-21 19:24:51 +02:00
  • bd6865a00b .gitignore: Update Dirk-Jan C. Binnema 2020-02-21 01:46:49 +02:00
  • adbb57c098 server: enable repl history Dirk-Jan C. Binnema 2020-02-21 19:18:52 +02:00
  • ec684cc99c Update mode-line when changing context Thierry Volpiatto 2020-02-21 09:08:48 +01:00
  • b301b7663b Don't use mu4e-index-updated-hook in mu4e~start Thierry Volpiatto 2020-02-21 08:54:16 +01:00
  • b1369b6ad9 Fix mu4e-main revert-buffer-function and use it Thierry Volpiatto 2020-02-21 08:33:07 +01:00
  • e1db731f7d mu4e-view: (gnus) Remove duplicate bound variable Christophe Troestler 2018-08-16 19:43:37 +02:00
  • ed1fcda81a server: use MU_QUERY_FLAG_SKIP_UNREADABLE by default Dirk-Jan C. Binnema 2020-02-21 01:42:11 +02:00
  • 8d6d151090 server: support readline history / persistence Dirk-Jan C. Binnema 2020-02-21 01:13:29 +02:00
  • 20ce7b7066 lib/parser -> lib/query Dirk-Jan C. Binnema 2020-02-20 21:53:24 +02:00
  • a132f5c21f mu4e-view: (gnus) enable displaying custom headers Christophe Troestler 2020-02-19 20:30:14 +02:00
  • c4f46966e7 mu4e-vars: add note about message fields / gnus view Dirk-Jan C. Binnema 2020-02-19 20:38:42 +02:00
  • e10fc21a9b mu4e: Rename 'Unnamed' sections Dirk-Jan C. Binnema 2020-02-18 23:39:30 +02:00
  • fe7a0e4da2 mu4e: Move various definitions into a better location Jonas Bernoulli 2020-02-17 12:26:25 +01:00
  • 74332947a0 mu4e: Split libraries into outline sections Jonas Bernoulli 2020-02-11 15:10:35 +01:00
  • 040c6578be mu4e: Place provide forms in their own sections Jonas Bernoulli 2020-02-11 13:26:45 +01:00
  • 6c58a311d1 mu4e: Add missing mandatory "FILE ends here" library footer Jonas Bernoulli 2020-02-11 12:38:01 +01:00
  • 15c6680037 mu4e: Add missing mandatory "Code:" section headers Jonas Bernoulli 2020-02-11 12:32:47 +01:00
  • 83f0c9cea9 mu4e: Remove excess semicolons from library headers Jonas Bernoulli 2020-02-11 12:23:40 +01:00
  • 19cfa008f0 mu4e-proc: fix mu4e~proc-extract / decrypt Dirk-Jan C. Binnema 2020-02-18 22:37:38 +02:00
  • c09a9c4372 mu4e: update context handling Dirk-Jan C. Binnema 2020-02-18 22:23:16 +02:00
  • 000c19e505 server: improve error message Dirk-Jan C. Binnema 2020-02-18 12:02:30 +02:00
  • 6b07819d9a mu4e/mu-server: use :descending, :no-view parameters Dirk-Jan C. Binnema 2020-02-17 23:34:45 +02:00
  • c4c56fa7f0 mu-store: auto-commit store in dtor Dirk-Jan C. Binnema 2020-02-17 22:29:44 +02:00
  • 0b4dee6996 mu-script: fix compiler warning Dirk-Jan C. Binnema 2020-02-17 21:45:21 +02:00
  • bff48cc87f Merge pull request #1573 from tarsiiformes/cleanup Dirk-Jan C. Binnema 2020-02-17 20:54:10 +02:00
  • 6d581c4ca0 mu4e~view-define-mode: Place doc-string in correct position Jonas Bernoulli 2020-02-17 12:13:52 +01:00
  • 9f26819efb mu4e: Demote a few broken commands to functions Jonas Bernoulli 2020-02-17 12:11:46 +01:00
  • 30e005d574 Fix a few typos Jonas Bernoulli 2020-02-12 17:42:56 +01:00
  • 7d758da0e3 Add .mailmap file Jonas Bernoulli 2020-02-12 17:41:10 +01:00
  • 32066ae433 mu4e~contains-line-matching: Cosmetics Jonas Bernoulli 2020-02-13 09:28:15 +01:00
  • f66be19121 mu4e~proc-running-p: Cosmetics Jonas Bernoulli 2020-02-12 17:15:00 +01:00
  • 832d32ef23 mu4e-proc.el: Remove duplicated variable declarations Jonas Bernoulli 2020-02-12 16:58:40 +01:00
  • 4ce296d6b2 manual: Deal with annoying misfeature of texinfo Jonas Bernoulli 2020-02-17 11:46:31 +01:00
  • 440ea3fe6f manual: Fix indentation in code blocks Jonas Bernoulli 2020-02-12 16:32:12 +01:00
  • 5f0013d797 org-mu4e.el: Place summary on a single line Jonas Bernoulli 2020-02-11 12:20:35 +01:00
  • 96cd0632f9 mu4e: Improve consistency of library headers Jonas Bernoulli 2020-02-11 12:18:14 +01:00
  • c2ef02f57c mu4e: Begin each elisp summary line with three semicolons Jonas Bernoulli 2020-02-11 12:15:10 +01:00
  • 4c9be1d062 mu4e-header-info: Fix indentation Jonas Bernoulli 2020-02-11 12:05:51 +01:00
  • 6790c0d015 mu4e: Fix indentation Jonas Bernoulli 2020-02-11 12:00:46 +01:00
  • be1ba1ce68 mu4e: Enforce use of spaces for indentation Jonas Bernoulli 2020-02-11 11:38:06 +01:00
  • 173deff6a0 editorconfig: Don't misconfigure indentation for Emacs lisp files Jonas Bernoulli 2020-02-17 14:00:27 +01:00
  • 5ff051e64d gitignore: update Jonas Bernoulli 2020-02-17 11:29:49 +01:00
  • 0dced59cb9 mu4e: set better default for mu4e-compose-reply-ignore-address Dirk-Jan C. Binnema 2020-02-15 22:36:00 +02:00
  • 62cc675a51 server: explicitly flush after indexing Dirk-Jan C. Binnema 2020-02-15 18:26:45 +02:00
  • 10fa0727ef server: clear up move_docid Dirk-Jan C. Binnema 2020-02-15 14:12:21 +02:00
  • beb1b3199f mu-msg-part: clean up error paths Dirk-Jan C. Binnema 2020-02-15 14:10:59 +02:00
  • a4a682e578 mu: add memcheck script for valgrinding Dirk-Jan C. Binnema 2020-02-15 14:09:30 +02:00
  • c22eb434b7 mu: improve crypto handling Dirk-Jan C. Binnema 2020-02-14 00:36:54 +02:00
  • dd057b11aa mu4e: fix compose-func Dirk-Jan C. Binnema 2020-02-14 00:35:52 +02:00
  • ef4fa46a1d mu4e-proc: fix a few typos in 'view' handler Dirk-Jan C. Binnema 2020-02-13 00:17:03 +02:00
  • b77b536d81 Merge pull request #1444 from JulienMasson/threads-sorting Dirk-Jan C. Binnema 2020-02-10 21:58:33 +02:00
  • 8ff7306d90 mu4e: set context before check requirements Dirk-Jan C. Binnema 2020-02-10 18:08:34 +02:00
  • d90d2ce8ef mu/mu4e: pass muhome to server (and provide some better error info) Dirk-Jan C. Binnema 2020-02-10 18:07:54 +02:00
  • c4ccaf0fdb mu: sort childs of thread based on the sortfield only Julien Masson 2020-02-10 15:34:00 +01:00
  • f50360f94e mu-store: implement Store::find_message Dirk-Jan C. Binnema 2020-02-10 01:00:42 +02:00
  • 24932c12b7 remove some dead code Dirk-Jan C. Binnema 2020-02-10 01:00:01 +02:00
  • 36b31eeb0a mu: check --maildir parameter for init Dirk-Jan C. Binnema 2020-02-09 22:40:57 +02:00
  • 85df5524f3 server: fix typo Dirk-Jan C. Binnema 2020-02-09 18:07:30 +02:00