Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gpg: Lowercase mailbox for PKA lookups. | Werner Koch | 2015-02-26 | 1 | -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 Koch | 2015-02-25 | 1 | -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/. |