Autodelete

2010-03-15 Thread Maik Stubbe
Hi everybody,

is there a way to delete messages automatically after pressing 'd'?

I'm searching the same for moving mails to a different folder.

To say automatic movement without further interaction such as '$'.

Any ideas?

Regards

Maik


Re: Autodelete

2010-03-15 Thread Patrick Shanahan
* Maik Stubbe  [03-15-10 13:37]:
> 
> is there a way to delete messages automatically after pressing 'd'?

in your ~/.muttrc
set delete=yes# purge deleted messages w/o asking

> I'm searching the same for moving mails to a different folder.

if you "save" to a different folder, the mails are moved/deleted.

> To say automatic movement without further interaction such as '$'.

I don't understand this question.


-- 
Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711
http://wahoo.no-ip.org Photo Album:  http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://counter.li.org


Re: Autodelete

2010-03-15 Thread Maik Stubbe
On Mon, Mar 15, 2010 at 02:01:40PM -0400, Patrick Shanahan wrote:
> * Maik Stubbe  [03-15-10 13:37]:
> > 
> > is there a way to delete messages automatically after pressing 'd'?
> 
> in your ~/.muttrc
> set delete=yes# purge deleted messages w/o asking

I knew this setting before, but this is not really what I'm searching. 


> > I'm searching the same for moving mails to a different folder.
> 
> if you "save" to a different folder, the mails are moved/deleted.
> 
> > To say automatic movement without further interaction such as '$'.
> 
> I don't understand this question.

If I delete a message with 'd' it is just marked as deleted but not moved to 
the trash folder.
I have to interact again.
Now I want the messeges to be moved to the trash folder when pressing 'd'. Same 
with moving/saving
messages to new folders.

Perhaps this is called autopurge


Re: Autodelete

2010-03-15 Thread Patrick Shanahan
* Maik Stubbe  [03-15-10 14:19]:
> On Mon, Mar 15, 2010 at 02:01:40PM -0400, Patrick Shanahan wrote:
> > * Maik Stubbe  [03-15-10 13:37]:
> > > 
> > > is there a way to delete messages automatically after pressing 'd'?
> > 
> > in your ~/.muttrc
> > set delete=yes# purge deleted messages w/o asking
> 
> I knew this setting before, but this is not really what I'm searching. 

Sorry, but that answered your question.

> > > I'm searching the same for moving mails to a different folder.
> > 
> > if you "save" to a different folder, the mails are moved/deleted.
> > 
> > > To say automatic movement without further interaction such as '$'.
> > 
> > I don't understand this question.
> 
> If I delete a message with 'd' it is just marked as deleted but not moved
> to the trash folder. I have to interact again.

Then you will have to "save" to the "trash" folder *or* I believe there
is a patch for "trash", but "trash" is not a built in option for mutt.

I have seen the "trash" patch mentioned, but do not use it and have no
other knowledge of it.

http://cedricduval.free.fr/mutt/patches/#trash
(from my archive)

> Now I want the messeges to be moved to the trash folder when pressing
> 'd'. Same with moving/saving messages to new folders.
 
then you might re-assign "d" to a macro which will "save" the message to
the "trash" folder and use "save" to "move" messages to new folders.

note: the save option *moves* a message to the new location and then
  *deletes* it from the old location.

  *delete* marks a message for deletion which is performed when you
  leave that folder or when you "$", save changes to the folder.


-- 
Patrick Shanahan Plainfield, Indiana, USAHOG # US1244711
http://wahoo.no-ip.org Photo Album:  http://wahoo.no-ip.org/gallery2
Registered Linux User #207535@ http://counter.li.org


Re: Maildir, hostname as a part of file names

2010-03-15 Thread E. Prom
On Friday, 12 March 2010, 21:39:53 +0100,
Jostein Berntsen  wrote:
> On 12.03.10,04:45, E. Prom wrote:
> > 
> > Hi,
> > 
> > I use Maildir, and I find it very convenient when synchronizing between
> > my 2 computers with unison.
> 
> Could you use this utlity?
> 
> http://hacks.dlux.hu/maildirsync/

I can try, thanks for the tip!