On Tue, Jun 09, 2015 at 09:18:27AM -0500, Michael Jinks wrote:
> Arrgh, I spoke too soon. smtp_url is an "unknown command" on my mutt.
> Dammit, Debian...
>
> /usr/local, here I come.
Michael,
Using Debian wheezie and the mutt package that came with it:
the line:
set smtp_url =smtps://$my_user:$m
On Tue, Jun 09, 2015 at 11:26:10AM -0500, Will Fiveash wrote:
> On Tue, Jun 09, 2015 at 02:59:02PM +0200, Orm Finnendahl wrote:
> > Hi,
> >
> > is there an option in mutt to display some indicators in the leftmost
> > column in the index for mails with attachments or is there a way to
> > filter
* On Tue, Jun 09, 2015 04:33PM -0400 Xu Wang (xuwang...@gmail.com) muttered:
> On Tue, Jun 9, 2015 at 4:00 PM, Marcelo Laia wrote:
> > On 09/06/15 at 02:23pm, Michael Tatge wrote:
> >> # extract all attachments
> >> macro index,pager X ' set my_wk=$wait_key; unset
> >> wait_key\
> >> ripmime --pa
On Tue, Jun 9, 2015 at 4:00 PM, Marcelo Laia wrote:
> On 09/06/15 at 02:23pm, Michael Tatge wrote:
>> FWIW,
>>
>> I ended up with these two macros:
>>
>> # extract all attachments
>> macro index,pager X ' set my_wk=$wait_key; unset
>> wait_key\
>> ripmime --paranoid -i - -d ~/tmp/attachments\
>>
On 09/06/15 at 02:23pm, Michael Tatge wrote:
> FWIW,
>
> I ended up with these two macros:
>
> # extract all attachments
> macro index,pager X ' set my_wk=$wait_key; unset
> wait_key\
> ripmime --paranoid -i - -d ~/tmp/attachments\
> set wait_key=$my_wk' "save all attachments"
>
> macro attac
On 2015/06/09 at 01:42pm, Michael Tatge wrote:
> * On Sun, Jun 07, 2015 02:44PM -0400 Chris Spackman
> (ch...@osugisakae.com) muttered:
> >macro index,pager X "ripmime -i - -d "
> > but you have to "press any key to continue" after it finishes
>
> that depends - see $wait_key.
Ha, wonderful
On Tue, Jun 09, 2015 at 02:59:02PM +0200, Orm Finnendahl wrote:
> Hi,
>
> is there an option in mutt to display some indicators in the leftmost
> column in the index for mails with attachments or is there a way to
> filter out mails without attachment? I would prefer this indicator to
> only indi
On 2015-06-09 09:18 -0500, Michael Jinks wrote:
Michael> Arrgh, I spoke too soon. smtp_url is an "unknown command" on my
Michael> mutt. Dammit, Debian...
Michael> /usr/local, here I come.
Or you could do what I do and build your own debs.
--
Please *no* private copies of mailing list or news
Just FTR, see above, "idiot".
"smtp_url" != "set smtp_url"
Sorry Debian. It works just fine. I never should have doubted you. This time.
On Tue, Jun 9, 2015 at 9:18 AM, Michael Jinks wrote:
> Arrgh, I spoke too soon. smtp_url is an "unknown command" on my mutt.
> Dammit, Debian...
>
> /usr/lo
* On 09 Jun 2015, John Niendorf wrote:
>
> Perhaps I misread this, but how specifically are you using %?X?{%2X}&%4c?
> How is this written in your .muttrc file?
My actual index_format is much more complicated, and depends on some
patches, so I can't show that very easily. But here's an example
Great - thank you guys!
--
John
Thanks David and Michael, (should have found that myself...)
Am Dienstag, den 09. Juni 2015 um 16:40:32 Uhr (+0200) schrieb John Niendorf:
>
> Perhaps I misread this, but how specifically are you using %?X?{%2X}&%4c?
> How is this written in your .muttrc file?
I have this now in my .muttrc and i
Arrgh, I spoke too soon. smtp_url is an "unknown command" on my mutt.
Dammit, Debian...
/usr/local, here I come.
On Tue, Jun 9, 2015 at 9:09 AM, Michael Jinks wrote:
> On Tue, Jun 9, 2015 at 1:04 AM, Ian Zimmerman wrote:
>>
>> I don't know what you mean here. mutt is supposed to handle this
>
Use %X in index_format to show the attachment count. You can use it
conditionally to make it look better:
%?X?%2X& ?
I use something like this:
%?X?{%2X}&%4c?
which shows me the attachment count if there are attachments, or the
message size otherwise.
Perhaps I misread this
* On 09 Jun 2015, Orm Finnendahl wrote:
>
> is there an option in mutt to display some indicators in the leftmost
> column in the index for mails with attachments or is there a way to
> filter out mails without attachment? I would prefer this indicator to
Use %X in index_format to show the atta
On Tue, Jun 9, 2015 at 1:04 AM, Ian Zimmerman wrote:
>
> I don't know what you mean here. mutt is supposed to handle this
> situation just fine, see documentation for configuration variables
> smtp_url and smtp_pass.
Reading this, I felt pretty dumb. But, now, even when I go back to the
online m
* On Tue, Jun 09, 2015 04:08PM +0200 I (tatg...@gmail.com) muttered:
> * On Tue, Jun 09, 2015 02:59PM +0200 Orm Finnendahl
> (orm.finnend...@selma.hfmdk-frankfurt.de) muttered:
> > is there an option in mutt to display in the index for mails with
> > attachments or is there a way to
>
> http://ww
* On Tue, Jun 09, 2015 02:59PM +0200 Orm Finnendahl
(orm.finnend...@selma.hfmdk-frankfurt.de) muttered:
> is there an option in mutt to display in the index for mails with
> attachments or is there a way to
http://www.mutt.org/doc/devel/manual.html#attachments
Michael
--
PGP-Key-ID: EEE7D04
Hi,
is there an option in mutt to display some indicators in the leftmost
column in the index for mails with attachments or is there a way to
filter out mails without attachment? I would prefer this indicator to
only indicate "real" attachments and not simple multipart text+html
mails containing
FWIW,
I ended up with these two macros:
# extract all attachments
macro index,pager X ' set my_wk=$wait_key; unset
wait_key\
ripmime --paranoid -i - -d ~/tmp/attachments\
set wait_key=$my_wk' "save all attachments"
macro attach X ' set my_wk=$wait_key; unset
wait_key\
ripmime --paranoid -i
Chris,
* On Sun, Jun 07, 2015 02:44PM -0400 Chris Spackman (ch...@osugisakae.com)
muttered:
>macro index,pager X "ripmime -i - -d "
>
> but you have to "press any key to continue" after it finishes
that depends - see $wait_key.
For instance you could use a macro like:
# extract all attach
21 matches
Mail list logo