notmuch-autoloads.el (8532B)
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 (autoload 'notmuch-mua-mail "notmuch-mua" "\ 141 Invoke the notmuch mail composition window. 142 143 The position of point when the function returns differs depending 144 on the values of TO and SUBJECT. If both are non-nil, point is 145 moved to the message's body. If SUBJECT is nil but TO isn't, 146 point is moved to the \"Subject:\" header. Otherwise, point is 147 moved to the \"To:\" header. 148 149 (fn &optional TO SUBJECT OTHER-HEADERS CONTINUE SWITCH-FUNCTION YANK-ACTION SEND-ACTIONS RETURN-ACTION &rest IGNORED)" t) 150 (autoload 'notmuch-mua-send-and-exit "notmuch-mua" "\ 151 152 153 (fn &optional ARG)" t) 154 (autoload 'notmuch-mua-send "notmuch-mua" "\ 155 156 157 (fn &optional ARG)" t) 158 (autoload 'notmuch-mua-kill-buffer "notmuch-mua" nil t) 159 (define-mail-user-agent 'notmuch-user-agent 'notmuch-mua-mail 'notmuch-mua-send-and-exit 'notmuch-mua-kill-buffer 'notmuch-mua-send-hook) 160 (register-definition-prefixes "notmuch-mua" '("notmuch-")) 161 162 163 ;;; Generated autoloads from notmuch-parser.el 164 165 (register-definition-prefixes "notmuch-parser" '("notmuch-sexp-")) 166 167 168 ;;; Generated autoloads from notmuch-print.el 169 170 (register-definition-prefixes "notmuch-print" '("notmuch-print-")) 171 172 173 ;;; Generated autoloads from notmuch-query.el 174 175 (register-definition-prefixes "notmuch-query" '("notmuch-query-")) 176 177 178 ;;; Generated autoloads from notmuch-show.el 179 180 (autoload 'notmuch-show "notmuch-show" "\ 181 Run \"notmuch show\" with the given thread ID and display results. 182 183 ELIDE-TOGGLE, if non-nil, inverts the default elide behavior. 184 185 The optional PARENT-BUFFER is the notmuch-search buffer from 186 which this notmuch-show command was executed, (so that the 187 next thread from that buffer can be show when done with this 188 one). 189 190 The optional QUERY-CONTEXT is a notmuch search term. Only 191 messages from the thread matching this search term are shown if 192 non-nil. 193 194 The optional BUFFER-NAME provides the name of the buffer in 195 which the message thread is shown. If it is nil (which occurs 196 when the command is called interactively) the argument to the 197 function is used. 198 199 Returns the buffer containing the messages, or NIL if no messages 200 matched. 201 202 (fn THREAD-ID &optional ELIDE-TOGGLE PARENT-BUFFER QUERY-CONTEXT BUFFER-NAME)" t) 203 (register-definition-prefixes "notmuch-show" '("notmuch-" "with-current-notmuch-show-message")) 204 205 206 ;;; Generated autoloads from notmuch-tag.el 207 208 (register-definition-prefixes "notmuch-tag" '("notmuch-")) 209 210 211 ;;; Generated autoloads from notmuch-tree.el 212 213 (autoload 'notmuch-tree "notmuch-tree" "\ 214 Display threads matching QUERY in tree view. 215 216 The arguments are: 217 QUERY: the main query. This can be any query but in many cases will be 218 a single thread. If nil this is read interactively from the minibuffer. 219 QUERY-CONTEXT: is an additional term for the query. The query used 220 is QUERY and QUERY-CONTEXT unless that does not match any messages 221 in which case we fall back to just QUERY. 222 TARGET: A message ID (with the id: prefix) that will be made 223 current if it appears in the tree view results. 224 BUFFER-NAME: the name of the buffer to display the tree view. If 225 it is nil \"*notmuch-tree\" followed by QUERY is used. 226 OPEN-TARGET: If TRUE open the target message in the message pane. 227 UNTHREADED: If TRUE only show matching messages in an unthreaded view. 228 229 (fn &optional QUERY QUERY-CONTEXT TARGET BUFFER-NAME OPEN-TARGET UNTHREADED PARENT-BUFFER OLDEST-FIRST HIDE-EXCLUDED)" t) 230 (register-definition-prefixes "notmuch-tree" '("notmuch-")) 231 232 233 ;;; Generated autoloads from notmuch-wash.el 234 235 (register-definition-prefixes "notmuch-wash" '("notmuch-wash-")) 236 237 238 ;;; Generated autoloads from rstdoc.el 239 240 (register-definition-prefixes "rstdoc" '("rst")) 241 242 ;;; End of scraped data 243 244 (provide 'notmuch-autoloads) 245 246 ;; Local Variables: 247 ;; version-control: never 248 ;; no-byte-compile: t 249 ;; no-update-autoloads: t 250 ;; no-native-compile: t 251 ;; coding: utf-8-emacs-unix 252 ;; End: 253 254 ;;; notmuch-autoloads.el ends here