GPGME Key Sorting. More...
#include "config.h"#include <locale.h>#include <stdbool.h>#include "mutt/lib.h"#include "config/lib.h"#include "core/lib.h"#include "lib.h"#include "crypt_gpgme.h"#include "sort.h"
Include dependency graph for sort_gpgme.c:Go to the source code of this file.
Functions | |
| static int | crypt_sort_address (const void *a, const void *b, void *sdata) |
| Compare two keys by their addresses - Implements sort_t -. | |
| static int | crypt_sort_keyid (const void *a, const void *b, void *sdata) |
| Compare two keys by their IDs - Implements sort_t -. | |
| static int | crypt_sort_date (const void *a, const void *b, void *sdata) |
| Compare two keys by their dates - Implements sort_t -. | |
| static int | crypt_sort_trust (const void *a, const void *b, void *sdata) |
| Compare two keys by their trust levels - Implements sort_t -. | |
| void | gpgme_sort_keys (struct CryptKeyInfoArray *ckia) |
| Sort an array of GPGME keys. | |
GPGME Key Sorting.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file sort_gpgme.c.
| void gpgme_sort_keys | ( | struct CryptKeyInfoArray * | ckia | ) |
Sort an array of GPGME keys.
| ckia | Array to sort |
Sort GPGME keys according to $pgp_sort_keys
Definition at line 175 of file sort_gpgme.c.
Here is the call graph for this function:
Here is the caller graph for this function: