Re: Attachments

2011-06-06 Thread Rado S
forwarding it? Macro to "unauto_view" + forward + set "auto_view" again. Or "view-attachments" then tag-forward select parts. -- © 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: removing signatures from incoming mails

2011-02-24 Thread Rado S
raw folder-files, then apply "sed" on them. ("man sed" for details) -- ? 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: Error 127

2010-12-11 Thread Rado S
verbose error message or logging? See "DebugConfig" on the wiki for general muttrc analysis advice. -- ? 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: Setting folder in folder-hook

2010-10-08 Thread Rado S
"folder" variable is not being set to the specified value. How do you verify? Have you seen Guide/Actions and DebugConfig? -- ? 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: is it possible to set pager search pattern based on message-hook?

2010-09-28 Thread Rado S
t; initialized to that delimiter pattern. Is this possible and if so can > someone give me a hint as to how? message-hook -- © 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: default directory for

2010-09-21 Thread Rado S
rto/imaps://imap.gmail.com See "editor" bindings and use "kill-line". -- © 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: Multiple IMAP accounts and autocompletion

2010-09-07 Thread Rado S
iki / Guide / Actions for details. -- © 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: Mutt Starts Threaded Uncollapsed, Sometimes

2010-09-07 Thread Rado S
> with mutt in it - however, the threads are all expanded. > > Both Xterm and Terminal, however, don't display this behaviour, > they are both fine, ie. threads are collapsed. Maybe new mails arrived between the tests. Some var controls whether threads with new mail in it shall be

Re: Searching for hook to save new read mail to its particular mailbox

2010-09-07 Thread Rado S
lace your key with that macro. -- © 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: Fcc to 2 folders

2010-07-27 Thread Rado S
=- Eric Smith wrote on Mon 26.Jul'10 at 12:10:53 +0200 -= > How do I copy all sent mail to the send-hook specified fgolder as > well as to a universal sent folder (with mutt)? Intercept $sendmail, see DebugConfig on wiki for example. -- © Rado S. -- You must provide YOUR effort fo

Re: Suggestion when saving mails

2010-07-21 Thread Rado S
=- Christoph Kluenter wrote on Wed 21.Jul'10 at 10:30:34 +0200 -= > Thank you very much. save-hooks is exactly what I want. There are some vars controlling save-location, if you want to make it constant. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts:

Re: return reciepts

2010-07-04 Thread Rado S
t best practice. > > Because of poor support, maybe :) No. Even worse: good support for bad habits establishes bad habits, see ToFu posting/replies. -- © 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: return reciepts

2010-07-02 Thread Rado S
about the requests being ignored and therefore > pointless: Sorry, but these comments are themselves pointless. > {...} > Besides, it's hard to believe that noone on this mailing list has > use for return reciepts and/or that everyone handles them > manually. Practice has shown tha

Re: return reciepts

2010-07-01 Thread Rado S
=- lee wrote on Thu 1.Jul'10 at 18:08:43 +0200 -= > Noone using return reciepts? No, because if you want that, just write it in your eMail. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're responsible for AL

Re: What map is default for .maildir?

2010-06-28 Thread Rado S
what my default view looks like: > q:Exit c:Chdir m:Mask ?:Help > -- © 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: Show new mail in subfolders from root folder?

2010-06-22 Thread Rado S
sn't even IMAP-keepalive, so when you "hang around" there for too long, your IMAP connections will drop. -- © 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: Problem with Regular Expression

2010-06-22 Thread Rado S
{...} > > Can some one enlight me how to solv the problem with the changeing > name in the () at the end of the subject please? What do you want to achieve specifically, conceptually? -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your

Re: Losing my mind? fcc-hook doesn't work for one *from* ?

2010-05-28 Thread Rado S
understand why it doesn't work > with this my_hdr. > i want to understand why some values in my_hdr make it break. Michael told you: your fcc-hook operated on the my_hdr because of built-in defaults when you use hooks without _EXPLICIT_ ~-hook-patterns. Please rtfm more about the var

Re: set From: based on To:

2010-03-17 Thread Rado S
n simple > > > > set envelope_from ="yes" > > set reverse_name=yes > > alternates "m...@foo.bar|defa...@email.bar" > > > > should be enough. > > well it's not here :-( Then "here" is messed up somehow. Try in a "cl

Re: |'| escaping problem inside an '...' quote.

2010-03-05 Thread Rado S
is even possible? Anything inside '' isn't quotable anymore. If you must quote several times, you must go "" way, with \-quoting " or \ as needed. See DebugConfig on wiki. -- © 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: how to regain missing messages?

2010-03-02 Thread Rado S
;my mutt"? Get an "mbox" type archive of those mails, repair the 'From_' separator line (compare with "real" mbox-folders). Then copy them over to whatever you want. -- © 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: Setting postponed in folder hook (possible bug)

2010-02-24 Thread Rado S
ccount use it shouldn't change. It's not a bug, but missing feature for special cases. It would have to rescan the folder when the assignment changes. While at it: when editing a msg in $postponed, as usual it copies the msg and marks the old as deleted. This increases the count, but the co

Re: Set a default To value based on current folder name?

2010-02-22 Thread Rado S
my > > mailing-lists folders, if possible. > > Have you tried with folder-hook and my_hdr? ... or folder-hook with macro? -- © 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: HTML view any time ever?

2010-02-16 Thread Rado S
| cp ~/.mailcapCLI ~/.mailcap > |fi See wiki-FAQ for other solution(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: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
t that fork dried out and Rocco came back to the original. Yes, progress is good, when you keep it where it belongs. Everyone decides for herself where that is. -- © 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: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
urce efficiency: I don't want to always by new hardware just to read my simple text mails. :) For my basics I could be happy with a P1 (or even 386 for that matter) with <200MB RAM. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitu

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
you can still mess up, think about envelope, and the ISP-support has no clue about that. ;) > It has nothing to do with the crowd. It has everything to do with > reducing the amount of work that I shouldn't need to do. That's > the purpose of computers. :) Agreed, but simplicity c

Re: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
aces vary, so ... I just memorize what I need and type it when needed. Doesn't happen too often. -- © 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: Unix Philosophy (was List management headers)

2010-02-05 Thread Rado S
#x27;s essentially a variation on the reply command. I'd rather pipe it to something to use sendmail directly. -- © 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: Unix Philosophy (was List management headers)

2010-02-04 Thread Rado S
bout those issues, and > there's usually a lot less for them to worry about / manage with a > monolithic app than with a bunch of smaller programs. Really? You still have to give all the details required for (for example) the MTA part; does it matter that you do it in the big-app on anot

Re: Save messages on exit.

2010-01-25 Thread Rado S
t;save" for each of your lists, which you bind to your "change-folder" or "quit/exit" button(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: Certain (mailing list) emails NOT being threaded ... trying to

2010-01-09 Thread Rado S
y "sort" _is_ actually set to "threads", add it to your status_format or see DebugConfig on wiki. Otherwise strict_threads=no should do it, if the Subject: string actually is identical: sometimes a whitespace (or changed line-wrapping) can spoil it, invisible to the eye, but

Re: Regex: Skip whitespaces / span lines

2010-01-03 Thread Rado S
re relevant to regexp, you can't use them for human-friendly visual formatting. => you must drop them when spanning, at beginning and end of lines. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're responsible for A

Re: Using mutt to send mail w/o a local box

2010-01-02 Thread Rado S
see the connection there, how "use mailbox"? Rephrase or elaborate. And please don't Cc: me, I'm subscribed or else I couldn't have replied at all, thanks. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You

Re: Using mutt to send mail w/o a local box

2010-01-02 Thread Rado S
or mail boxes on the server, how can I configure my > muttrc to allow mutt to function w/o? Use built-in smtp of latest dev-mutt. Note mutt is still no MTA or MDA. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're r

Re: "record" doesn't seem to work

2009-11-20 Thread Rado S
send shows me: > > Fcc: =.sent > > Can anyone please help? > Thanks! Yes, see wiki -> guide -> Folders. Unlucky defaults. -- © 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: Mutt freezes if network lost and regained

