Re: pre-announce exmh-2.7.2
| Newsgroups | gmane.mail.exmh.devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 07 Jan 2005 21:04:50 GMT, Piete Brooks said: > ------- =_aaaaaaaaaa0 > Content-Type: text/plain; charset="us-ascii" > Content-ID: <[email protected]> > > >> Is there an easy way to make the "Delete" operation actually do a "Move to > >> folder +D"?). > > I do something similar. I bind <Key-s> to 'Folder_TargetMove "deld"', then > > "s" means "delete". > > I take that to be a "no". Slicker fix, which nails both exmh and line-mode MH at the same time... 1) In .mh_profile, I have: rmm: -unlink rmmproc: rmm.sh refile: -normmproc -unlink 2) Here's my ~/bin/rmm.sh: #!/bin/sh refile -unlink -normmproc $* +trash (Note you need 'refile -normmproc' to prohibit a recursion loop...) _______________________________________________ Exmh-workers mailing list [email protected] https://www.redhat.com/mailman/listinfo/exmh-workers
signature.asc
(application/pgp-signature, 226 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Exmh version 2.5 07/13/2001 iD8DBQFB3v21cC3lWbTT17ARAqZnAKDqua3kfjvsA213tSK989xFMyoARwCgw15s hwFr0qNhCIc+VJMJxDxsyDQ= =xbHp -----END PGP SIGNATURE-----