Re: Up to date version of trash patch?

2010-09-21 Thread Athanasius
-folder. File attached (and if this list strips that then it's at: <http://www.miggy.org/debian/misc-patches/debian-mutt-1.5.20_features_trash-folder.txt> ) -- - Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/ Finger athan(at)fysh.org for PGP key

Re: No route to host error message from fetchmail

2010-09-25 Thread Athanasius
wall rule on the server that's returning 'no route to host' instead of just 'connection refused', i.e. it's not actually a lack of route to the host in question. -- - Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/ Finger athan(at)fysh.org f

Re: setting mutt to charset UTF-8 ?

2010-10-04 Thread Athanasius
h to in order to run screen+mutt. My .Xresources has: !! Allow xterm to take note of locale settings XTerm*locale: true XTerm*faceName: neep (and various XTerm*faceSize[1-6] settings) Hope this helps someone :). -- - Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/

Re: paranoic gpg settings and /tmp

2010-12-09 Thread Athanasius
R to that, bitching if it can't ensure it exists, is owned by you, and chmod 700. -- - Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/ Finger athan(at)fysh.org for PGP key "And it's me who is my enemy. Me who beats me up. Me who makes the monsters. Me who strips my confidence." Paula Cole - ME signature.asc Description: Digital signature

Re: paranoic gpg settings and /tmp

2010-12-09 Thread Athanasius
On Thu, Dec 09, 2010 at 10:14:55AM +, Athanasius wrote: > In general I think it's a good idea to set TMP and TMPDIR to ~/tmp > anyway. If you have a GOOD reason to want to have such on actual /tmp > (faster local disk instead of NFS disk?) then I'd recommend some shell

Re: EXITCODE==255

2011-06-22 Thread Athanasius
#x27;, i.e. it should go back up the procmailrc/MTA chain to tell the sender "User doesn't exist". -- - Athanasius = Athanasius(at)miggy.org / http://www.miggy.org/ Finger athan(at)fysh.org for PGP key "And it's me who is my enemy. Me who beats me up. Me who makes the monsters. Me who strips my confidence." Paula Cole - ME signature.asc Description: Digital signature

Re: bad path given to procmail

2011-09-10 Thread Athanasius
NBOX' is incorrect. It states: Default rcfile: $HOME/.procmailrc It may be writable by your primary group Your system mailbox:/var/mail/athan But I have: 11:00:37 0$ grep DEFAULT .procmailrc DEFAULT=$MAILDIR/.catchall/ So if you have a DEFAULT setting in .procmailrc,

Re: use a variable in .muttrc

2011-09-15 Thread Athanasius
outbox-`date +%m-%y`' > > fi > - > > it works fine. > > Why it does not work with $an ? Red herring. You're not trying to use $an inside '' in this version. `` still works inside ''.