2009-11-12 Thread Rado S
ining the network, mutt freezes. My solution up to now has > been to open another shell, kill mutt's process, and restart. > > Is there a better way? Can I make mutt more tolerant of patchy network > access? Not yet, it's on ToDo for future releases. -- © Rado S. -- You

Re: Not enough entropy under MS-DOS

2009-10-27 Thread Rado S
t complains about file permissions. Of > course, there are no file permissions, since I'm using DOS, but > according to the instructions above my randfile's permissions need > to be set to 600. Funny, but keep going! :) I guess you'll have to hack the source to ignore file permissio

Re: "not a mailbox"

2009-08-04 Thread Rado S
Hardy desktop doesn't exhibit this behavior. Both computers have > identical ~/.muttrc files, one having been copied over to the other. Compare the mailbox files, check the 'From ' lines. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to sh

Re: Displaying tar.gz archives

2009-07-22 Thread Rado S
cation/octet-stream", and then the respective mailcap entry like "gzip -dc | tar -tvf -" -- © 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: open a browser

2009-02-27 Thread Rado S
fox. Now it is so that the first matching entry > from the mailcap will open. Use a dispatcher script in mailcap which prompts you for your choice. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're responsible for ALL

Re: Signature for new mail/no signature for replies

2009-02-06 Thread Rado S
replies). Why not macro it? A la: :set sig="" Analoguously for the other cases, with sig="file" for . Beware of the necessary quoting, see DebugConfig and PatternQuoting on wiki. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at leas

Re: reminder for missing attachment

2009-01-16 Thread Rado S
ng working, I'd be interested in seeing how you > did it, as maybe it could be useful for something else. :) RTFWiki -> ConfigTricks -- © 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: Different $date_format in $index_format and $attribution

2009-01-12 Thread Rado S
=- Christian Mongeau wrote on Sat 10.Jan'09 at 17:27:01 +0100 -= > How can I change the $date_format in the index after setting it > with a reply-hook? Maybe replace your "send" key with a macro to reset date_format after sending. -- © Rado S. -- You must provide YOUR

Re: Adding local files as attachments

2008-12-24 Thread Rado S
ne enlighten me? Wiki -> Guide -> /Folders, see also /Actions. -- © 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: saving from IMAP folder F to F deletes

2008-12-18 Thread Rado S
aren't actually gone. If you change-folder to the same one, then at least over here for me the vanished message reappears, and the way I wanted it to be: stripped of attachments. Check whether this has been reported already. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY e

Re: Relevant way to debug configuration

2008-11-19 Thread Rado S
ybe some fancy debugger. However, you can put some muttrc commands in your folder-hooks to display the value of given variables. For folder-hooks: rtfm and see wiki -> DebugConfig var values: set ?VARNAME -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at l

Re: Command Line - setting the from field?

2008-11-03 Thread Rado S
eText -f [EMAIL PROTECTED] No. You have to go via '-e' and use muttrc cmds. -- © 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: sync mailbox

2008-10-20 Thread Rado S
anks. It's working > Do you known how can I include this in my macro ? If I put {...} This might have been filed as ticket, search http://bugs.mutt.org/ for it. Attach yourself as Cc: for updates and wait for it to be corrected or supply a patch yourself. -- © 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: Bug in send-hook? Offline mode for pop?

2008-10-15 Thread Rado S
=- [EMAIL PROTECTED] wrote on Wed 15.Oct'08 at 7:18:33 -0700 -= > 2. I added a send-hook as per a tutorial on the web and tips on > the irc channel. It only works the *2nd* time you try to send a > message. send-hook vs. send2-hook. -- © Rado S. -- You must provide YOUR effort

Re: patch: signin & signoff feature (1.5.18)

2008-10-08 Thread Rado S
ing should be the same. Which still could be produced _automatically_ by the same script or an extra wrapper. -- © 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: patch: signin & signoff feature (1.5.18)

2008-10-08 Thread Rado S
t with something else to achieve the same still automatically, but doing a lot manual work for each message. > There a lot of small variables because it increase usability - > it's easier to do some small change than to setup complete email > template for each possible case. And MUA

Re: patch: signin & signoff feature (1.5.18)

2008-10-08 Thread Rado S
ignoff="\n\nBug - it's when computer play > with us..." signin="Hello, my friend!\n\n"' > > P.S. Is there reasons why so useful and trivial patch wasn't added yet > (and won't be added in the future)? I use it for many years. Because no patch is need

Re: Mutt, multiple accounts problems

2008-10-03 Thread Rado S
=- Kabel wrote on Thu 2.Oct'08 at 23:05:10 +0200 -= > Does somebody could show me his .muttrc where he's accessing more > than one mail server? wiki -> ConfigList, but see also MuttGuide / UseIMAP and MuttGuide -> UserStories. -- © Rado S. -- You must provide YOUR effor

trashmail.net challenges (off-topic)

2008-09-29 Thread Rado S
], as redirected per reply-to. Don't become a spammer yourself when you can avoid it, and you can with mutt-ot. -- © 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: Matching subject of current message?

2008-09-29 Thread Rado S
by threads, unset strict_threads, then ^D. -- © 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: mutt's .mutt folders when saving attachments?

2008-09-23 Thread Rado S
nt discussions I'm almost afraid to ask... :/ *grins* No worries, just keep improving. -- © 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: delete duplicated mails

2008-09-23 Thread Rado S
t; != "do-it-all-for-me", that's "paid support". -- © 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: mutt's .mutt folders when saving attachments?

2008-09-23 Thread Rado S
option to autodelete these folders? Yes, rmdir ~/.mutt* Scan mutt-dev archive for this topic to understand origin, problems and workarounds. -- © 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: Set Content-Disposition: inline on Patches automatically

2008-09-08 Thread Rado S
per 'CheckAttach' in ConfigTricks on wiki, which insteat mangles your attachment header. I'm not aware of a var controlling the default. -- © 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: Set Content-Disposition: inline on Patches automatically

2008-09-08 Thread Rado S
;-) rtfm 'my_hdr' -- © 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: New mail folder list

2008-09-04 Thread Rado S
her that's a mutt or IMAP feature, but it's a feature rather than a bug. If it's up to mutt, a filed wish might produce an optional behaviour. Otherwise hack your server to do as you like or make a new IMAP standard. ;) -- © Rado S. -- You must provide YOUR effort for your goal! EVE

Re: extract header from current message (to pass to shell)?

2008-08-29 Thread Rado S
"\n" "|" | > sed 's/|$//' > > :0 > * $ ^References:.*($IGNORETHREADLIST).* but work with "* ? fgrep -f file". -- © 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: Keeping two copies of sent messages

2008-08-28 Thread Rado S
pt which does what you want before passing the content to the real sendmail-binary. Take care of locking, since mutt doesn't care for what sendmail does to folders. > Location: 41:24:51N (41.41417) 2:11:25E (2.1903) You might want to add yourself to http://wiki.mutt.org/?MuttMaps --

Re: mutt configuration for windows

2008-08-28 Thread Rado S
on, but I guess some folder paths might be different, so I recommend going through all the vars to doublecheck them for windows validity. -- © 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: attachment checking with smtp sending

2008-08-19 Thread Rado S
h takes this chain: mutt -> $sendmail -> "sendmail" and adds a check mutt -> $sendmail -> own-script-for-check -> "sendmail" Now, where comes smtp_url into play here? I guess right before $sendmail, so ... -- © Rado S. -- You must provide YOUR effort for yo

Re: alarm when attaching xml files

2008-08-18 Thread Rado S
at > it will issue a warning or to even refuse to attach xml files? => wiki -> ConfigTricks -- © 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: help with formulating a better macro

2008-08-15 Thread Rado S
t;exec mail" portion, but the unmy_hdr appears to be executed > before the prompts for sending a new email start which isn't what > I expected or wanted to happen. Probably a quoting levels problem, related to the unnecessary use of "push". -- © Rado S. -- You must provide

Re: help with formulating a better macro

2008-08-14 Thread Rado S
minder==; \ exec mail;'\n"\n Useless use of ":push ':...'", drop 1 level of evaluation. -- © 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: Solution: How to get single list of mailboxes from two IMAP

