Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/djcb/mu
/ functions
Functions
1,465 in github.com/djcb/mu
⨍
Functions
1,465
◇
Types & classes
216
↓ 4 callers
Method
symbol_arg
* Get a symbol argument * * @param name of the argument * * @return ref to symbol name, or Nothing if not found */
lib/utils/mu-command-handler.hh:115
↓ 4 callers
Function
test_cases
lib/utils/tests/test-utils.cc:42
↓ 4 callers
Method
thread_id
* Get the thread-id for this message. This is the message-id of the * oldest-known (grand) parent, or the message-id of this message if * none.
lib/message/mu-message.hh:361
↓ 4 callers
Method
to_string
* Get the output as a string, either something like, either a lisp form * or a the full path to a temp file containing the same. * * @return lis
lib/mu-server.cc:101
↓ 4 callers
Function
to_string_view_opt
lib/message/mu-mime-object.hh:295
↓ 4 callers
Function
with_writable_store
mu/mu-cmd.cc:121
↓ 4 callers
Method
xapian_prefix
lib/message/mu-fields.hh:192
↓ 3 callers
Method
add_child
lib/mu-query-threads.cc:43
↓ 3 callers
Function
alist_add
base case.
scm/mu-scm.hh:278
↓ 3 callers
Method
delete_document
* Delete document(s) for the given term or id * * @param term a term * * @return Ok or Error */
lib/mu-xapian-db.hh:405
↓ 3 callers
Method
description
* Get a description of the Xapian database * * @return description */
lib/mu-xapian-db.hh:260
↓ 3 callers
Function
field_from_shortcut
* Get the message-field for the given name or shortcut * * @param name_or_shortcut * * @return the message-field or Nothing */
lib/message/mu-fields.hh:533
↓ 3 callers
Method
field_id
* Get the corresponding Field::Id (if any) * for this contact. * * @return the field-id or Nothing. */
lib/message/mu-contact.hh:155
↓ 3 callers
Function
fill_document
lib/message/mu-message.cc:695
↓ 3 callers
Method
find_arg
* Find the argument with the given name. * * @param arg name * * @return iterator point at the argument, or cend */
lib/utils/mu-command-handler.hh:81
↓ 3 callers
Method
find_macro
lib/mu-query-macros.cc:94
↓ 3 callers
Function
flags_maildir_file
* Filter out any flags which are _not_ Maildir / Mailfile flags * * @param flags flags * * @return filtered flags */
lib/message/mu-flags.hh:366
↓ 3 callers
Method
for_each
lib/message/mu-mime-object.cc:462
↓ 3 callers
Function
from_scm_port
scm/mu-scm-mime.cc:34
↓ 3 callers
Function
from_scm_with_default
scm/mu-scm.hh:230
↓ 3 callers
Function
get_file_size
mu/mu-cmd-extract.cc:191
↓ 3 callers
Method
get_message
* Get the MimeMessage for this MimeMessagePart. * * @return the MimeMessage or Nothing */
lib/message/mu-mime-object.hh:1257
↓ 3 callers
Function
handle_object
lib/message/mu-message.cc:532
↓ 3 callers
Function
imply_unread
* 'unread' is a pseudo-flag that means 'new or not seen' * * @param flags * * @return flags with unread added or removed. */
lib/message/mu-flags.hh:237
↓ 3 callers
Method
import_configurable
* Import configurable settings to some other MetadataIface * * @param target some other metadata interface */
lib/mu-config.hh:336
↓ 3 callers
Method
is_boolean_term
lib/message/mu-fields.hh:158
↓ 3 callers
Method
is_contact
lib/message/mu-fields.hh:169
↓ 3 callers
Method
is_searchable
lib/message/mu-fields.hh:160
↓ 3 callers
Method
is_signed
lib/message/mu-message-part.cc:173
↓ 3 callers
Method
load_bookmarks
lib/mu-query-macros.cc:77
↓ 3 callers
Method
metadata
* Get metadata for given key, empty if not found * * @param name key name * * @return string */
lib/mu-xapian-db.hh:167
↓ 3 callers
Function
options_help
mu/mu-options.cc:155
↓ 3 callers
Function
options_map
mu/mu-options.cc:173
↓ 3 callers
Function
output_error
mu/mu.cc:37
↓ 3 callers
Method
path
lib/mu-query-threads.cc:623
↓ 3 callers
Function
prepare_run
scm/mu-scm.cc:135
↓ 3 callers
Function
remove_slash
lib/mu-store.cc:53
↓ 3 callers
Method
replace_document
* Replace document in database * * @param term unique term * @param id docid * @param doc replacement document * * @return new docid or an
lib/mu-xapian-db.hh:377
↓ 3 callers
Method
request_commit
* Explicitly request the Xapian DB to be committed to disk * * @param force whether to force-commit */
lib/mu-xapian-db.hh:465
↓ 3 callers
Function
shell_quote
* Shell-quote the given string (as per g_shell_quote()) * * @param str some string * * @return quoted string */
lib/utils/mu-utils.hh:547
↓ 3 callers
Method
statistics
lib/mu-store.cc:295
↓ 3 callers
Function
sub_crypto
mu/mu-options.cc:203
↓ 3 callers
Method
tags
* get the list of tags (ie., X-Label) * * @return a list with the tags for this msg. Don't modify/free */
lib/message/mu-message.hh:387
↓ 3 callers
Function
test_something
guile/tests/test-mu-guile.cc:63
↓ 3 callers
Method
to_file
lib/message/mu-mime-object.cc:141
↓ 3 callers
Function
to_ms
lib/utils/mu-utils.hh:399
↓ 3 callers
Function
with_readonly_store
mu/mu-cmd.cc:100
↓ 3 callers
Method
write_to_stream
lib/message/mu-mime-object.cc:129
↓ 2 callers
Method
_find
lib/mu-contacts-cache.cc:246
↓ 2 callers
Method
add_document
* Add a new document to the database * * @param doc a document (message) * * @return new docid or 0 */
lib/mu-xapian-db.hh:359
↓ 2 callers
Method
add_extra_contacts
lib/message/mu-document.cc:233
↓ 2 callers
Function
add_listen_flag
mu/mu-options.cc:614
↓ 2 callers
Function
add_search_term
lib/message/mu-document.cc:90
↓ 2 callers
Function
address_matches
lib/mu-contacts-cache.cc:346
↓ 2 callers
Function
analyze_query_expr
mu/mu-cmd-find.cc:65
↓ 2 callers
Function
ansi_color_maybe
mu/mu-cmd-count.cc:113
↓ 2 callers
Function
ansi_color_maybe
mu/mu-cmd-find.cc:202
↓ 2 callers
Function
calculate_message_flags
lib/mu-server.cc:991
↓ 2 callers
Function
calculate_threads_real
lib/mu-query-threads.cc:568
↓ 2 callers
Method
clear_labels
lib/mu-store.cc:724
↓ 2 callers
Function
contact_type_from_field_id
lib/message/mu-contact.hh:204
↓ 2 callers
Function
contains_unbroken_script
lib/utils/mu-utils.hh:179
↓ 2 callers
Method
content_description
lib/message/mu-message-part.cc:122
↓ 2 callers
Function
cook
lib/message/mu-message-part.cc:45
↓ 2 callers
Method
count
lib/mu-query.cc:268
↓ 2 callers
Method
created
lib/message/mu-mime-object.hh:555
↓ 2 callers
Method
decrease
* Remove a label occurrence from the cache * * Removes the label completely if this was the _last_ occurence. * * @param label some label */
lib/mu-labels-cache.hh:81
↓ 2 callers
Function
determine_docids
lib/mu-server.cc:620
↓ 2 callers
Method
end
* Get the end iterator to the results. * * @return iterator */
lib/mu-query-results.hh:436
↓ 2 callers
Function
expand_path_real
lib/utils/mu-utils-file.cc:307
↓ 2 callers
Method
expires
lib/message/mu-mime-object.hh:556
↓ 2 callers
Function
factor
lib/mu-query-parser.cc:206
↓ 2 callers
Function
field_find_if
lib/message/mu-fields.hh:519
↓ 2 callers
Method
filename
* Gets the filename for this mime part if it exists, or nullopt * otherwise. * * @return string or nullopt */
lib/message/mu-mime-object.hh:1149
↓ 2 callers
Method
fill_g_error
* Fill a GError with the error information * * @param err GError** (or NULL) */
lib/utils/mu-error.hh:148
↓ 2 callers
Method
find_document_unlocked
lib/mu-store.cc:176
↓ 2 callers
Method
find_duplicates_unlocked
lib/mu-store.cc:192
↓ 2 callers
Method
find_message_id
lib/mu-store.cc:513
↓ 2 callers
Method
find_messages
lib/mu-store.cc:524
↓ 2 callers
Function
flag_infos_for_each
lib/message/mu-flags.hh:168
↓ 2 callers
Function
flags_from_expr
* Calculate the flags from either 'absolute' or 'delta' expressions * * @param expr a flag expression, either 'delta' or 'absolute' * @param flags
lib/message/mu-flags.hh:329
↓ 2 callers
Method
for_each_term
lib/mu-store.cc:781
↓ 2 callers
Function
get_name
lib/mu-script.cc:38
↓ 2 callers
Method
get_prop
* Find the property value for some property by name * * @param p property name * * @return the property if found, or nothing */
lib/utils/mu-sexp.hh:259
↓ 2 callers
Function
get_statbuf
lib/message/mu-message.cc:90
↓ 2 callers
Function
get_stats
lib/mu-server.cc:847
↓ 2 callers
Function
guess_first_last_name
simplistic guess of first & last names, for setting some initial value.
mu/mu-cmd-cfind.cc:39
↓ 2 callers
Function
guess_nick
mu/mu-cmd-cfind.cc:55
↓ 2 callers
Function
handle_msg
mu/mu-cmd-view.cc:155
↓ 2 callers
Function
import_get_matching
lib/mu-store-labels.cc:125
↓ 2 callers
Method
import_keys
lib/message/mu-mime-object.cc:193
↓ 2 callers
Method
invoke
lib/mu-server.cc:447
↓ 2 callers
Method
is_encrypted
lib/message/mu-message-part.cc:179
↓ 2 callers
Method
is_normal_term
lib/message/mu-fields.hh:159
↓ 2 callers
Method
is_range
lib/message/mu-fields.hh:170
↓ 2 callers
Method
is_reachable
lib/mu-query-threads.cc:68
↓ 2 callers
Method
is_soft_error
* Is this is a 'soft error'? * * @return true or false */
lib/utils/mu-error.hh:135
↓ 2 callers
Method
is_sortable
lib/message/mu-fields.hh:163
↓ 2 callers
Method
is_valid
lib/mu-contacts-cache.cc:373
↓ 2 callers
Method
join
lib/utils/mu-utils.cc:333
← previous
next →
201–300 of 1,465, ranked by callers