-
command line help with sylpheed
cant figure out how to make all my inbox marked as read from the command line. if i use sylpheed --mark all read it just deletes the most recent email and i have to run the command again to delete the next,etc. there must be a way because i can open the sylpheed application (not from the terminal) and select the mark all read option and it marks all as read. tks
-
Re: command line help with sylpheed
figured it out
wrote this script (replace xxx with user password) and (replace nnn with your user name). and also assuming that you are using Mail folder to store your mail.
#!/bin/bash
echo xxx | sudo -S
rm -rf /home/nnn/Mail/inbox/*
Last edited by rburkartjo; March 9th, 2013 at 04:15 PM.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks