[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: mutt: help with saving a messge to a different folder



Seth R Arnold [sarnold@willamette.edu] wrote:
> Then ensure to hit tab no more than three times? heheheh. :) 

	If I could, then I won't bother post this msg to mutt list, debian list
	and deja newsgroup. It is my finger's problem, not mine :)
> 
> Honestly, if it bothers you that much, and the mutt docs don't show any way
> of changing it, I imagine it would be easy to change in the source code.
> Change it, put an option in the .muttrc file, and send the diff upstream.

	This suggestion is good enough to end this thread. When I have
	time, I will do this. But I don't think upstream will like it.
	Becuase even myself think this feature is unnecessary.

	At a moment, I am using this wrapper to do the job:

exec mutt;
for saved in `cd $SOURCE_DIR; ls *@*`
 do                             
  if [ -f "$TARGET_DIR/$saved" ]; then
   cat $SOURCE_DIR/$saved >> $TARGET_DIR/$saved;
   rm $SOURCE_DIR/$saved;       
  else                          
   mv $SOURCE_DIR/$saved $TARGET_DIR;
  fi                            
done                            
exit 0;                         

-- 
____________________________________________________________________________
Shao Zhang - Running Debian 2.1  ___ _               _____
Department of Communications    / __| |_  __ _ ___  |_  / |_  __ _ _ _  __ _ 
University of New South Wales   \__ \ ' \/ _` / _ \  / /| ' \/ _` | ' \/ _` |
Sydney, Australia               |___/_||_\__,_\___/ /___|_||_\__,_|_||_\__, |
Email: shao@cia.com.au                                                  |___/ 
_____________________________________________________________________________


Reply to: