Gentoo Archives: gentoo-user-es

From: Arrase <arrase@××××××.org>
To: Gentoo <gentoo-user-es@l.g.o>
Subject: Re: [gentoo-user-es] mutt y gpg-mime
Date: Fri, 01 Jun 2007 21:30:53
Message-Id: 20070601213353.GB32579@dante
In Reply to: [gentoo-user-es] mutt y gpg-mime by Arrase
1 Lo he solucionado poniendo esto en mi .bash_profile:
2
3 if [ -f ~/.bashrc ]
4 then
5 . ~/.bashrc
6 fi
7
8 --
9 <http://arrase.no-ip.org>-<http://www.sofistic.net>-<www.gulcas.org>
10 <arrase@××××××.org>-<Gnupg Keys: http://arrase.no-ip.org/pubkey.txt>
11
12 print "".join(map(lambda numChar:filter(lambda x:(x<"0") or \
13 (x>"9"),numChar),["0"+chr(104)+"0","1"+chr(111)+"1","2"+chr(108)+"2", \
14 "3"+chr(97)+"3","4"+chr(32)+"4","5"+chr(109)+"5","6"+chr(117)+"6", \
15 "7"+chr(110)+"7","8"+chr(100)+"8","9"+chr(111)+"9"]))