notmuch-autoloads.el (7691B)
1 ;;; notmuch-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) 9 10 11 12 ;;; Generated autoloads from coolj.el 13 14 (register-definition-prefixes "coolj" '("coolj-")) 15 16 17 ;;; Generated autoloads from make-deps.el 18 19 (register-definition-prefixes "make-deps" '("batch-make-deps" "make-deps")) 20 21 22 ;;; Generated autoloads from notmuch.el 23 24 (autoload 'notmuch-search "notmuch" "\ 25 Display threads matching QUERY in a notmuch-search buffer. 26 27 If QUERY is nil, it is read interactively from the minibuffer. 28 Other optional parameters are used as follows: 29 30 OLDEST-FIRST: A Boolean controlling the sort order of returned threads 31 HIDE-EXCLUDED: A boolean controlling whether to omit threads with excluded 32 tags. 33 TARGET-THREAD: A thread ID (without the thread: prefix) that will be made 34 current if it appears in the search results. 35 TARGET-LINE: The line number to move to if the target thread does not 36 appear in the search results. 37 NO-DISPLAY: Do not try to foreground the search results buffer. If it is 38 already foregrounded i.e. displayed in a window, this has no 39 effect, meaning the buffer will remain visible. 40 41 When called interactively, this will prompt for a query and use 42 the configured default sort order. 43 44 (fn &optional QUERY OLDEST-FIRST HIDE-EXCLUDED TARGET-THREAD TARGET-LINE NO-DISPLAY)" t) 45 (autoload 'notmuch "notmuch" "\ 46 Run notmuch and display saved searches, known tags, etc." t) 47 (autoload 'notmuch-cycle-notmuch-buffers "notmuch" "\ 48 Cycle through any existing notmuch buffers (search, show or hello). 49 50 If the current buffer is the only notmuch buffer, bury it. 51 If no notmuch buffers exist, run `notmuch'." t) 52 (register-definition-prefixes "notmuch" '("notmuch-")) 53 54 55 ;;; Generated autoloads from notmuch-address.el 56 57 (register-definition-prefixes "notmuch-address" '("notmuch-address-")) 58 59 60 ;;; Generated autoloads from notmuch-company.el 61 62 (autoload 'notmuch-company-setup "notmuch-company") 63 (autoload 'notmuch-company "notmuch-company" "\ 64 `company-mode' completion back-end for `notmuch'. 65 66 (fn COMMAND &optional ARG &rest IGNORE)" t) 67 (register-definition-prefixes "notmuch-company" '("notmuch-company-last-prefix")) 68 69 70 ;;; Generated autoloads from notmuch-compat.el 71 72 (register-definition-prefixes "notmuch-compat" '("notmuch-")) 73 74 75 ;;; Generated autoloads from notmuch-crypto.el 76 77 (register-definition-prefixes "notmuch-crypto" '("notmuch-crypto-")) 78 79 80 ;;; Generated autoloads from notmuch-draft.el 81 82 (register-definition-prefixes "notmuch-draft" '("notmuch-draft-")) 83 84 85 ;;; Generated autoloads from notmuch-hello.el 86 87 (autoload 'notmuch-hello "notmuch-hello" "\ 88 Run notmuch and display saved searches, known tags, etc. 89 90 (fn &optional NO-DISPLAY)" t) 91 (register-definition-prefixes "notmuch-hello" '("notmuch-")) 92 93 94 ;;; Generated autoloads from notmuch-jump.el 95 96 (autoload 'notmuch-jump-search "notmuch-jump" "\ 97 Jump to a saved search by shortcut key. 98 99 This prompts for and performs a saved search using the shortcut 100 keys configured in the :key property of `notmuch-saved-searches'. 101 Typically these shortcuts are a single key long, so this is a 102 fast way to jump to a saved search from anywhere in Notmuch." t) 103 (autoload 'notmuch-jump "notmuch-jump" "\ 104 Interactively prompt for one of the keys in ACTION-MAP. 105 106 Displays a summary of all bindings in ACTION-MAP in the 107 minibuffer, reads a key from the minibuffer, and performs the 108 corresponding action. The prompt can be canceled with C-g or 109 RET. PROMPT must be a string to use for the prompt. PROMPT 110 should include a space at the end. 111 112 ACTION-MAP must be a list of triples of the form 113 (KEY LABEL ACTION) 114 where KEY is a key binding, LABEL is a string label to display in 115 the buffer, and ACTION is a nullary function to call. LABEL may 116 be null, in which case the action will still be bound, but will 117 not appear in the pop-up buffer. 118 119 (fn ACTION-MAP PROMPT)") 120 (register-definition-prefixes "notmuch-jump" '("notmuch-jump-")) 121 122 123 ;;; Generated autoloads from notmuch-lib.el 124 125 (register-definition-prefixes "notmuch-lib" '("notmuch-")) 126 127 128 ;;; Generated autoloads from notmuch-maildir-fcc.el 129 130 (register-definition-prefixes "notmuch-maildir-fcc" '("notmuch-" "with-temporary-notmuch-message-buffer")) 131 132 133 ;;; Generated autoloads from notmuch-message.el 134 135 (register-definition-prefixes "notmuch-message" '("notmuch-message-")) 136 137 138 ;;; Generated autoloads from notmuch-mua.el 139 140 (register-definition-prefixes "notmuch-mua" '("notmuch-")) 141 142 143 ;;; Generated autoloads from notmuch-parser.el 144 145 (register-definition-prefixes "notmuch-parser" '("notmuch-sexp-")) 146 147 148 ;;; Generated autoloads from notmuch-print.el 149 150 (register-definition-prefixes "notmuch-print" '("notmuch-print-")) 151 152 153 ;;; Generated autoloads from notmuch-query.el 154 155 (register-definition-prefixes "notmuch-query" '("notmuch-query-")) 156 157 158 ;;; Generated autoloads from notmuch-show.el 159 160 (autoload 'notmuch-show "notmuch-show" "\ 161 Run \"notmuch show\" with the given thread ID and display results. 162 163 ELIDE-TOGGLE, if non-nil, inverts the default elide behavior. 164 165 The optional PARENT-BUFFER is the notmuch-search buffer from 166 which this notmuch-show command was executed, (so that the 167 next thread from that buffer can be show when done with this 168 one). 169 170 The optional QUERY-CONTEXT is a notmuch search term. Only 171 messages from the thread matching this search term are shown if 172 non-nil. 173 174 The optional BUFFER-NAME provides the name of the buffer in 175 which the message thread is shown. If it is nil (which occurs 176 when the command is called interactively) the argument to the 177 function is used. 178 179 Returns the buffer containing the messages, or NIL if no messages 180 matched. 181 182 (fn THREAD-ID &optional ELIDE-TOGGLE PARENT-BUFFER QUERY-CONTEXT BUFFER-NAME)" t) 183 (register-definition-prefixes "notmuch-show" '("notmuch-" "with-current-notmuch-show-message")) 184 185 186 ;;; Generated autoloads from notmuch-tag.el 187 188 (register-definition-prefixes "notmuch-tag" '("notmuch-")) 189 190 191 ;;; Generated autoloads from notmuch-tree.el 192 193 (autoload 'notmuch-tree "notmuch-tree" "\ 194 Display threads matching QUERY in tree view. 195 196 The arguments are: 197 QUERY: the main query. This can be any query but in many cases will be 198 a single thread. If nil this is read interactively from the minibuffer. 199 QUERY-CONTEXT: is an additional term for the query. The query used 200 is QUERY and QUERY-CONTEXT unless that does not match any messages 201 in which case we fall back to just QUERY. 202 TARGET: A message ID (with the id: prefix) that will be made 203 current if it appears in the tree view results. 204 BUFFER-NAME: the name of the buffer to display the tree view. If 205 it is nil \"*notmuch-tree\" followed by QUERY is used. 206 OPEN-TARGET: If TRUE open the target message in the message pane. 207 UNTHREADED: If TRUE only show matching messages in an unthreaded view. 208 209 (fn &optional QUERY QUERY-CONTEXT TARGET BUFFER-NAME OPEN-TARGET UNTHREADED PARENT-BUFFER OLDEST-FIRST HIDE-EXCLUDED)" t) 210 (register-definition-prefixes "notmuch-tree" '("notmuch-")) 211 212 213 ;;; Generated autoloads from notmuch-wash.el 214 215 (register-definition-prefixes "notmuch-wash" '("notmuch-wash-")) 216 217 218 ;;; Generated autoloads from rstdoc.el 219 220 (register-definition-prefixes "rstdoc" '("rst")) 221 222 ;;; End of scraped data 223 224 (provide 'notmuch-autoloads) 225 226 ;; Local Variables: 227 ;; version-control: never 228 ;; no-byte-compile: t 229 ;; no-update-autoloads: t 230 ;; no-native-compile: t 231 ;; coding: utf-8-emacs-unix 232 ;; End: 233 234 ;;; notmuch-autoloads.el ends here