Re: moving messages on imap4 server based on date received

2017-10-08 Thread tech-lists
On Sun, Oct 08, 2017 at 04:35:47PM -0500, Larry Rosenman wrote: Whether you can run on YOUR server, I do not know, but I've been running this script for ~1 year. Hi, thanks for the script, I've saved it as it may come in useful one day. Unfortunately I'm not running my own mail server at this

Re: moving messages on imap4 server based on date received

2017-10-08 Thread Larry Rosenman
I use the following cron job on my server using doveadm running on the imap server: lrosenman:~ lrosenman$ ssh tbh.lerctr.org cat bin/archive-mail #!/bin/sh PATH=$PATH:/usr/local/bin #Expects to be run after midnight on the first of the month # to archive all the previous months mail #Date Run: T

Re: moving messages on imap4 server based on date received

2017-10-08 Thread tech-lists
On Thu, Sep 28, 2017 at 03:56:35PM -0400, Dan Ritter wrote: On Thu, Sep 28, 2017 at 02:10:22PM +0100, tech-lists wrote: Hello mutt-users@ I'm running mutt 1.9.1 (2017-09-22) on freebsd-11-stable. What I'd like to have is, when mutt loads, it scans its subscribed folders and moves the mail base

Re: moving messages on imap4 server based on date received

2017-09-28 Thread tech-lists
On Thu, Sep 28, 2017 at 03:56:35PM -0400, Dan Ritter wrote: If your IMAP server supports SIEVE, that is the easiest way to get this done. Sorting will happen at delivery time. yep it supports seive, but not every option, hopefully it will support mive from folder by arrive date, for multiple f

Re: moving messages on imap4 server based on date received

2017-09-28 Thread Dan Ritter
On Thu, Sep 28, 2017 at 02:10:22PM +0100, tech-lists wrote: > Hello mutt-users@ > > I'm running mutt 1.9.1 (2017-09-22) on freebsd-11-stable. > > What I'd like to have is, when mutt loads, it scans its subscribed > folders and moves the mail based on date received into preconfigured > mail folder

Re: Moving Messages

2010-04-16 Thread Chuck Smith
On Fri, Apr 16, 2010 at 12:01:32PM -0700, Michael Elkins wrote: > On Fri, Apr 16, 2010 at 02:26:07PM -0400, Chuck Smith wrote: > >I have a very simple question. When I move a message I use the shortcut > >'s' and then I have to enter '?' to get to the list of Gmail labels. Is > >there anyway to sil

Re: Moving Messages

2010-04-16 Thread Michael Elkins
Hi Chuck, On Fri, Apr 16, 2010 at 02:26:07PM -0400, Chuck Smith wrote: I have a very simple question. When I move a message I use the shortcut 's' and then I have to enter '?' to get to the list of Gmail labels. Is there anyway to silence that annoying '?' and go straight to the list? Sure, ju

Re: Moving messages...

2001-12-07 Thread David T-G
Nils -- ...and then Nils Holland said... % Hi folks, Hello! % % I hope you won't shout at me because I'm asking my second (presumably) % stupid question in a single day, but let's try: *grin* % ... % 1) I enter a folder containing new messages. % 2) I read some of them, but not all. % 3)

Re: Moving messages...

2001-12-06 Thread Nils Holland
On Thu, Dec 06, 2001 at 11:19:41AM -0600, Charles Cazabon was heard saying: > darren chamberlain <[EMAIL PROTECTED]> wrote: > > > > or T~A;s (tag by pattern, ~A is all messages) > > Damn shift key :). I meant "T.*;s...", not "t.*;s..." of course. Oh yes, that does indeed work! I already though

Re: Moving messages...

2001-12-06 Thread Charles Cazabon
darren chamberlain <[EMAIL PROTECTED]> wrote: > > or T~A;s (tag by pattern, ~A is all messages) Damn shift key :). I meant "T.*;s...", not "t.*;s..." of course. Charles -- --- Charles Cazabon <[EMA

Re: Moving messages...

2001-12-06 Thread Nicolas Rachinsky
On Thu, Dec 06, 2001 at 11:11:00AM -0600, Charles Cazabon <[EMAIL PROTECTED]> wrote: > Nils Holland <[EMAIL PROTECTED]> wrote: > > > 3) When I leave that folder, I want *all* messages (read and unread) to be > > moved to a different location. > > > > Any suggestions on how to do that? > > Tag

Re: Moving messages...

2001-12-06 Thread darren chamberlain
Charles Cazabon <[EMAIL PROTECTED]> said something to this effect on 12/06/2001: > Nils Holland <[EMAIL PROTECTED]> wrote: > > 3) When I leave that folder, I want *all* messages (read and unread) to be > > moved to a different location. > > > > Any suggestions on how to do that? > > Tag all mes

Re: Moving messages...

2001-12-06 Thread Charles Cazabon
Nils Holland <[EMAIL PROTECTED]> wrote: > 3) When I leave that folder, I want *all* messages (read and unread) to be > moved to a different location. > > Any suggestions on how to do that? Tag all messages (t, followed by .*), then tagged-move (; followed by s) to save elsewhere. Charles -- -

Re: Moving messages

2001-09-09 Thread Cliff Sarginson
On Sun, Sep 09, 2001 at 01:39:59PM -0700, Will Yardley wrote: > Cliff Sarginson wrote: > > Well I looked and looked but I see only a message to > > copy a mail message to another folder, not one to move it > > (i.e. copy then delete it from source folder). > > Am I going blind ? > > type 's' (to

Re: Moving messages

2001-09-09 Thread Ken Weingold
On Sun, Sep 9, 2001, Cliff Sarginson wrote: > mmm > Well I looked and looked but I see only a message to > copy a mail message to another folder, not one to move it > (i.e. copy then delete it from source folder). > Am I going blind ? Save message will copy and mark for deletion. I think it is

Re: Moving messages

2001-09-09 Thread Will Yardley
Cliff Sarginson wrote: > Well I looked and looked but I see only a message to > copy a mail message to another folder, not one to move it > (i.e. copy then delete it from source folder). > Am I going blind ? type 's' (to save message). when you save the message in the target folder it will be de

Re: moving messages

2001-07-27 Thread Ailbhe Leamy
On (27/07/01 07:51), Kalle Hasselström wrote: > How can I make a simple command for moving messages between folders? I > don't see how it could be done with a macro that first copies and then > deletes, since needs an argument from the user (the > destination folder). s saves messages to a diff

Re: moving messages

2001-07-27 Thread Christoph Maurer
Am Fre, 27 Jul 2001, schrieb Kalle Hasselström: > How can I make a simple command for moving messages between folders? I > don't see how it could be done with a macro that first copies and then > deletes, since needs an argument from the user (the > destination folder). You can use the save-mes

Re: Moving messages

2001-06-06 Thread Christian Lackas
* Gilles CHAUVIN <[EMAIL PROTECTED]> [010606 17:13]: Hallo Gilles, > Is there a way, to select a message and move it inside the thread ? you can add a "In-Reply-To:"-Header to the message. Regards, Christian -- Ich lege jetzt letzte Hand an den Rasenmäher... http://www.lackas.net/ Perl Delp

Re: moving messages to other folders

2000-09-12 Thread Suresh Ramasubramanian
Garrick Staples proclaimed on mutt-users that: > little arrow). Did anyone understand that? It's kinda hard to explain. > Kudos to the coder who did that nicety! I know what you mean ;) > Is there a "move message to a different folder" command? I have save-hooks > setup to copy my vario

Re: Moving messages about IMAP/local

2000-08-16 Thread Brendan Cully
On Wednesday, 16 August 2000 at 05:53, [EMAIL PROTECTED] wrote: > I think the current implementation of directory browsing needs to be > changed somewhat. I've muttered about this before but now I have a > practical situation where it's a real pain. > > I want to move some messages from an IMAP s

Re: moving messages?

2000-05-27 Thread David T-G
Manuel -- ...and then Manuel Arriaga said... % Hi all, % % Is there any straightforward way of moving one message from one mailbox to another? Well, I always thought it was straightforward, but the question has come up many times before. To move from one mailbox to another (net total the same

Re: Moving messages

1999-05-10 Thread Lars Hecking
John R. Sheets writes: > Is there an easy way to move messages to a different folder, > that I'm missing? I only found the command for copy, but that > means I have to manually delete the message in the current > folder. Am I blind? Tag (t) the messages you want to move, tag-save (; s) and e

Re: Moving messages

1999-05-10 Thread John R. Sheets
Okay, thanks, that makes sense, sorta. Semantically speaking, "save" seems closer to "copy" than to "copy and delete". But I guess that's close enough (c: Just a little misleading, though. John On Mon, 10 May 1999, Lars Hecking wrote: > John R. Sheets writes: > > Is there an easy way

Re: Moving messages

1999-05-10 Thread Ken W
On Mon, May 10, 1999, John R. Sheets wrote: > Okay, thanks, that makes sense, sorta. Semantically speaking, > "save" seems closer to "copy" than to "copy and delete". But I > guess that's close enough (c: Just a little misleading, though. 'Save' will copy and delete the mesage in its cu