2008-08-03 Thread Rado S
order they > come after the mailboxes command (no, sort_browser = unsorted > doesn't work) I noticed IMAP mailboxes sorting being out of line for me, too, interleaving folders from different servers, despite sorting by size or date. > Suggestions, improvements, comments, are welcome, of c

Re: How to get single list of mailboxes from two IMAP servers?

2008-08-03 Thread Rado S
from multiple servers in the > same list? Really. :) It does so for me since I started using IMAP with mailboxes and imap_check(?)_subscribed. -- © 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: How to get single list of mailboxes from two IMAP servers?

2008-08-03 Thread Rado S
ot;mailboxes" use. Something like imap_..._subscribed. Also see the wiki for help with imap: guide -> Imap. -- © 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: information about not saved attachments

2008-06-30 Thread Rado S
ise the relevance with this. ;) -- © 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: Drafts index_format

2008-06-07 Thread Rado S
esume a postponed message while in one > of these folders (presuming that I have multiple postponed > messages to choose from), I run into the problem that all of the > messages in the list of postponed messages list my address, rather > than the intended recipient. Why don't yo

Re: folder-hook in my .muttrc doesn't work

2008-06-02 Thread Rado S
Fcc: header your way. For general debugging advice see also the welcome message with links to the wiki. -- © 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: Hi all, is there anyone knows how to send bigger attachments

2008-06-01 Thread Rado S
=- Awflasher(GuoQirui) wrote on Sun 1.Jun'08 at 16:58:36 +0800 -= > Mutt is really great but I cannot get anything when sending a 6M file. That's not a mutt problem, check your "sendmail" config and your ISP limitations. -- © Rado S. -- You must provide YOUR effort for

Re: pipe-split + macro with tag-prefix: applies to only one message

2008-05-31 Thread Rado S
=- Steve S wrote on Sat 31.May'08 at 16:59:22 +0200 -= > On May 31 15:32, Rado S wrote: > > =- Steve S wrote on Sat 31.May'08 at 14:51:57 +0200 -= > > > > > I should have been more specific. Yes, that works if and only if > > > one or more messages ar

Re: pipe-split + macro with tag-prefix: applies to only one message

2008-05-31 Thread Rado S
x27;t ';', because that's what the wiki said: it is already covered by . What you actually produced is => back to solo mode. -- © 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: Sorting messages by score AND keeping threading - is it

2008-05-30 Thread Rado S
n get is sort=threads, sort_aux=score. -- © 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: no "New Mail in" notification when in pager

2008-05-21 Thread Rado S
l or wiki? If not, I (or > whoever) could add this to e.g. the section "How to make mutt > check for new mail more often?" in > http://wiki.mutt.org/?MuttFaq/Folder if this is considered useful. Sure, go ahead. -- © Rado S. -- You must provide YOUR effort for your goal!

Re: Mutt hangs, Network Issue?

2008-05-20 Thread Rado S
hell prompt back. a) try 1.5.18 b) I only know of stale NFS handles freezing mutt beyond recovery. Try with local filesys folder open in mutt all day. If it doesn't hang, it's NFS. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your a

Re: [FEATURE REQUEST] ~/.muttrc, ~/.mutt/muttrc and other

2008-05-19 Thread Rado S
from other configs and > I have to edit this files all the time I want to change > something... Using symlinks and abusing "$folder" should ease things. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're

Re: New mail -> 'un-collapses' thread ... Can I stop this ?

2008-04-30 Thread Rado S
e manual all I come up with is: > >3.28. collapse_unread >3.29. uncollapse_jump >3.45. digest_collapse > > And none of these control what the desired behaviour. > Can you enlighten me with what you where thinking ? I presumed the 1st one. -- © Rado S. -- You

Re: mutt can't lock nfs mounted 'sent' on fedora 8

2008-04-30 Thread Rado S
error message: > > fcntl: No locks available (errno = 37) > Couldn't lock //sent Permission problems, use maildir instead, don't use "sent" folder, fool mutt to believe locking works, put "sent" onto non-nfs, ... -- © Rado S. -- You must provide YO

Re: New mail -> 'un-collapses' thread ... Can I stop this ?

