On 2024-06-07 06:03, Chris M via Alpine-info wrote:
touch command doesn't workchris@q4os-desktop:~$ touch /home/chris/maildrop/sent-mailtouch: cannot touch '/home/chris/maildrop/sent-mail': No such file or directorychris@q4os-desktop:~$ cd /home/chris chris@q4os-desktop:~$ touch /home/chris/maildrop/sent-mailtouch: cannot touch '/home/chris/maildrop/sent-mail': No such file or directorychris@q4os-desktop:~$
But this is not an Alpine problem. You have problems handling the standard Linux command line.
cd /home/chris/ ls maildropIf it says it is a file, you have to delete it and create a directory instread:
rm maildir mkdir maildrop If it says it does not exist, then create the directory: mkdir maildrop then touch maildrop/sent-mailAlpine is a traditional Linux style program, it assumes you are familiar with the Linux command line. There are even more difficult to use mail programs, like "mutt".
-- Cheers / Saludos, Carlos E. R. (from 15.5 x86_64 at Telcontar)
OpenPGP_signature.asc
Description: OpenPGP digital signature
_______________________________________________ Alpine-info mailing list Alpine-info@u.washington.edu http://mailman12.u.washington.edu/mailman/listinfo/alpine-info