logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ADGNUMAILCONVERTER - Convert GNUMail addresses to Addresses format

Author

       Addresses for GNUstep was written by Bjoern Giesler.

       This manual page was written by Hubert Chan for the Debian project (but may be used by others).

                                                November 16, 2006                          ADGNUMAILCONVERTER(1)

Description

adgnumailconverter converts old GNUMail addresses to Addresses format.

       The  program  uses the following heuristic to split GNUMail's name field into Addresses's first/last name
       fields:

       1.     Name contains a ",": Split it at the "," and put the first part into last name and the second part
              into first name.

               "Mueller, Fritz" -> "Mueller", "Fritz"

       2.     Name doesn't contain a ",": Split it at spaces and put the last part into last name and everything
              else into first name.

               "Johnny B. Goode" -> "Goode", "Johnny B."

Name

       ADGNUMAILCONVERTER - Convert GNUMail addresses to Addresses format

Options

       adgnumailconverter  only  takes  the  filename  of  the  GNUstep  address  book   to   convert   (usually
       ~/GNUstep/Library/GNUMail/AddressBook).

See Also

Synopsis

adgnumailconverter [filename]

See Also