Re: Clear subject field

2017-11-20 Thread Thomas Schneider
Pétùr:

> Is there a way to quickly clear the subject of an email?
> Right now I have to delete character by character with the del key.
> I want to delete everything in the subject field and add a better
> (new) subject sometimes when forwarding email.

I almost always jump into vim to edit the email,
so it's easy to 'd$' or edit it.

Tom

Re: Clear subject field

2017-11-20 Thread Pétùr

On Mon, Nov 20, 2017 at 08:42:28AM -0500, Ben Boeckel wrote:

On Mon, Nov 20, 2017 at 12:19:10 +0100, Pétùr wrote:

Is there a way to quickly clear the subject of an email?

Right now I have to delete character by character with the del key.

I want to delete everything in the subject field and add a better
(new) subject sometimes when forwarding email.


I use `C` in Vim to clear it and write a new one. But in the Mutt
editor/composer, there is probably support at least for `C-W` to delete
by word. I don't remember the emacs binding for line deletion. `C-K`?


Thanks C-w works to delete by word (and C-k also for the line).

Pétùr


Re: Clear subject field

2017-11-20 Thread Tom Furie
On Mon, Nov 20, 2017 at 02:18:52PM +0100, Pétùr wrote:

> I noticed also that C-k was working (but the cursor has to be at the
> beginning of the line).

Which can be achieved by C-a, in case you're interested.

Cheers,
Tom

-- 
A beginning is the time for taking the most delicate care that balances are
correct.
-- Princess Irulan, "Manual of Maud'Dib"


signature.asc
Description: Digital signature


Re: Clear subject field

2017-11-20 Thread Patrick Shanahan
* Pétùr  [11-20-17 07:21]:
> Hi,
> 
> Is there a way to quickly clear the subject of an email?
> 
> Right now I have to delete character by character with the del key.
> 
> I want to delete everything in the subject field and add a better
> (new) subject sometimes when forwarding email.

look a the docs/man-page for your chosen editor. or if using mutt's
built-in, again check the docs.  mutt has some of the best documentation
available.  and of course there is always google.

 hint:  http://www.mutt.org/doc/manual/#editing

and then there is google
 
-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  @ptilopteri
http://en.opensuse.orgopenSUSE Community Memberfacebook/ptilopteri
Registered Linux User #207535@ http://linuxcounter.net
Photos: http://wahoo.no-ip.org/piwigo   paka @ IRCnet freenode


Re: Clear subject field

2017-11-20 Thread Marcus C. Gottwald

Pétùr wrote (Mon 2017-Nov-20 12:19:10 +0100):

> Is there a way to quickly clear the subject of an email?

Pressing Ctrl+U while editing the field should do what you are
looking for.

Cheers, Marcus

-- 
   Marcus C. Gottwald  ·    ·  https://cheers.de



Re: Clear subject field

2017-11-20 Thread Pétùr

On Mon, Nov 20, 2017 at 01:24:01PM +0100, Francesco Ariis wrote:

On Mon, Nov 20, 2017 at 12:19:10PM +0100, Pétùr wrote:

Hi,

Is there a way to quickly clear the subject of an email?

Right now I have to delete character by character with the del key.

I want to delete everything in the subject field and add a better
(new) subject sometimes when forwarding email.


Hi Pétùr, `C-u` does what you want. Standard bash shortcuts are
available in mutt and quite useful


Thanks!

I noticed also that C-k was working (but the cursor has to be at the
beginning of the line).

Pétùr


Re: Clear subject field

2017-11-20 Thread hymie!
Control-U ?

--hymie! http://lactose.homelinux.net/~hymiehy...@lactose.homelinux.net

On Mon, Nov 20, 2017 at 12:19:10PM +0100, Pétùr wrote:
> Hi,
> 
> Is there a way to quickly clear the subject of an email?
> 
> Right now I have to delete character by character with the del key.
> 
> I want to delete everything in the subject field and add a better
> (new) subject sometimes when forwarding email.
> 
> Pétùr


Re: Refreshing ancient MIME/IMAP memories

2017-11-20 Thread Richard Z
On Wed, Nov 01, 2017 at 03:28:17AM -0700, fe...@crowfix.com wrote:
> My ISP has temporarily throttled me back to 128Kbps, and viewing email with 
> attachments has become slower.  It made me wonder if mutt could be configured 
> to only download the main email and leave the attachments behind, but that's 
> not how attachments work; they are just part of the body.  Then I had 
> flashbacks to when I inherited a sorry webmail program 20 years ago and had 
> IMAP so memorized that I could read email with a telnet session, and how much 
> I hated trying to remember what the next sequence number should be.
> 
> So I am asking if someone could kindly refresh my memory on exactly what IMAP 
> servers do to email they store.  Memory says they do not pre-process messages 
> to break out attachments; that it is not possible for mutt to only download 
> the basic text or html attachments, and leave all the jpg, gif, pdf, doc, and 
> other attachments alone until needed to save on the attachments page.  Year 
> of usage have also convinced me that if mutt could save downloading unwanted 
> attachments, it would, so it probably can't; messages are all or nothing.  Is 
> that correct?

IMAP can serve you all attachments separately and even chunks of bytes at any
position of the remotely stored email. No idea how to do it with mutt.

Richard

-- 
Name and OpenPGP keys available from pgp key servers



Clear subject field

2017-11-20 Thread Pétùr

Hi,

Is there a way to quickly clear the subject of an email?

Right now I have to delete character by character with the del key.

I want to delete everything in the subject field and add a better
(new) subject sometimes when forwarding email.

Pétùr