2008-04-29 Thread Rado S
=- Wilkinson, Alex wrote on Tue 29.Apr'08 at 9:01:45 +0800 -= > Is it possible to stop threads un-collaping as new mail arrives ? Yes, check vars with "collapse" in them. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show you

Re: Accessing raw mail data?

2008-04-25 Thread Rado S
=- Kyle Wheeler wrote on Fri 25.Apr'08 at 11:25:56 -0500 -= > On Friday, April 25 at 06:03 PM, quoth Rado S: > >I use folder-hook to re-/set autoview: multipart/... > >and have in ~/.mailcap: > >-- QUOTE BEGIN -- > >multipart/alternative;cat;copi

Re: Accessing raw mail data?

2008-04-25 Thread Rado S
ault value). > > Ah, this certainly works. Thank you both very much! I use folder-hook to re-/set autoview: multipart/... and have in ~/.mailcap: -- QUOTE BEGIN -- multipart/alternative;cat;copiousoutput multipart/mixed;cat;copiousoutput --- QUOTE END --- -- © Rado S. -- You

Re: Accessing raw mail data?

2008-04-25 Thread Rado S
ded) data of an e-mail? view attachments, -> '?' -- © 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: mailboxes / folders listings with imap

2008-04-25 Thread Rado S
maildir/ anymore to populate the list > of folders from. RTFM all the "imap_..." variables, there is one doing what you want, when you "subscribe" to the IMAP folders. -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitu

Re: complete-query key binding question

2008-04-13 Thread Rado S
al emus) do, but the standard text-terminal does not Ctrl-modify TAB, so you end up with the same "normal" TAB. On some systems Shift-TAB works, but you'd need to capture the raw ESC-sequence produced by it, there is no mutt-code for it. -- © 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: message hook help please

2008-04-13 Thread Rado S
s default for every message. It's not working for me, > though. Here's the hook: > message-hook '~f [EMAIL PROTECTED]' 'alternative_order text/html' > Any ideas what my problem is? Yes, see DebugConfig on wiki and also re-read the introduction to hooks. -- © R

Re: mutt in GNU Screen - new email indicator

2008-04-11 Thread Rado S
se "Inc:" instead. -- © 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: errno = 2

2008-04-11 Thread Rado S
asking majordomo to resend it to you. Anyway, go to the wiki -> Guide -> /Folders. -- © 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: errno = 2

2008-04-10 Thread Rado S
tch this off? > > Also... how can I tell mutt to automatically open a certain folder > when calling it? Fix both at once, read the "Welcome" mail, follow the Guide to "/Folders". -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least t

Re: Recommended mail filters for use with mutt?

2008-04-03 Thread Rado S
mutt.org" INCLUDERC="$PROC/listcheck.pml" FOLDER=... ADDR=... INCLUDERC=... -- © 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: 100% cpu getting to end of message

2008-04-01 Thread Rado S
ds. > > Is there anything I can do to alleviate the problem? According to > gprof, the likely culprit is pager.c:format_line(), but it's too > complicated for me to just start tinkering. Remove all "color body" instructions and message processing (like "display_filter&

Re: configuration tips

2008-03-27 Thread Rado S
images, see faq (now ;). > Also, attachments are a pain; you can't save locally. Why not? -- © 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: Show forwarded mail in index

2008-03-21 Thread Rado S
. > Can such a designation be achieved? With the current code only with some macro hacks. A code patch might be more convenient, but would require policy decisions and compatibility considerations with IMAP. I tried to add the "group-replied" flag 'g', but it wasn't trivial

Re: alternative_order

2008-03-18 Thread Rado S
=- Ken Weingold wrote on Tue 18.Mar'08 at 9:33:45 -0400 -= > { alternative_order exceptions } You can use "message-hook" or "macro" to reset alternative_order as needed, or a "macro" or "display_filter" to pipe the message to prepare before

Re: Mutt + LDAP + multiple email addresses

2008-03-09 Thread Rado S
more than one email address for > an entry? See '?' help when you enter 'query' mode. See also manual.txt about "bindings". -- © 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.

  1   2   3   >