aboutsummaryrefslogtreecommitdiffstats
path: root/common/mbox-util.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gpg: Lowercase mailbox for PKA lookups.Werner Koch2015-02-261-3/+4
| | | | | | | | * common/stringhelp.c (ascii_strlwr): New. * common/mbox-util.c (mailbox_from_userid): Downcase result. -- Signed-off-by: Werner Koch <[email protected]>
* Move new mailbox.c source file to common/.Werner Koch2015-02-251-0/+193
* g10/mailbox.c: Move to ... * common/mbox-util.c: new file. * common/mbox-util.h: New. Include where needed. * g10/t-mailbox.c: Move to ... * common/t-mbox-util.c: new file. -- This will make it easier to use the code by other modules in common/.