summaryrefslogtreecommitdiff
path: root/mu4e/mu4e-helpers.el
blob: a616f7f6158552c638f865edfbe91f0149cd3b09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
;;; mu4e-helpers.el --- Helper functions -*- lexical-binding: t -*-

;; Copyright (C) 2022-2026 Dirk-Jan C. Binnema

;; Author: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
;; Maintainer: Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>

;; This file is not part of GNU Emacs.

;; mu4e is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.

;; mu4e is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;; GNU General Public License for more details.

;; You should have received a copy of the GNU General Public License
;; along with mu4e.  If not, see <http://www.gnu.org/licenses/>.

;;; Commentary:

;; Helper functions used in the mu4e. This is slowly usurp all the code from
;; mu4e-utils.el that does not depend on other parts of mu4e.

;;; Code:

(require 'seq)
(require 'ido)
(require 'cl-lib)
(require 'bookmark)
(require 'message)

(require 'mu4e-window)
(require 'mu4e-config)

;;; Customization

;;; Icons

(defcustom mu4e-file-name-to-icon-function nil
  "Function to return an icon for a file name, or nil.
When set, this should be a function that takes a file name and
returns a string (icon) or nil.

If you have the `nerd-icons' package, you can put
`nerd-icons-icon-for-file' here; or with `all-the-icons', use
`all-the-icons-icon-for-file'."
  :type '(choice (const :tag "None" nil) function)
  :group 'mu4e)

(defcustom mu4e-mime-type-to-icon-function nil
    "Function to return an icon for a MIME type, or nil.
When set, this should be a function that takes a MIME-type string
and returns a string (icon) or nil.

When nil, `mu4e-mime-type-to-icon' falls back to converting the
MIME type to a file extension and using
`mu4e-file-name-to-icon-function'."
    :type '(choice (const :tag "None" nil) function)
    :group 'mu4e)

(defun mu4e-file-name-to-icon (filename)
  "Return an icon string for FILENAME, or nil.
Uses `mu4e-file-name-to-icon-function' if set."
  (when (and filename mu4e-file-name-to-icon-function)
    (funcall mu4e-file-name-to-icon-function filename)))

(defconst mu4e--mime-subtype-extension-alist
  '(("plain"         . "txt")
    ("x-shellscript" . "sh")
    ("svg+xml"       . "svg"))
  "Alist mapping MIME subtypes to file extensions for known quirks.
Used by `mu4e-mime-type-to-icon' when deriving a dummy filename
from a MIME type.

Only entries whose mapping cannot be obtained by simply stripping
a leading `x-' need to be listed here.")

(defun mu4e--mime-type-extension (mime-type)
  "Derive a plausible file extension from MIME-TYPE.

Uses `mu4e--mime-subtype-extension-alist' for known quirks,
otherwise strips any `x-' prefix from the subtype (the part
after the `/').

Returns nil for malformed MIME types."
  (when (and mime-type (string-match "/\\(.+\\)\\'" mime-type))
    (let ((sub (downcase (match-string 1 mime-type))))
      (or (cdr (assoc sub mu4e--mime-subtype-extension-alist))
          (replace-regexp-in-string "\\`x-" "" sub)))))

(defun mu4e-mime-type-to-icon (mime-type)
  "Return an icon string for MIME-TYPE, or nil.

Uses `mu4e-mime-type-to-icon-function' if set; otherwise
falls back to `mu4e-file-name-to-icon' with a dummy filename
derived from the MIME type's subtype (e.g. `image/png' yields
`file.png'), consulting `mu4e--mime-subtype-extension-alist'
for known quirks like `text/plain' -> `txt'."
  (when mime-type
    (or (and mu4e-mime-type-to-icon-function
             (funcall mu4e-mime-type-to-icon-function mime-type))
        (when-let* ((ext (mu4e--mime-type-extension mime-type)))
          (mu4e-file-name-to-icon (concat "file." ext))))))

;;; Messages, warnings and errors
(defun mu4e-format (frm &rest args)
  "Create [mu4e]-prefixed string based on format FRM and ARGS."
  (concat
   "[" (propertize "mu4e" 'face 'mu4e-title-face) "] "
   (apply 'format frm
          (mapcar (lambda (x)
                    (if (stringp x)
                        (decode-coding-string x 'utf-8)
                      x))
                  args))))

(defun mu4e-message (frm &rest args)
  "Display FRM with ARGS like `message' in mu4e style.
If we're waiting for user-input or if there's some message in the
echo area, don't show anything."
  (unless (or (active-minibuffer-window))
    (message "%s" (apply 'mu4e-format frm args))))

(declare-function mu4e~loading-close "mu4e-headers")

(defun mu4e-error (frm &rest args)
  "Display an error with FRM and ARGS like `mu4e-message'.

Create [mu4e]-prefixed error based on format FRM and ARGS. Does a
local-exit and does not return, and raises a
debuggable (backtrace) error."
  (mu4e-log 'error (apply 'mu4e-format frm args))
  (error "%s" (apply 'mu4e-format frm args)))

(defun mu4e-warn (frm &rest args)
  "Create [mu4e]-prefixed warning based on format FRM and ARGS.
Does a local-exit and does not return."
  (mu4e-log 'error (apply 'mu4e-format frm args))
  (user-error "%s" (apply 'mu4e-format frm args)))

;;; Reading user input

(defcustom mu4e-completing-read-function #'ido-completing-read
  "Function to be used to receive user-input during completion.

Suggested possible values are:
 * `completing-read':      Emacs' built-in completion method
 * `ido-completing-read':  dynamic completion within the minibuffer.

The function is used in two contexts -
1) directly - for instance in when listing _other_ maildirs
   in `mu4e-ask-maildir'
2) if `mu4e-read-option-use-builtin' is nil, it is used
   as part of `mu4e-read-option' in many places.

Set it to `completing-read' when you want to use completion
frameworks such as Helm, Ivy or Vertico. In that case, you
might want to add something like the following in your configuration.

   (setq mu4e-read-option-use-builtin nil
         mu4e-completing-read-function \\='completing-read)
."
  :type 'function
  :options '(completing-read ido-completing-read)
  :group 'mu4e)

(defcustom mu4e-read-option-use-builtin t
  "Whether to use mu4e's traditional completion for `mu4e-read-option'.

If nil, use the value of `mu4e-completing-read-function', integrated
into mu4e.

Many of the third-party completion frameworks - such as Helm, Ivy
and Vertico - influence `completion-read', so to have mu4e follow
your overall settings, try the equivalent of

   (setq mu4e-read-option-use-builtin nil
         mu4e-completing-read-function \\='completing-read)

Tastes differ, but without any such frameworks, the unaugmented
Emacs `completing-read' is rather Spartan."
  :type 'boolean
  :group 'mu4e)

(defun mu4e--plist-get (lst prop)
  "Get PROP from plist LST and raise an error if not present."
  (or (plist-get lst prop)
      (if (plist-member lst prop)
          nil
        (mu4e-error "Missing property %s in %s" prop lst))))

(defun mu4e--matching-choice (choices kar)
  "Does KAR match any of the  CHOICES?

KAR is a character and CHOICES is an alist as described in
`mu4e--read-choice-builtin'.

First try an exact match, but if there isn't, try
case-insensitive.

Return the cdr (value) of the matching cell, if any."
  (let* ((match) (match-ci))
    (catch 'found
      (seq-do
       (lambda (choice)
         ;; first try an exact match
         (let ((case-fold-search nil))
           (if (char-equal kar (caadr choice))
               (progn
                 (setq match choice)
                 (throw 'found choice)) ;; found it - quit.
             ;; perhaps case-insensitive?
             (let ((case-fold-search t))
               (when (and (not match-ci) (char-equal kar (caadr choice)))
                 (setq match-ci choice))))))
       choices))
    (if match (cdadr match)
      (when match-ci (cdadr match-ci)))))

(defun mu4e--read-choice-completing-read (prompt choices)
  "Read and return one of CHOICES, prompting for PROMPT.

PROMPT describes a multiple-choice question to the user. CHOICES
is an alist of the form
  ( ( <display-string>  ( <shortcut> . <value> ))
     ... )
Any input that is not one of CHOICES is ignored. This is mu4e's
version of `read-char-choice' which becomes case-insensitive
after trying an exact match.

Return the matching choice value (cdr of the cell)."
  (let* ((metadata `(metadata
                     (display-sort-function . ,#'identity)
                     (cycle-sort-function   . ,#'identity)))
         (quick-result)
         (result
          (minibuffer-with-setup-hook
              (lambda ()
                (add-hook 'post-command-hook
                          (lambda ()
                            ;; Exit directly if a quick key is pressed
                            (let ((prefix (minibuffer-contents-no-properties)))
                              (unless (string-empty-p prefix)
                                (setq quick-result
                                      (mu4e--matching-choice
                                       choices (string-to-char prefix)))
                                (when quick-result
                                  (exit-minibuffer)))))
                          -1 'local))
            (funcall mu4e-completing-read-function
             prompt
             ;; Use function with metadata to disable sorting.
             (lambda (input predicate action)
               (if (eq action 'metadata)
                   metadata
                 (complete-with-action action choices input predicate)))
             ;; Require confirmation, if the input does not match a suggestion
             nil t nil nil nil))))
    (or quick-result
        (cdadr (assoc result choices)))))

(defun mu4e--read-choice-builtin (prompt choices)
  "Read and return one of CHOICES, prompting for PROMPT.

PROMPT describes a multiple-choice question to the user. CHOICES
is an alist of the form
  ( ( <display-string>  ( <shortcut> . <value> ))
     ... )
Any input that is not one of CHOICES is ignored. This is mu4e's
version of `read-char-choice' which becomes case-insensitive
after trying an exact match.

Return the matching choice value (cdr of the cell)."
  (let ((chosen) (inhibit-quit nil)
        (prompt (format "%s%s"
                        (mu4e-format prompt)
                        (mapconcat #'car choices ", "))))
    (while (not chosen)
      (message nil) ;; this seems needed...
      (when-let* ((kar (read-char-exclusive prompt)))
        (when (eq kar ?\e) (keyboard-quit)) ;; `read-char-exclusive' is a C
                                            ;; function and doesn't check for
                                            ;; `keyboard-quit', there we need to
                                            ;; check if ESC is pressed
        (setq chosen (mu4e--matching-choice choices kar))))
    chosen))

(defun mu4e-read-option (prompt options)
  "Ask user for an option from a list on the input area.

PROMPT describes a multiple-choice question to the user. OPTIONS
describe the options, and is a list of cells describing
particular options. Cells have the following structure:

   (OPTION . RESULT)

where OPTIONS is a non-empty string describing the option. The
first character of OPTION is used as the shortcut, and obviously
all shortcuts must be different, so you can prefix the string
with an uniquifying character.

The options are provided as a list for the user to choose from;
user can then choose by typing CHAR.  Example:
  (mu4e-read-option \"Choose an animal: \"
              \\='((\"Monkey\" . monkey) (\"Gnu\" . gnu) (\"xMoose\" . moose)))

User now will be presented with a list: \"Choose an animal:
   [M]onkey, [G]nu, [x]Moose\".

If optional character KEY is provided, use that instead of asking
the user.

Function returns the value (cdr) of the matching cell."
  (let* ((choices ;; ((<display> ( <key> . <value> ) ...)
          (seq-map
           (lambda (option)
             (list
              (concat ;; <display>
               "[" (propertize (substring (car option) 0 1)
                               'face 'mu4e-highlight-face)
               "]"
               (substring (car option) 1))
              (cons
               (string-to-char (car option)) ;; <key>
               (cdr option))))               ;; <value>
           options))
         (response (funcall
                    (if mu4e-read-option-use-builtin
                        #'mu4e--read-choice-builtin
                      #'mu4e--read-choice-completing-read)
                    prompt choices)))
    (or response
        (mu4e-warn "invalid input"))))

(defun mu4e-filter-single-key (lst)
  "Return a list consisting of LST items with a `characterp' :key prop."
  ;; This works for bookmarks and maildirs.
  (seq-filter (lambda (item)
                (characterp (plist-get item :key)))
              lst))

;;; Logging / debugging

(defcustom mu4e-debug nil
  "When set to non-nil, log debug information to the mu4e log buffer."
  :type 'boolean
  :group 'mu4e)

(defconst mu4e--log-max-size 1000000
  "Max number of characters to keep around in the log buffer.")
(defconst mu4e--log-buffer-name "*mu4e-log*"
  "Name of the logging buffer.")

(defun mu4e--get-log-buffer ()
  "Fetch (and maybe create) the log buffer."
  (unless (get-buffer mu4e--log-buffer-name)
    (with-current-buffer (get-buffer-create mu4e--log-buffer-name)
      (view-mode)
      (when (fboundp 'so-long-mode)
        (unless (eq major-mode 'so-long-mode)
          (eval '(so-long-mode))))
      (setq buffer-undo-list t)))
  mu4e--log-buffer-name)

(defun mu4e-log (type frm &rest args)
  "Log a message of TYPE with format-string FRM and ARGS.
Use the mu4e log buffer for this. If the variable mu4e-debug is
non-nil. Type is a symbol, either `to-server', `from-server' or
`misc'.

This function is meant for debugging."
  (when mu4e-debug
    (with-current-buffer (mu4e--get-log-buffer)
      (let* ((inhibit-read-only t)
             (tstamp (propertize (format-time-string "%Y-%m-%d %T.%3N"
                                                     (current-time))
                                 'face 'font-lock-string-face))
             (msg-face
              (pcase type
                ('from-server 'font-lock-type-face)
                ('to-server   'font-lock-function-name-face)
                ('misc        'font-lock-variable-name-face)
                ('error       'font-lock-warning-face)
                (_            (mu4e-error "Unsupported log type"))))
             (msg (propertize (apply 'format frm args) 'face msg-face)))
        (save-excursion
          (goto-char (point-max))
          (insert tstamp
                  (pcase type
                    ('from-server " <- ")
                    ('to-server   " -> ")
                    ('error       " !! ")
                    (_            " "))
                  msg "\n")
          ;; if `mu4e-log-max-lines is specified and exceeded, clearest the
          ;; oldest lines
          (when (> (buffer-size) mu4e--log-max-size)
            (goto-char (- (buffer-size) mu4e--log-max-size))
            (beginning-of-line)
            (delete-region (point-min) (point))))))))

(defun mu4e-toggle-logging ()
  "Toggle `mu4e-debug'.
In debug-mode, mu4e logs some of its internal workings to a
log-buffer. See `mu4e-show-log'."
  (interactive)
  (mu4e-log 'misc "logging disabled")
  (setq mu4e-debug (not mu4e-debug))
  (mu4e-message "debug logging has been %s"
                (if mu4e-debug "enabled" "disabled"))
  (mu4e-log 'misc "logging enabled"))

(defun mu4e-show-log ()
  "Visit the mu4e debug log."
  (interactive)
  (unless mu4e-debug (mu4e-toggle-logging))
  (let ((buf (get-buffer mu4e--log-buffer-name)))
    (unless (buffer-live-p buf)
      (mu4e-warn "No debug log available"))
    (display-buffer buf)))

;;; Flags
;; Converting flags->string and vice-versa

(defun mu4e-flags-to-string (flags)
  "Convert a list of Maildir[1] FLAGS into a string.

See `mu4e-string-to-flags'. \[1\]:
http://cr.yp.to/proto/maildir.html."
  (seq-sort
   '<
   (seq-mapcat
    (lambda (flag)
      (pcase flag
        (`draft     "D")
        (`flagged   "F")
        (`new       "N")
        (`passed    "P")
        (`replied   "R")
        (`seen      "S")
        (`trashed   "T")
        (`attach    "a")
        (`encrypted "x")
        (`signed    "s")
        (`unread    "u")
        (_          "")))
    (seq-uniq flags) 'string)))

(defun mu4e-string-to-flags (str)
  "Convert a STR with Maildir[1] flags into a list of flags.

See `mu4e-string-to-flags'. \[1\]:
http://cr.yp.to/proto/maildir.html."
  (seq-uniq
   (seq-filter
    'identity
    (seq-mapcat
     (lambda (kar)
       (list
        (pcase kar
          ('?D   'draft)
          ('?F   'flagged)
          ('?P   'passed)
          ('?R   'replied)
          ('?S   'seen)
          ('?T   'trashed)
          (_     nil))))
     str))))

;;; Misc
(defun mu4e-copy-thing-at-point ()
  "Copy e-mail address or URL at point to the kill ring.
If there is not e-mail address at point, do nothing."
  (interactive)
  (let* ((thing (and (thing-at-point 'email)
                     (string-trim (thing-at-point 'email 'no-props) "<" ">")))
         (thing (or thing (get-text-property (point) 'shr-url)))
         (thing (or thing (thing-at-point 'url 'no-props))))
    (when thing
      (kill-new thing)
      (mu4e-message "Copied '%s' to kill-ring" thing))))

(defun mu4e-display-size (size)
  "Get a human-friendly string representation of SIZE (in bytes)."
  (cond
   ((>= size 1000000)
    (format "%2.1fM" (/ size 1000000.0)))
   ((and (>= size 1000) (< size 1000000))
    (format "%2.1fK" (/ size 1000.0)))
   ((< size 1000)
    (format "%d" size))
   (t "?")))

(defun mu4e-split-ranges-to-numbers (str n)
  "Convert STR containing attachment numbers into a list of numbers.

STR is a string; N is the highest possible number in the list.
This includes expanding e.g. 3-5 into 3,4,5. If the letter
\"a\" ('all')) is given, that is expanded to a list with numbers
[1..n]."
  (let ((str-split (split-string str))
        beg end list)
    (dolist (elem str-split list)
      ;; special number "a" converts into all attachments 1-N.
      (when (equal elem "a")
        (setq elem (concat "1-" (int-to-string n))))
      (if (string-match "\\([0-9]+\\)-\\([0-9]+\\)" elem)
          ;; we have found a range A-B, which needs converting
          ;; into the numbers A, A+1, A+2, ... B.
          (progn
            (setq beg (string-to-number (match-string 1 elem))
                  end (string-to-number (match-string 2 elem)))
            (while (<= beg end)
              (cl-pushnew beg list :test 'equal)
              (setq beg (1+ beg))))
        ;; else just a number
        (cl-pushnew (string-to-number elem) list :test 'equal)))
    ;; Check that all numbers are valid.
    (mapc
     (lambda (x)
       (cond
        ((> x n)
         (mu4e-warn "Attachment %d bigger than maximum (%d)" x n))
        ((< x 1)
         (mu4e-warn "Attachment number must be greater than 0 (%d)" x))))
     list)))

(defun mu4e-get-time-date (prompt)
  "Determine the Emacs time value for time/date entered by user.
Basically, a command around `parse-time-string' to read a user
string after PROMPT."
  (let ((timestr (read-string (mu4e-format "%s" prompt))))
    (apply 'encode-time (parse-time-string timestr))))

(defun mu4e-make-temp-file (ext)
  "Create a self-destructing temporary file with extension EXT.
The file will self-destruct in a short while, enough to open it
in an external program."
  (let ((tmpfile (make-temp-file "mu4e-" nil (concat "." ext))))
    (run-at-time "30 sec" nil
                 (lambda () (ignore-errors (delete-file tmpfile))))
    tmpfile))

(defun mu4e-display-manual ()
  "Display the mu4e manual page for the current mode.
Or go to the top level if there is none."
  (interactive)
  (info (pcase major-mode
          ('mu4e-main-mode    "(mu4e)Main view")
          ('mu4e-headers-mode "(mu4e)Headers view")
          ('mu4e-view-mode    "(mu4e)Message view")
          (_                  "mu4e"))))

(defcustom mu4e-use-fancy-chars nil
  "When set, allow fancy (Unicode) characters for marks/threads.
You can customize the exact fancy characters used with
`mu4e-marks' and various `mu4e-headers-..-mark' and
`mu4e-headers..-prefix' variables."
  :type 'boolean
  :group 'mu4e)

;; maybe move the next ones... but they're convenient
;; here because they're needed in multiple buffers.

(defcustom mu4e-view-auto-mark-as-read t
  "Automatically mark messages as read when you read them.
This is the default behavior, but can be turned off, for example
when using a read-only file-system.

This can also be set to a function; if so, receives a message
plist which should evaluate to nil if the message should *not* be
marked as read-only, or non-nil otherwise."
  :type '(choice
          boolean
          function)
  :group 'mu4e-view)

(defun mu4e-select-other-view ()
  "Switch between headers view and message view."
  (interactive)
  (let* ((other-buf
          (cond
           ((mu4e-current-buffer-type-p 'view)
            (mu4e-get-headers-buffer))
           ((mu4e-current-buffer-type-p 'headers)
            (mu4e-get-view-buffer))
           (t (mu4e-error
               "This window is neither the headers nor the view window"))))
         (other-win (and other-buf (get-buffer-window other-buf))))
    (if (window-live-p other-win)
        (select-window other-win)
      (mu4e-message "No window to switch to"))))

;;; Emacs bookmarks
(defcustom mu4e-emacs-bookmark-policy 'message
  "The policy to decide what kind of Emacs bookmark to create.

This applies to the Emacs bookmark system command `bookmark-set'.

The policy is some symbol; you have the following choices:
- `message': bookmark the message at point
- `query': bookmark the most recent query
- `ask': ask the user interactively"
  :type '(choice
          (const :tag "Bookmark query at point" message)
          (const :tag "Bookmark the last query" query)
          (const :tag "Ask user" ask))
  :group 'mu4e)

(defun mu4e--popup-lisp-buffer (bufname data)
  "Show or hide an s-expression string in a popup-buffer.
BUFNAME is the name of the buffer, and DATA is lisp-data, if any."
  (if-let* ((win (get-buffer-window bufname)))
      (delete-window win)
    (when data
      (when (buffer-live-p bufname)
        (kill-buffer bufname))
      (with-current-buffer-window
          (get-buffer-create bufname) nil nil
        ;; sadly, the default indentation for plists
        ;; is not very nice, and I failed to overwrite it
        (lisp-mode)
        (insert (pp-to-string data))
        ;; add basic `quit-window' bindings
        (view-mode 1)))))

;;; Macros

(defmacro mu4e-setq-if-nil (var val)
  "Set VAR to VAL if VAR is nil."
  `(unless ,var (setq ,var ,val)))


;;; Misc
(defun mu4e--fun-val (val)
  "If var is a function, return (funcall VAL), otherwise return VAL."
  (if (functionp val) (funcall val) val))

(defun mu4e-join-paths (directory &rest components)
  "Append COMPONENTS to DIRECTORY and return the resulting string.

This is mu4e's version of Emacs 28's `file-name-concat' with the
difference it also handles slashes at the beginning of
COMPONENTS."
  (replace-regexp-in-string
   "//+" "/"
   (mapconcat (lambda (part) (if (stringp part) part ""))
              (cons directory components) "/")))

(defun mu4e-plistp (object)
  "Non-nil if and only if OBJECT is a valid plist.
This is mu4e's version of Emacs 29's `plistp'."
  (let ((len (proper-list-p object)))
    (and len (zerop (% len 2)))))

(defun mu4e-plist-filter (plist pred)
  "Return a plist for which a call to pred is non-nil.
PLIST is some plist, and PRED is a function taking a key and
value."
  (let (p)
    (while plist
      (let ((key (car plist)) (val (cadr plist)))
           (when (funcall pred key val)
             (setq p (plist-put p key val))))
      (setq plist (cddr plist)))
    p))

(defun mu4e-plist-remove (plist prop)
  "Remove PROP from PLIST.
Returns the updated PLIST."
  (mu4e-plist-filter plist (lambda (k _v) (not (eq k prop)))))

(defun mu4e-plist-remove-nils (plist)
  "Remove all properties with value nil from PLIST."
  (mu4e-plist-filter plist (lambda (_k v) v)))

(defun mu4e-plist-put-many (plist &rest keyvals)
  "Like `plist-put', but allow for multiple key-value pairs.
PLIST is a property list, and KEYVALS are key value ... ."
  (let ((p plist))
    (while keyvals
      (setq p (plist-put p (car keyvals) (cadr keyvals)))
      (setq keyvals (cddr keyvals)))
    p))

(defun mu4e--message-hide-headers ()
  "Hide headers based on the `message-hidden-headers' variable.
This is mu4e's version of the post-emacs-28 `message-hide-headers',
which we need to avoid #2661."
  (let ((regexps (if (stringp message-hidden-headers)
                     (list message-hidden-headers)
                   message-hidden-headers))
        end-of-headers)
    (when regexps
      (save-excursion
        (save-restriction
          (message-narrow-to-headers)
          (setq end-of-headers (point-min-marker))
          (goto-char (point-min))
          (while (not (eobp))
            (if (not (message-hide-header-p regexps))
                (message-next-header)
              (let ((begin (point)))
                (message-next-header)
                (let ((header (delete-and-extract-region begin (point))))
                  (save-excursion
                    (goto-char end-of-headers)
                    (insert-before-markers header))))))))
      (narrow-to-region end-of-headers (point-max)))))

(defun mu4e-key-description (cmd)
  "Get the textual form of current binding to interactive function CMD.
If it is unbound, return nil. If there are multiple bindings,
return the shortest.

Roughly does what `substitute-command-keys' does, but picks
shorter keys in some cases where there are multiple bindings."
  ;; not a perfect heuristic: e.g. '<up>' is longer that 'C-p'
  (car-safe
   (seq-sort (lambda (b1 b2)
               (< (length b1) (length b2)))
             (seq-map #'key-description
                      (where-is-internal cmd)))))

(provide 'mu4e-helpers)
;;; mu4e-helpers.el ends here