MCPcopy Create free account

hub / github.com/djcb/mu / functions

Functions1,465 in github.com/djcb/mu

Methodadd_message
lib/mu-indexer.cc:240
Methodaddress_rfc2047
lib/message/mu-mime-object.cc:69
Methodallow_warnings
lib/utils/mu-test-utils.cc:112
Methodansi
lib/utils/mu-utils.hh:675
Methodany_of
lib/message/mu-fields.hh:153
Methodarg_val
lib/utils/mu-command-handler.hh:178
Functionassert_matches_regexp
lib/tests/test-mu-maildir.cc:135
Methodbase_message_dir_file
lib/message/mu-message-file.cc:72
Methodbasename
lib/utils/mu-utils-file.cc:100
Functionbasify
lib/mu-query-processor.cc:296
Methodbegin
* Get the begin iterator to the results. * * @return iterator */
lib/mu-query-results.hh:427
Functionbenchmark_indexer
lib/tests/bench-indexer.cc:455
Methodbg
lib/utils/mu-utils.hh:670
Functionblack_hole
lib/utils/mu-test-utils.cc:84
Functionblack_hole
lib/tests/bench-indexer.cc:449
Methodcalculate_threads
lib/mu-query-threads.cc:602
Methodcanonicalize_filename
lib/utils/mu-utils-file.cc:84
Methodcategory
mu/mu-options.cc:984
Methodcheck_dir
lib/utils/mu-utils-file.cc:41
Methodcipher
lib/message/mu-mime-object.hh:631
Methodcleanup
* Cleanup some raw scraped html: remove superfluous * whitespace, avoid too long lines. * * @param unclean * * @return cleaned up string.
lib/utils/mu-html-to-text.cc:191
Methodcleanup_from_scratch
lib/mu-indexer.cc:290
Methodcleanup_incremental
lib/mu-indexer.cc:344
Methodcleanup_name
lib/message/mu-contact.hh:185
Functioncmd_scm
mu/mu-cmd.cc:69
Methodcontacts_handler
lib/mu-server.cc:527
Methodcontains_unbroken_script
lib/utils/mu-utils.cc:117
Methodcontent_description
* Gets the value of the Content-Description for this mime part * if it exists, or nullopt otherwise. * * @return string or nullopt */
lib/message/mu-mime-object.hh:1093
Methodcontent_encoding
* Gets the content encoding of the mime part. * * @return the content encoding */
lib/message/mu-mime-object.hh:1197
Methodcontent_id
* Gets the value of the Content-Id for this mime part * if it exists, or nullopt otherwise. * * @return string or nullopt */
lib/message/mu-mime-object.hh:1103
Methodcontent_location
* Gets the value of the Content-Location for this mime part if it * exists, or nullopt otherwise. * * @return string or nullopt */
lib/message/mu-mime-object.hh:1134
Methodcontent_md5
* Gets the value of the Content-Md5 header for this mime part * if it exists, or nullopt otherwise. * * @return string or nullopt */
lib/message/mu-mime-object.hh:1113
Functioncount_nl
* Count new lines in string. * * @param s string * * @return number of newlines */
lib/utils/mu-test-utils.hh:89
Functioncount_query
mu/mu-cmd-count.cc:47
Methodcreated
lib/message/mu-mime-object.hh:432
Methoddata_handler
lib/mu-server.cc:580
Methoddate
* get the message date/time (the Date: field) as time_t * * @return message date/time or 0 in case of error or if there * is no such header. *
lib/message/mu-message.hh:274
Methoddate_str
* Get the a sortable date str for the document (message) the iterator * is pointing at. pointing at, or Nothing. This (encoded) string * has the s
lib/mu-query-results.hh:311
Methoddecode
lib/mu-config.hh:261
Methoddefault_no_color
mu/mu-options.cc:861
Methoddeserialize
lib/mu-labels-cache.cc:38
Methoddeserialize
lib/mu-contacts-cache.cc:114
Methoddetect_language
Dummy implementation
lib/utils/mu-lang-detector.cc:26
Methoddetermine_dtype
lib/utils/mu-utils-file.cc:56
Methoddirname
lib/utils/mu-utils-file.cc:106
Methoddisposition
lib/message/mu-mime-object.hh:223
Methoddo_index
lib/mu-server.cc:861
Methoddoc_opts
lib/message/mu-message.cc:80
Methoddocid
* Get the doc-id for this document * * @return the docid */
lib/message/mu-document.hh:84
Methoddocument
* Get the Xapian::Document this iterator is pointing at, * or an empty document when looking at end(). * * @return a document */
lib/mu-query-results.hh:240
Methodempty
* Is the base empty? * * @return true or false */
lib/mu-xapian-db.hh:279
Methodempty
* Are there no contacts? * * @return true or false */
lib/mu-contacts-cache.hh:102
Methodempty
* @return whether the labels map is non-empty */
lib/mu-labels-cache.hh:137
Methodencrypted_content_part
lib/message/mu-mime-object.hh:1333
Methodencrypted_version_part
lib/message/mu-mime-object.hh:1329
Methoderror_number
* Get the error number (e.g. for reporting to mu4e) for some error. * * @param c error code * * @return the error number */
lib/utils/mu-error.hh:126
Methoderror_quark
lib/utils/mu-error.hh:174
Functionexec_cmd
mu/mu-cmd-find.cc:111
Methodexpand_path
lib/utils/mu-utils-file.cc:334
Methodexpires
lib/message/mu-mime-object.hh:439
Methodexport_labels
lib/mu-store-labels.cc:68
Methodfield_is_combi
lib/message/mu-fields.cc:71
Functionfinalize_message
scm/mu-scm-message.cc:54
Methodfind_child
lib/mu-query-threads.cc:54
Methodfind_handler
lib/mu-server.cc:779
Methodfind_prop
lib/utils/mu-sexp.cc:308
Methodflags_from_path
lib/message/mu-message-file.cc:84
Methodfor_each
* Invoke function for each key/value pair. Do not call * @this from each_func(). * * @param func a function */
lib/mu-xapian-db.hh:188
Methodfor_each
* Invoke function for each key/value pair. This is called with the lock * held, so do not call functions on @this is each_func(). * * @param eac
lib/mu-xapian-db.hh:332
Functionformat_as
lib/mu-query-results.hh:387
Functionformat_as
lib/mu-xapian-db.hh:522
Functionformat_as
lib/utils/mu-html-to-text.cc:225
Functionformat_as
lib/utils/mu-test-utils.hh:170
Functionformat_as
lib/utils/mu-regex.hh:181
Functionformat_as
lib/message/mu-message.hh:515
Functionformat_as
* Get a string representation of Flags for fmt * * @param flags flags * * @return string as a sequence of message-flag shortcuts */
lib/message/mu-flags.hh:413
Methodfputs_encoded
lib/utils/mu-utils.cc:684
Methodfrom_lexnum
lib/utils/mu-utils.cc:588
Functionfrom_scm
scm/mu-scm.hh:186
Methodgather_thread_ids
* Gather thread ids from this match. * * @param doc the document (message) * */
lib/mu-query-match-deciders.cc:88
Methodget_opt
lib/mu-query-processor.cc:111
Methodhandle_item
lib/mu-indexer.cc:269
Methodhas_child
lib/mu-query-threads.cc:66
Methodhave_readline
lib/utils/mu-readline.cc:67
Methodheader
lib/message/mu-mime-object.cc:91
Methodheaders
lib/message/mu-mime-object.cc:103
Methodhelp_handler
lib/mu-server.cc:805
Methodhtml_to_text
lib/utils/mu-html-to-text.cc:495
Methodid_size
* Get the number of Id values. * * @return the number. */
lib/message/mu-fields.hh:81
Methodid_vec
lib/mu-store.cc:659
Functionignore_error
lib/tests/test-mu-msg.cc:371
Functionignore_error
lib/tests/test-mu-maildir.cc:120
Methodimport_labels
lib/mu-store-labels.cc:188
Methodin_transaction
* Are we inside a transaction? * * @return true or false */
lib/mu-xapian-db.hh:473
Methodincrease
* Add a label occurrence to the cache * * @param label some label */
lib/mu-labels-cache.hh:67
Methodindex_handler
lib/mu-server.cc:880
Methodinit_gmime
lib/message/mu-mime-object.cc:40
Methodinit_message
scm/mu-scm-message.cc:204
Methodinit_mime
scm/mu-scm-mime.cc:242
Functioninit_module_mu
scm/mu-scm.cc:176
← previousnext →701–800 of 1,465, ranked by callers