- libdb4-4.8.30-20.fc24.x86_64.rpm
-rwxr-xr-x 1 root root 1605872 Feb 4 2016 /usr/lib64/libdb-4.8.so
lrwxrwxrwx 1 root root 12 Feb 4 2016 /usr/lib64/libdb-4.so -> libdb-4.8.so
| db_create | |
| db_env_create |
| // Function | |
| static void clean_references(struct MuttThread *brk, struct MuttThread *cur); | |
| // Original Code | |
| for (ref = cur->message->env->references; p->message && ref; ref = ref->next) | |
| if (mutt_strcasecmp(ref->data, p->message->env->message_id) == 0) | |
| { | |
| done = true; | |
| break; | |
| } |
| #include <stdio.h> | |
| /* ---------------------------------- */ | |
| #define struct_Named \ | |
| char *name | |
| struct Named | |
| { | |
| struct_Named; |
| a64l | |
| accept | |
| access | |
| aio_cancel | |
| aio_error | |
| aio_fsync | |
| aio_read | |
| aio_return | |
| aio_suspend | |
| aio_write |
I hereby claim:
To claim this, I am signing this object:
| #!/bin/sh | |
| gedit "$1" & | |
| sleep 2 | |
| exit 0 |
| #!/bin/bash | |
| eval REPO="${1:-~/neo-docs}" | |
| cp "$REPO"/doc/chunk.xsl . | |
| cp "$REPO"/doc/manual.xml . | |
| cp "$REPO"/doc/mutt.css . | |
| cp "$REPO"/doc/mutt.xsl . | |
| # The devel features are not merged into neomutt, so insert them now |
| # Common Crypto Options | |
| set crypt_auto_encrypt = no # Automatically encrypt all mail | |
| set crypt_auto_pgp = yes # Allow automatic pgp functions | |
| set crypt_auto_sign = no # Automatically sign all mail | |
| set crypt_auto_smime = yes # Allow automatic smime functions | |
| set crypt_confirm_hook = yes | |
| set crypt_opportunistic_encrypt = no | |
| set crypt_reply_encrypt = yes | |
| set crypt_reply_sign = yes | |
| set crypt_reply_sign_encrypted = yes |
| mailboxes "=mutt" | |
| mailboxes "=mutt.arch" | |
| mailboxes "=mutt.debian" | |
| mailboxes "=mutt.dev" | |
| mailboxes "=mutt.kz" | |
| mailboxes "=mutt.neo" | |
| mailboxes "=mutt.suse" | |
| mailboxes "=mutt.travis" | |
| mailboxes "=mutt.users" |