URI: 
       Return mailbox location on successful creation - postreich - Unnamed repository; edit this file 'description' to name the repository.
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit b3ecc4f176920e2972e1e51515c07eb479482629
   DIR parent c02d3b4753c25201983768431317d356dd7ac178
  HTML Author: Scarlett McAllister <no+reply@roygbyte.com>
       Date:   Sun, 28 Jan 2024 20:20:09 -0400
       
       Return mailbox location on successful creation
       
       Diffstat:
         M src/geomyidae/api/create-mailbox    |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/src/geomyidae/api/create-mailbox b/src/geomyidae/api/create-mailbox
       @@ -28,6 +28,7 @@ case $? in
            2)
                > "$MAILBOXES/$handle"
                printf "%s\n" "$pubkey_content" > "$PUBKEYS/$handle"
       +        printf "gopher://$SERVER_NAME/0/api/$MAILBOXES/$handle\n"
                return 0
                ;;
            *)