The wiki muttguide/aliases page

2013-03-07 Thread Chris Green
Is it me or is there something wrong with this page.

http://dev.mutt.org/trac/wiki/MuttGuide/Aliases

I see all sorts of HTML tags throughout the page.

-- 
Chris Green


Confused by the Defining/Using Aliases section of the manual

2013-03-07 Thread Chris Green
I've been looking into how to improve my mutt addressbook/aliases and
statred by looking at the Defining/Using Aliases section.  I'm now
more confused than I was before!

I can understand the Usage: bit at least but then it goes rapidly
downhill.

It says:-

Note

If you want to create an alias for more than one address, you must
separate the addresses with a comma (“,”). 

Er, but that disagrees with the Usage: doesn't it? It should (the
Usage:) say alias [ -group name ...] key address [, address ...].

Anyway I don't really understand what is meant by create an alias for
more than one address - does it really mean an alias which will
allow sending mail to more than one address when the alias is used?


Then it says:-

To remove an alias or aliases (“*” means all aliases): 

followed by an example which seems to be *adding* aliases.


It also doesn't seem to show one of the very useful attributes of
aliases, they can refer to other aliases defined already.

-- 
Chris Green


Re: The wiki muttguide/aliases page

2013-03-07 Thread Andreas Kneib
Hi Chris,

* Chris Green schrieb am 07.03.2013 um 15:16 Uhr:

 Is it me or is there something wrong with this page.

 http://dev.mutt.org/trac/wiki/MuttGuide/Aliases

 I see all sorts of HTML tags throughout the page.

pre 
ttI'm afraid you're wrong./tt
/pre

pre
ttRegards, Andreas/tt
/pre




Re: The wiki muttguide/aliases page

2013-03-07 Thread Rado Q
=- Chris Green wrote on Thu  7.Mar'13 at 15:16:13 + -=

 Is it me or is there something wrong with this page.
 
 http://dev.mutt.org/trac/wiki/MuttGuide/Aliases
 
 I see all sorts of HTML tags throughout the page.

Missing conversion from manual transfer.

The whole wiki could certainly take some re-editing for missing,
wrong or obsolete parts.
Benefit of the move is that now _again_ everybody can edit, so feel
invited. :)

-- 
© Rado S. -- You must provide YOUR effort for your goal!
EVERY effort counts: at least to show your attitude.
You're responsible for ALL you do: you get what you give.


Re: The wiki muttguide/aliases page

2013-03-07 Thread Chris Green
On Thu, Mar 07, 2013 at 04:32:16PM +0100, Rado Q wrote:
 =- Chris Green wrote on Thu  7.Mar'13 at 15:16:13 + -=
 
  Is it me or is there something wrong with this page.
  
  http://dev.mutt.org/trac/wiki/MuttGuide/Aliases
  
  I see all sorts of HTML tags throughout the page.
 
 Missing conversion from manual transfer.
 
 The whole wiki could certainly take some re-editing for missing,
 wrong or obsolete parts.
 Benefit of the move is that now _again_ everybody can edit, so feel
 invited. :)
 
Yes, but the trouble is that on many of the parts with HTML tags I don't
know what it *should* look like!  :-)

For example:-

A simple setup for using abook as an external addressbook program:

pre set query_command = abook --mutt-query '%s' macro 
generic,index,pager \ca shell-escapeabookreturn launch abook macro 
index,pager A pipe-messageabook --add-emailreturn add the sender address 
to abook /pre 

-- 
Chris Green


Re: Confused by the Defining/Using Aliases section of the manual

2013-03-07 Thread s. keeling
Incoming from Chris Green:
 
 If you want to create an alias for more than one address, you must
 separate the addresses with a comma (“,”). 
 
 Er, but that disagrees with the Usage: doesn't it? It should (the
 Usage:) say alias [ -group name ...] key address [, address ...].

I've not looked at the manual section in a long time, but I can say
(addys obfuscated):

   alias dk  Derek Keeling  y...@blah.net
   alias ek  Elizabeth Keeling  f...@woohoo.com
   alias mom Mary  Lawrence  kac...@foo.com
   alias family dk,ek,mom

email to family goes to all of them.

 It also doesn't seem to show one of the very useful attributes of
 aliases, they can refer to other aliases defined already.

Ibid.  Or did I completely miss your point?


-- 
Any technology distinguishable from magic is insufficiently advanced.
(*) :(){ :|: };:
- -


signature.asc
Description: Digital signature


Limit view to mails with no subject

2013-03-07 Thread Jostein Berntsen
Hi,

Is is possible to limit the view to mails that have nothing in the subject?

Jostein


Re: Limit view to mails with no subject

2013-03-07 Thread Rado Q
=- Jostein Berntsen wrote on Thu  7.Mar'13 at 17:43:38 +0100 -=

 Is is possible to limit the view to mails that have nothing in the subject?

Try '!~s .' or '~s ^[   ]*$'

-- 
© Rado S. -- You must provide YOUR effort for your goal!
EVERY effort counts: at least to show your attitude.
You're responsible for ALL you do: you get what you give.


Re: Limit view to mails with no subject

2013-03-07 Thread Jostein Berntsen
On 07.03.13,20:30, Rado Q wrote:
 =- Jostein Berntsen wrote on Thu  7.Mar'13 at 17:43:38 +0100 -=
 
  Is is possible to limit the view to mails that have nothing in the subject?
 
 Try '!~s .' or '~s ^[ ]*$'
 

The first command works great. Thanks!

Jostein




Re: Confused by the Defining/Using Aliases section of the manual

2013-03-07 Thread Patrick Shanahan
* Chris Green c...@isbd.net [03-07-13 10:19]:
 I've been looking into how to improve my mutt addressbook/aliases and
 statred by looking at the Defining/Using Aliases section.  I'm now
 more confused than I was before!
 
 I can understand the Usage: bit at least but then it goes rapidly
 downhill.
 
 It says:-
 
 Note
 
 If you want to create an alias for more than one address, you must
 separate the addresses with a comma (“,”). 
 
 Er, but that disagrees with the Usage: doesn't it? It should (the
 Usage:) say alias [ -group name ...] key address [, address ...].

  alias  key-name address or previously-defined-alias \|
,address or previously-defined-alias \|
,address or previously-defined-alias \|
,address or previously-defined-alias \|
,address or previously-defined-alias \|
...

** I have never used the -group param but do have group aliases that
work correctly.

 Anyway I don't really understand what is meant by create an alias for
 more than one address - does it really mean an alias which will
 allow sending mail to more than one address when the alias is used?

alias joe Joe Somebody  j...@example.com
alias jim Jim Somebody  j...@example.com
alias ron Ron Somebody  r...@example.net

alias family joe jim ron
 
 
 Then it says:-
 
 To remove an alias or aliases (“*” means all aliases): 
 
 followed by an example which seems to be *adding* aliases.

unalias *
  removes all aliases
unalias family *
  removes the alias family
unalias jim
  removes the alias jim

 It also doesn't seem to show one of the very useful attributes of
 aliases, they can refer to other aliases defined already.

also defined by the parameter -group   :^)

-- 
(paka)Patrick Shanahan   Plainfield, Indiana, USA  HOG # US1244711
http://wahoo.no-ip.orgPhoto Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org   openSUSE Community Member
Registered Linux User #207535@ http://linuxcounter.net