empty trash

2010-01-13 Thread michele
I'm using Mutt 1.5.20 on Ubuntu Server over IMAP. Thanks to the Trash patch, when i delete a message, the message is moved inside my trash folder. How can easily empty the trash now? Thanks

Re: empty trash

2010-01-13 Thread michele
On Wed, Jan 13, 2010 at 10:52:57AM +0100, Christoph Berg wrote: > T.;d Thanks Christoph, it worked! Is it possible to define a macro that executes this action? I would like to presso, for example, CTRL+E and have the trash emptied. Bye

do not count old messages

2010-01-26 Thread michele
In the folder sidebar, new and old messages are counted inside brackets for each folder. How can I tell mutt to count only 'new' messages and not the 'old' ones? Thanks

Re: forward email as attachment

2010-02-05 Thread michele
ng the message to be forwarded, press v to see the attachment list, select the file and press f. This is my preferred way to forward messages with attachment. It should be nice to have the same behaviour even when pressing f when reading the message (outside the attachment window). Bye, Michele

[OT] [fim-devel] fim new release: 0.5 (rc0) !!

2016-01-19 Thread Michele Martone
a Vim or a Mutt user might like it: http://www.nongnu.org/fbi-improved/#tutorial_vim http://www.nongnu.org/fbi-improved/#tutorial_mutt Here forwarded follows the release email. I hope this message can be of your interest. Cheers, Michele - Forwarded message from Michele Martone - Subject:

[OT] FIM - Fbi IMproved

2007-11-28 Thread Michele Martone
cts/fbi-improved [2] http://www.autistici.org/dezperado [3] http://www.autistici.org/dezperado/FIM.TXT [4] http://lists.nongnu.org/mailman/listinfo/fbi-improved-devel Regards, Michele pgpZ7twAtZBZH.pgp Description: PGP signature

Re: [OT] FIM - Fbi IMproved

2007-11-29 Thread Michele Martone
hird party API (it could prove useful to Fim, but the place for this discussion would be another mailing list ; namely - Fim's own, on which you are welcome :) ). Ciao, Michele pgpLyTzxJvGdn.pgp Description: PGP signature

mutt and plaintext passwords : muttrc encryption ?

2008-07-28 Thread Michele Martone
ption solution because it sounds 'simple' and 'natural' to me, (and Vim encrypted files can be 'recognized' by having a "VimCrypt" signature in the first bytes) But I know, vim is not the only text editor around here :) . Has anybody thought or hea

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-28 Thread Michele Martone
On [EMAIL PROTECTED]:35, Justin Mazzola Paluska wrote: > ... > 2. On my home machine, I use GPG to decrypt the password part of the > muttrc. uhm. could you give some examples for this solution ? it seems to require no external workarounds at all, so it seems neat! i experimented with `gp

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-28 Thread Michele Martone
that `gpg --decrypt` straight into the muttrc. but Gandalf's advice is appropriated - this is enough for now :) On [EMAIL PROTECTED]:58, Kyle Wheeler wrote: > On Monday, July 28 at 05:12 PM, quoth Michele Martone: > > I was wondering about some way to protect the passwords potentially

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-28 Thread Michele Martone
msmtp with 'password' fields unset in the .msmtprc file, waiting for prompting (never worked to me though) On [EMAIL PROTECTED]:53, Michele Martone wrote: > this seems almost perfect to me. marvelous, elegant, general, thanks ! > ..

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-28 Thread Michele Martone
3 +0100, by [EMAIL PROTECTED] (Michele Martone): > ... > source "gpg -d sensitivestuff.gpg |" > > and sensitivestuff being just another muttrc snippet.

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-29 Thread Michele Martone
x27;t able to find a working minimal gpg environment: source "env -i HOME=/home/user COLUMNS=10 LINES=10 GPG_AGENT_INFO= PINENTRY_USER_DATA= GPG_TTY=`tty` gpg --homedir /home/dez/.gnupg -d ~/.mutt/private.accounts.gpg|" So I guess PATH , LD_LIBRARY_PATH environment and some other are still missin

Re: robots [ was Re: Alternative Identities ]:wq

2008-07-29 Thread Michele Martone
Er, I fell in this trap too. It seems like my yesterday messages were blocked (graylisted) in some way by that robot, and today, after following a link (now inactive) [1] from a trashmail, my messages were let in. This is not fair at all. Due to the transitory nature of this annoyance, I posted

[EMAIL PROTECTED]: Re: mutt and plaintext passwords : muttrc encryption ?]

2008-07-30 Thread Michele Martone
Hi, for some reason, this message I sent to the mutt-users@mutt.org list gets filtered out! Maybe you could forward this message on behalf of me or just read it. I appreciated your help, and I hope to contribute in the future. michele --- Begin Message --- Unfortunately, the msmtp configuration

Re: mutt and plaintext passwords : muttrc encryption ?

2008-07-30 Thread Michele Martone
As far as I know (and `man environ`, `man popen`) is that : - the environment can be only changed internally, via putenv(), setenv() POSIX calls. - the mutt backtick-based commands, like "|" terminated 'source's does not perform any of the 'execve,execl,...' functions nor 'fork', but o

Re: How to get single list of mailboxes from two IMAP servers?

2008-08-03 Thread Michele Martone
As far as I know, mutt handles one imap or pop connection at a time. Think about it : there is one global imap_pass variable at a time in the muttrc. This alone means you can't have more than one imap 'accounts' monitored in the same mutt session. So the answer is 'no'. But of course you can us